Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Carsten Dominik
On Apr 2, 2009, at 8:00 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, Tassilo, this can be easily fixed. Org-protocol may add arbitrary properties to the link properties. For example, after a call (org-store-link-props :type type

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-03 Thread Carsten Dominik
On Apr 2, 2009, at 8:52 PM, Tassilo Horn wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Carsten, That's what I'm doing. After I've completed to file.org/ an additional TAB won't add the headings as new completion possibilities, file.org/ is the only one. The same with RET.

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-03 Thread Carsten Dominik
On Apr 2, 2009, at 4:49 PM, Sébastien Vauban wrote: That is simply great! Waouwww. But, still, is there any obvious way to get a view similar to that one (it may be completely different -- just speaking of the information that's somehow displayed)? --8---cut

Re: [Orgmode] Re: Release 6.25

2009-04-03 Thread Carsten Dominik
On Apr 3, 2009, at 4:35 AM, Leo wrote: On 2009-04-01 15:43 +0100, Carsten Dominik wrote: On Apr 1, 2009, at 4:35 PM, Leo wrote: On 2009-04-01 15:12 +0100, Carsten Dominik wrote: I am releasing version 6.25 of Emacs Org-mode. It has been almost a month, and I feel that this release is

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-03 Thread Tassilo Horn
Carsten Dominik carsten.domi...@gmail.com writes: Hi Carsten, Done that, and this line of my .emacs broke the completion: (setq completion-styles (remove 'basic completion-styles)) After deleting it, I can complete in steps as it should be. What reason did you have to add this line in

Re: [Orgmode] bug: org-cycle-include-plain-lists

2009-04-03 Thread Carsten Dominik
On Apr 2, 2009, at 9:43 PM, Patrick Bahr wrote: Hi, I have a problem when org-cycle-include-plain-lists is enabled. When doing visibility cycling on a headline that contains a plain list, the first hit on tab already reveals all headlines (and only the headlines) below it. E.g., in the

Re: [Orgmode] [ANN] org-fstree 0.2

2009-04-03 Thread Carsten Dominik
On Apr 2, 2009, at 1:50 AM, Andreas Burtzlaff wrote: I'm looking for a better way to display those links and possibly also the content of the headings and am happy to receive new ideas. I tried the column view, but properties that contain links are displayed as text. But you can

Re: [Orgmode] Problem with toggling intermediate state of check boxes

2009-04-03 Thread Cameron Horsburgh
On Fri, Apr 03, 2009 at 03:24:40PM +0530, Manish wrote: On Fri, Apr 3, 2009 at 10:07 AM, Nick Dokos wrote: Cameron Horsburgh wrote: When I use C-u C-c C-c on a check box it deletes the check box rather than toggles the [-] state as adevrtised in the manual. I'm using version 6.25a as

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-03 Thread Jan Buchal
CD == Carsten Dominik carsten.domi...@gmail.com writes: CD On Apr 2, 2009, at 4:49 PM, Sébastien Vauban wrote: That is simply great! Waouwww. CD But, still, is there any obvious way to get a view similar to CD that one (it may be completely different -- just speaking of the

Re: [Orgmode] Problem with toggling intermediate state of check boxes

2009-04-03 Thread Manish
On Fri, Apr 3, 2009 at 10:07 AM, Nick Dokos wrote: Cameron Horsburgh wrote: When I use C-u C-c C-c on a check box it deletes the check box rather than toggles the [-] state as adevrtised in the manual. I'm using version 6.25a as checked out of git several hours ago. I've never tried to use

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-03 Thread Carsten Dominik
On Apr 3, 2009, at 12:20 PM, Jan Buchal wrote: CD == Carsten Dominik carsten.domi...@gmail.com writes: CD On Apr 2, 2009, at 4:49 PM, Sébastien Vauban wrote: That is simply great! Waouwww. CD But, still, is there any obvious way to get a view similar to CD that one (it may be

Re: [Orgmode] Problem with toggling intermediate state of check boxes

2009-04-03 Thread Carsten Dominik
On Apr 3, 2009, at 12:21 PM, Cameron Horsburgh wrote: On Fri, Apr 03, 2009 at 03:24:40PM +0530, Manish wrote: On Fri, Apr 3, 2009 at 10:07 AM, Nick Dokos wrote: Cameron Horsburgh wrote: When I use C-u C-c C-c on a check box it deletes the check box rather than toggles the [-] state as

[Orgmode] Re: Clocking work time with a date not a time only

2009-04-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: Sébastien Vauban wrote: Carsten Dominik wrote: Carsten Dominik wrote: Carsten Dominik wrote: Sébastien Vauban wrote: - is there a possibility to get back, out of such a file, a chronological view of the whole file (where all projects are mixed)? This

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
Ahaaa, thanks Carsten! That's good. So this here will do: diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 1593764..b368602 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -335,23 +335,18 @@ Now template ?b will be used. (match-string 1

[Orgmode] Re: Clocking work time with a date not a time only

2009-04-03 Thread Sébastien Vauban
Hi Carsten, Just a small bug to report. With such a source file: --8---cut here---start-8--- * 2009-04 #+BEGIN: clocktable :maxlevel 2 :scope file Clock summary at [2009-04-03 Fri 14:05] | L | Headline | Time| |

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
I encountered another problem: Using `C-c C-k' in the remember buffer is OK. But if the user interupts `org-remember' by `C-g' (e.g. when reading some text interactively), emacsclient will be waiting for ever. Unfortunately, there seems no easy way to fix this in a way, that we could

Re: [Orgmode] Problem with org-mac-message.el

2009-04-03 Thread Christopher Suckling
On 1 Apr 2009, at 21:21, Ed Hirgelt wrote: I've found that org-mac-message-get-link has a problem inserting [[]] as the first item. I can't replicate this. Could you provide an example? The following change makes it better... Unfortunately, this change breaks the code for all other

[Orgmode] Re: BUG: Infinite loop finding stuck projects

2009-04-03 Thread Bernt Hansen
More info: This also hangs for any tag searches C-c / / enter regexp RET C-c / m enter tag RET -Bernt Peter Jones mli...@pmade.com writes: Bernt Hansen be...@norang.ca writes: The following commit breaks finding stuck projects for me. It looks like an infinite loop. I can confirm

[Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com
I just update org-mode to 6.25a in winxp. I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@). Before updating C-c C-t will cycle in the seq above. Now it want me to press d to get done. I really like the way before. How can i get it back without delete key letter(since i use them

Re: [Orgmode] Re: BUG: Infinite loop finding stuck projects

2009-04-03 Thread Matthew Lundin
Bernt Hansen be...@norang.ca writes: This also hangs for any tag searches C-c / / enter regexp RET C-c / m enter tag RET Tag searches via the agenda are also hanging: C-c a m C-c a M - Matt ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Problem with org-mac-message.el

2009-04-03 Thread Carsten Dominik
On Apr 3, 2009, at 4:49 PM, Christopher Suckling wrote: On 1 Apr 2009, at 21:21, Ed Hirgelt wrote: I've found that org-mac-message-get-link has a problem inserting [[]] as the first item. I can't replicate this. Could you provide an example? The following change makes it better...

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-03 Thread Carsten Dominik
Fixed, thanks. - Carsten On Apr 3, 2009, at 2:10 PM, Sébastien Vauban wrote: Hi Carsten, Just a small bug to report. With such a source file: --8---cut here---start-8--- * 2009-04 #+BEGIN: clocktable :maxlevel 2 :scope file Clock summary at [2009-04-03

Re: [Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread Sebastian Rose
goodh...@gmail.com goodh...@gmail.com writes: I just update org-mode to 6.25a in winxp. I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@). Before updating C-c C-t will cycle in the seq above. Now it want me to press d to get done. I really like the way before. How can i get it

Re: [Orgmode] BUG: Infinite loop finding stuck projects

2009-04-03 Thread Bernt Hansen
Carsten Dominik domi...@science.uva.nl writes: I have reverted this commit, thanks. Thanks! It works again for me :) -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Selective Export of subheadings and plain text

2009-04-03 Thread Martin Stemplinger
I use org-mode as a GTD implementation with level-1 headings as area of focus, level-3 headings for projects and level-5 headings as next actions. For each project I also note a successful outcome in plain text. So it looks like this * Self development

Re: [Orgmode] XEmacs complains about a few define-key sequences in org-mouse.el

2009-04-03 Thread Andreas Röhler
Tony E. Bennett wrote: XEmacs complains about a few define-key sequences in org-mouse.el. For example: (define-key org-agenda-keymap [C-mouse-4] 'org-agenda-earlier) Try it this way for XEmacs: [(control mouse-4)] Regards Andreas Roehler These sequences are using a GNU emacs form

Re: [Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com
Shift-right works great for me. Sorry for my dummy Q. I just so get used to C-c + somekey. Thanks. Sebastian Rose wrote: goodh...@gmail.com goodh...@gmail.com writes: I just update org-mode to 6.25a in winxp. I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@). Before

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-03 Thread Eraldo Helal
How do you set it? With M-x set-variable RET ..., or with M-: (setq ...)? In each case you have to quote file, e.g. say 'file. Thank you, works like a charm now. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com
It works for a (repeat) task in a file. But if it is a repeat task (like every week) and in agenda view, it works different Change the time stamp associated with the current line by one day into the future.:( Sebastian Rose wrote: goodh...@gmail.com goodh...@gmail.com writes: I

Re: [Orgmode] [ANN] org-fstree 0.2

2009-04-03 Thread Andreas Burtzlaff
Carsten, On Fri, 3 Apr 2009 11:45:44 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Hm, that works for links to files, but strangely it doesn't for links to headings in 6.25: True, and I have no idea why that is so. Very strange bug, one of those only Nick Dokos can find

Re: [Orgmode] Refile as top-level headlines?

2009-04-03 Thread Carsten Dominik
On Jan 18, 2009, at 5:31 PM, Matthew Lundin wrote: Carsten Dominik domi...@science.uva.nl writes: On Jan 14, 2009, at 4:49 PM, Matthew Lundin wrote: Hi everyone, I have a lot of org-files and use org-refile all the time as part of my normal workflow. My basic approach is to remember

Re: [Orgmode] [ANN] org-fstree 0.2

2009-04-03 Thread Carsten Dominik
On Apr 4, 2009, at 5:01 AM, Andreas Burtzlaff wrote: Carsten, On Fri, 3 Apr 2009 11:45:44 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Hm, that works for links to files, but strangely it doesn't for links to headings in 6.25: True, and I have no idea why that is so. Very

Re: [Orgmode] Line breaks in headings possible?

2009-04-03 Thread Carsten Dominik
On Apr 3, 2009, at 9:41 PM, Martin Stemplinger wrote: I use quite long headings in my org files. Exporting it to PDF leads to line breaks which are neither aesthetically pleasing nor easily readable. Is there a way to indicate line breaks in a heading? Both \newline and \\ will work if you