[Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Jose A. Ortega Ruiz
Hi Carsten, "Carsten Dominik" <[EMAIL PROTECTED]> writes: > - When the new option `org-refile-use-outline-path' is set, > refile targets will be presented like a file path to the > completion interface: "level 1/level 2/level 3". This > may be the fastest interface yet to

Re: [Orgmode] Org-mode version 5.17

2007-12-20 Thread Bastien
Hi Carsten, "Carsten Dominik" <[EMAIL PROTECTED]> writes: > I am releasing version 5.17 of org-mode, hopefully the last release > before the holidays. Lots of stuff is still on my TODO list, but this > is how far I have gotten. That's great! Thanks a lot. > - When cutting, pasting, or mov

[Orgmode] Patch to support nested checkbox statistics.

2007-12-20 Thread Miguel A. Figueroa-Villanueva
Hello all, I have implemented the change below to my org.el file to support nested checkbox statistics computation. That is, I can have things like this: ** General Tasks [1/4] SCHEDULED: <2007-12-19 Wed> - [ ] Simple task 1. - [-] Complex task with sub-items. Dash for partially complet

[Orgmode] Makefile fix reverted?

2007-12-20 Thread Miguel A. Figueroa-Villanueva
Hello Carsten, I updated org-mode and realized that the Makefile fix that we had applied a while back was reverted. I did a search on the mailing list and found the following thread: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03374.html which might have been the reason for reverting th

[Orgmode] org-refile: only works on leaves?

2007-12-20 Thread Wanrong Lin
Hi, Another thing I found out when using org-refile is, it seems the filing target can only be the leaves of the outline tree. The non-leaf target locations will be displayed in the auto-completion buffer, but can not be selected. I have the following settings (setq org-refile-targets '((or

[Orgmode] org-refile: automatic adjusting levels

2007-12-20 Thread Wanrong Lin
Hi, I am just beginning to use org-refile more often, and found that org-refile does not work right when the refiled item has a level that does not match its target level. Seems in that case the refiled item will always goto the end of the target file. Should org-refile automatically adjust t

[Orgmode] Re: when filing todos with remember org-remember-default-headline is not found

2007-12-20 Thread Rainer Stengele
Rainer Stengele schrieb: > Eddward DeVilla schrieb: >>> Sorry, I am not able to reproduce the effect in a small file. >>> My 8000 lines org file includes a lot of sensitive data so I do not wanna >>> publish it i the newsgroup. >>> What can I do? Can I debug a certain function? >> That's ok. I th

[Orgmode] Re: Go to the just saved Remember block

2007-12-20 Thread Rainer Stengele
Carsten Dominik schrieb: > In Org-mode 5.17, > > C-u C-u M-x org-remember > > will do that. > > > Thanks. > > - Carsten > > On Nov 29, 2007 5:01 PM, Rainer Stengele <[EMAIL PROTECTED]> wrote: >> Many times I create a task fro a remember template (which is a great >> feature!) and want to imm

[Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Rainer Stengele
Carsten Dominik schrieb: > On Dec 20, 2007 3:22 PM, Rainer Stengele > >> still coming up under >> >> GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-22 on >> LENNART-69DE564 (patched) >> >> rainer > > Make sure that you recompile org.el first, i.e. remove org.elc and > then type make. >

Re: [Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Carsten Dominik
On Dec 20, 2007 3:22 PM, Rainer Stengele > > still coming up under > > GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-22 on LENNART-69DE564 > (patched) > > rainer Make sure that you recompile org.el first, i.e. remove org.elc and then type make. - Carsten _

[Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Rainer Stengele
Carsten Dominik schrieb: > On Dec 20, 2007 9:36 AM, Detlef Steuer <[EMAIL PROTECTED]> wrote: >> On Thu, 20 Dec 2007 07:28:42 +0100 >> "Carsten Dominik" <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> >>> I am releasing version 5.17 of org-mode, hopefully the last >>> release before the holidays. Lots of

Re: [Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Carsten Dominik
On Dec 20, 2007 9:36 AM, Detlef Steuer <[EMAIL PROTECTED]> wrote: > On Thu, 20 Dec 2007 07:28:42 +0100 > "Carsten Dominik" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am releasing version 5.17 of org-mode, hopefully the last > > release before the holidays. Lots of stuff is still on my TODO lis

Re: [Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Kirill A. Korinskiy
Carsten Dominik -> Detlef Steuer @ Thu, 20 Dec 2007 13:13:00 +0100: CD> I cannot reprduce this. I can get this error to on two my computers. Debian lenny+sid, i386, GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.10.13) of 2007-08-22 on raven, modified by Debian -- | |*| | Kirill A. Ko

Re: [Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Elicket Lee
Hi, The error reproduced on my computer. (Windows XP) + (NTEmacs 22.1) + (make 3.81 from cygwin) Elicket On Dec 20, 2007 11:13 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > I cannot reprduce this. > > - Carsten > > > On Dec 20, 2007 9:36 AM, Detlef Steuer <[EMAIL PROTECTED]> wrote: > > On Th

Re: [Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Carsten Dominik
I cannot reprduce this. - Carsten On Dec 20, 2007 9:36 AM, Detlef Steuer <[EMAIL PROTECTED]> wrote: > On Thu, 20 Dec 2007 07:28:42 +0100 > "Carsten Dominik" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am releasing version 5.17 of org-mode, hopefully the last > > release before the holidays. L

[Orgmode] Re: Org-mode version 5.17

2007-12-20 Thread Detlef Steuer
On Thu, 20 Dec 2007 07:28:42 +0100 "Carsten Dominik" <[EMAIL PROTECTED]> wrote: > Hi, > > I am releasing version 5.17 of org-mode, hopefully the last > release before the holidays. Lots of stuff is still on my TODO list, > but this is how far I have gotten. Hi, get an error in make: In tople