Re: [Orgmode] Emacs in a Term and Org

2010-03-01 Thread Jan Böcker
On 01.03.2010 05:29, Richard Riley wrote: More often than not I run emacsclient in rxvt under Tmux (a Screen replacement). As a result (and inconveniently) a lot of common key sequences dont work properly - generally involving shift/control/alt and arrow and function keys. Most of the time

Re: [Orgmode] [patch] Correction for the manual (chapter 13.1.4)

2010-03-01 Thread Carsten Dominik
Hi David, thanks for the patch, I have applied it. - Carsten On Feb 28, 2010, at 9:35 PM, David Maus wrote: While wrapping my head around a set of publishing functions to create atom and rss feeds I noticed an incorrect description in the manual. In chapter 13.1.4 in reads: , |

Re: [Orgmode] enhancement request: include check-boxes in Shift-arrow cycling on lists

2010-03-01 Thread Carsten Dominik
On Mar 1, 2010, at 3:26 AM, Livin Stephen Sharma wrote: I think this would be a useful in daily use: to be able to easily convert a list [whether numbers or bullets] into a list of - [ ] foo check-box items. FWIW, I use regex'es to achieve this for now. That is what `C-c C-x C-b' does.

Re: [Orgmode] clock entries export to calendar?

2010-03-01 Thread Carsten Dominik
Hi Ryan, On Feb 28, 2010, at 4:07 PM, Ryan E wrote: Hello All, I was wondering if it is possible to configure the Org mode iCalendar export to include CLOCK entries. I'd like my clock entries to show up as appointments in my calendar application (iCal in this case). I can't seem to find

Re: [Orgmode] Problem with table sums

2010-03-01 Thread Carsten Dominik
On Mar 1, 2010, at 1:37 AM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: :-) I should have known. These days, babel is the answer to most questions ... :-) Well, that wasn't the conclusion I meant to be drawn -- I thought the pure org solution was best here! (at

[Orgmode] Testing

2010-03-01 Thread Martin Pohlack
Hi All, I have been using org-mode for a while now and am quite happy with the features it provides. Occasionally, I update to the current git head to get some fancy new features ;-). I am, however, more and more reluctant to do so out of fear of loosing parts of my data due to newly introduced

[Orgmode] Re: plotting when x-axis has non-numeric data

2010-03-01 Thread henry atting
On Mo, Mär 01 2010, Eric Schulte wrote: While for any serious plotting I would certainly recommend using Org-babel over org-plot, org-plot should still function correctly. I've just pushed up a fix to the bug you described, so your previous table should work once again. Yes, it works fine

[Orgmode] [org-plot] org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Holst Thomas (DGS-EC/EHM2)
Hello, today I found out, that org-plot recocnises #+PLOT: lines only when they start at column 0. Most of my tables are indented. So org-plot didn't catch the options. Below is a patch which fixes this. The patch is against org-mode 6.34trans from this morning. I would like to take the

[Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Richard Riley
Jan Böcker jan.boec...@jboecker.de writes: R On 01.03.2010 05:29, Richard Riley wrote: More often than not I run emacsclient in rxvt under Tmux (a Screen replacement). As a result (and inconveniently) a lot of common key sequences dont work properly - generally involving shift/control/alt

Re: [Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Jan Böcker
On 01.03.2010 10:22, Richard Riley wrote: Not really as they still use the arrow keys. I am sorry, my brain must not have been fully functional when I posted this. C-c right is reported as undefined. Possibly someone else can confirm if it works on their setup? I tried it in urxvt and xterm.

Re: [Orgmode] [PATCH] Optionally include current clocking task time in clock reports

2010-03-01 Thread Carsten Dominik
Really, was it so simple in the end? Thanks, I applied the patch. - Carsten On Feb 27, 2010, at 3:09 AM, Bernt Hansen wrote: Use a new custom variable org-clock-report-include-clocking-task which defaults to nil to keep the original clock reporting behaviour. --- This patch is available at

Re: [Orgmode] [babel] tangle creates different filename than it used to

2010-03-01 Thread Martin G. Skjæveland
Dan Davison wrote: Martin G. Skjæveland mart...@ifi.uio.no writes: Hi, running tangle with the following values #+begin_src xml :tangle test.rdf ... #+end_src used to create a file called test.rdf. However, after a fresh git pull today this now tangles to the file test.rdf.xml, which

Re: [Orgmode] [wish] pass project plist to preparation and completion function

2010-03-01 Thread Carsten Dominik
Hi David, the plist with the settings is dynamically scoped into these calls as the lisp variable `project-plist'. I guess it would be nice to make them a proper argument, but that would likely break quite some code out there. Maybe you can just use the dynamically-skoped variable, and I

[Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Thomas Holst
Hello, in my last eMail there was a typo in the patch. The corrected verson is below. ---%x cut here x%--- --- org-plot.el 2010-03-01 02:00:15.0 +0100 +++ c:/daten/users/DE_hts2fe/emacs/OrgMode/org-mode-aktuell/lisp/org-plot.el

Re: [Orgmode] clock entries export to calendar?

2010-03-01 Thread Ryan E
Thanks for the info. Yes, I do use clocking frequently and suppose it is possible I would come to regret it but my goal was to have a quick way to visualize when and how long I am spending time on the various projects I am working on. The clock entries would be in a separate calendar or calendars

Re: [Orgmode] clock entries export to calendar?

2010-03-01 Thread Carsten Dominik
On Mar 1, 2010, at 12:51 PM, Ryan E wrote: Thanks for the info. Yes, I do use clocking frequently and suppose it is possible I would come to regret it but my goal was to have a quick way to visualize when and how long I am spending time on the various projects I am working on. The clock

Re: [Orgmode] org-prefere-future for other applications

2010-03-01 Thread Carsten Dominik
On Feb 27, 2010, at 1:29 PM, Łukasz Stelmach wrote: Hello. I've tried to rearrange org-read-date and some other helper function to make them usable from other applications which might not want to prefere future dates. Unfortunatelly I can't do it without making org-read- date *require*

Re: [Orgmode] org-prefere-future for other applications

2010-03-01 Thread Carsten Dominik
On Feb 27, 2010, at 1:29 PM, Łukasz Stelmach wrote: Hello. I've tried to rearrange org-read-date and some other helper function to make them usable from other applications which might not want to prefere future dates. Unfortunatelly I can't do it without making org-read- date *require*

Re: [Orgmode] Change color of org table lines

2010-03-01 Thread Carsten Dominik
On Feb 26, 2010, at 8:23 PM, Viktor Rosenfeld wrote: Hi, is there a away to change the color of table lines seperately from the table content? I found the Org Table face through the customize interface, but that seems to operate on the entire table. This is correct, except for special

[Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Richard Riley
Jan Böcker jan.boec...@jboecker.de writes: On 01.03.2010 10:22, Richard Riley wrote: Not really as they still use the arrow keys. I am sorry, my brain must not have been fully functional when I posted this. C-c right is reported as undefined. Possibly someone else can confirm if it works on

[Orgmode] [PATCH 1/2] org-babel-oz: Fix line-endings.

2010-03-01 Thread Dan Hackney
Switch from Windows to Unix line-endings. Signed-off-by: Dan Hackney d...@haxney.org --- contrib/babel/lisp/langs/org-babel-oz.el | 618 +++--- 1 files changed, 309 insertions(+), 309 deletions(-) diff --git a/contrib/babel/lisp/langs/org-babel-oz.el

[Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-01 Thread Dan Hackney
For paragraph text, `org-adaptive-fill-function' did not handle the base case of regular text which needed to be filled. This commit saves a buffer-local value of `adaptive-fill-regexp' and uses it if none of the org-specific regexps match. This allows email-style comments to be filled correctly.

[Orgmode] C-RET errs

2010-03-01 Thread Leo
Hello all, I wonder if there's a cure for this error. When I hit C-RET in a fresh org-mode buffer but not at the beginning, it errs with something like this: Before first headline at position 2 in buffer *xyz* but M-RET does not err at all. This is tested with org-mode that is part of Emacs

Re: [Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Eric Schulte
Hi Thomas, Thanks for the patch, it has been applied. Best -- Eric Thomas Holst thomas.ho...@de.bosch.com writes: Hello, in my last eMail there was a typo in the patch. The corrected verson is below. ---%x cut here x%--- ---

Re: [Orgmode] [PATCH 1/2] org-babel-oz: Fix line-endings.

2010-03-01 Thread Eric Schulte
Fixed, thanks Dan Hackney d...@haxney.org writes: Switch from Windows to Unix line-endings. Signed-off-by: Dan Hackney d...@haxney.org --- contrib/babel/lisp/langs/org-babel-oz.el | 618 +++--- 1 files changed, 309 insertions(+), 309 deletions(-) diff --git

Re: [Orgmode] Export latex source blocks as HTML

2010-03-01 Thread Thomas S. Dye
On Feb 28, 2010, at 9:54 PM, Carsten Dominik wrote: On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote: On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote: Thomas S. Dye t...@tsdye.com wrote: Aloha all, Exporting this file to html gives me a source code block for bibtex but not for latex.

[Orgmode] BUG: refreshing org buffer discards setting of local file variables

2010-03-01 Thread Stephan Schmitt
Hi, in this little example file: --8---cut here---start-8--- # -*- org-tags-column: -40; -*- #+TAGS: foo(f) bar(b) * testing indentation of tag :foo: --8---cut here---end---8--- the value of org-tags-column is set

Re: [Orgmode] Export latex source blocks as HTML

2010-03-01 Thread Carsten Dominik
On Mar 1, 2010, at 5:19 PM, Thomas S. Dye wrote: On Feb 28, 2010, at 9:54 PM, Carsten Dominik wrote: On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote: On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote: Thomas S. Dye t...@tsdye.com wrote: Aloha all, Exporting this file to html gives me

Re: [Orgmode] Link-protocols

2010-03-01 Thread Christian Zang
Hi Anthony, thanks a lot - that works! Indeed, the org-mailing-list is one of the nicest places on the 'web! Best, Christian Am 01.03.2010 um 17:43 schrieb Anthony Lander: Hi Christian, Just some small errors in the papers code. Try this instead: (org-add-link-type papers

Re: [Orgmode] C-RET errs

2010-03-01 Thread David Maus
Leo wrote: Hello all, I wonder if there's a cure for this error. When I hit C-RET in a fresh org-mode buffer but not at the beginning, it errs with something like this: Before first headline at position 2 in buffer *xyz* but M-RET does not err at all. This is tested with org-mode that is part

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-03-01 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: Hey folks, I've been working on a version of MobileOrg for the Android platform with the goal to reach feature parity with the iPhone version developed by Richard Moreland. Thank you very much! The application doesn't seem to work

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-03-01 Thread Matthew Jones
Hi Sven, are you connecting via https? What is your URI connect string? I think it should work fine but I'll set up an account and test it out tonight... if you have access to debug information via USB Debugging that would also be helpful. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On