[Orgmode] Re: Blank lines in literal html

2007-12-17 Thread Wanrong Lin
Thanks a lot for looking at this and explaining what is the true cause. Look forward to the fixed version. Wanrong Hi Wanrong, thanks for this patch - it is not the correct fix in this case, it is an issue having to do with the fact that an empty line cannot hold text properties, and that o

[Orgmode] Re: org-refile

2007-12-17 Thread Jose A. Ortega Ruiz
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Jose, > > In 5.17, you will be able to do this: > > (setq org-refile-use-outline-path t) > > The refile targets will then be represented by "/"-separated > paths just like you suggested. > > Thanks. > What can I say? Excellent Cannot wait

Re: [Orgmode] org-refile

2007-12-17 Thread Carsten Dominik
Hi Jose, On Dec 2, 2007, at 9:19 PM, Jose A. Ortega Ruiz wrote: Hi. I'm very happy with the new org-refile, but the current way of specifying the target node is, IMHO, not as convenient as it could be. For instance, if i specify levels up to, say, 2 as targets, and have duplicated headlines a

Re: [Orgmode] Level specification in refiling target

2007-12-17 Thread Carsten Dominik
Hi Wanrong, On Dec 5, 2007, at 4:50 PM, Wanrong Lin wrote: Hi, I have a line like this (copied from the org release notes) (setq org-refile-targets '((org-agenda-files . (:level . 2 My intention was to have all headings in level 2 AND level 1 in the target list. But it seems only level

Re: [Orgmode] appointment done doesn't go away

2007-12-17 Thread Ed Hirgelt
On Dec 17, 2007 9:53 AM, cezar <[EMAIL PROTECTED]> wrote: > I have a TODO item marked as an appointment. After marking it done I'd > expect it to disappear from my agenda view. > Would you guys mark appointments as TODOs or just leave them without > any tag ? I do not tag appointments. I le

[Orgmode] appointment done doesn't go away

2007-12-17 Thread cezar
Hello, I have a TODO item marked as an appointment. After marking it done I'd expect it to disappear from my agenda view. Would you guys mark appointments as TODOs or just leave them without any tag ? Cheers, Cezar ___ Emacs-orgmode mailing lis

Re: [Orgmode] hotkeys for org in gnome

2007-12-17 Thread Eric Schulte
On Monday, December 17, at 15:20, Adam Spiers wrote: > On Mon, Dec 17, 2007 at 10:27:40AM +0400, Dmitri Minaev wrote: > > On Dec 15, 2007 8:34 AM, Rustom Mody <[EMAIL PROTECTED]> wrote: > > > I was wondering if there is some way that in addition to activating > > > emacs it is possible to run r

Re: [Orgmode] hotkeys for org in gnome

2007-12-17 Thread Adam Spiers
On Mon, Dec 17, 2007 at 10:27:40AM +0400, Dmitri Minaev wrote: > On Dec 15, 2007 8:34 AM, Rustom Mody <[EMAIL PROTECTED]> wrote: > > I was wondering if there is some way that in addition to activating > > emacs it is possible to run remember > > I believe this is one more argument in favor of scri

Re: [Orgmode] hotkeys for org in gnome

2007-12-17 Thread Adam Spiers
On Sun, Dec 16, 2007 at 10:26:40PM +0530, Rustom Mody wrote: > On Dec 16, 2007 5:03 PM, Adam Spiers <[EMAIL PROTECTED]> wrote: > > : > > : > > Returning the favour: http://xmacro.sourceforge.net/ > > Could you make it work? I could not (about 20 minutes of trying) > Seems worthwhile but a bit anci

[Orgmode] Org Radio

2007-12-17 Thread David O'Toole
I'm writing an add-on for Org (again!) This one is called radio.el. It lets you annotate files (or even individual lines within files) with arbitrary org subtrees. This program is very preliminary, but it does work, and I'd be interested to hear people's thoughts. I have an audio-related applicat

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

2007-12-17 Thread Carsten Dominik
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 immediately go the created task and "work on it". > Wh

Re: [Orgmode] V5.16b: C-c a e no more functioning

2007-12-17 Thread Carsten Dominik
Hi Rainer, it would have ben helpful if you had stated from which version you upgraded. I think this was broken since 5.13, I have fixed is now for 5.17. - Carsten On Dec 5, 2007 11:32 AM, Rainer Stengele <[EMAIL PROTECTED]> wrote: > Hi! > > 1. I cannot export anymore. > After C-c a e I get thi

Re: [Orgmode] [ feature request ] colourful timestamps

2007-12-17 Thread Carsten Dominik
I am taking this patch, thanks. - Carsten On Dec 9, 2007 11:39 PM, Bastien <[EMAIL PROTECTED]> wrote: > Hi Phil, > > Phil Jackson <[EMAIL PROTECTED]> writes: > > > Something I thought might be nice is highlighting of timestamps > > according to there relativity to time(). > > > > For example, at

[Orgmode] Re: Blank lines in literal html

2007-12-17 Thread Carsten Dominik
On Dec 5, 2007 8:31 PM, Wanrong Lin <[EMAIL PROTECTED]> wrote: > > Finally, I decided to learn some elisp debugging techniques and as a > practice, it seems I found the bug and fixed it with this patch (against > org.el in 5.16b) > > @@ -24437,7 +24437,7 @@ >(when (re-search-backward >

Re: [Orgmode] Automatically indent text when return is hit in an org buffer.

2007-12-17 Thread Carsten Dominik
I will take Bastien's patch, thanks to both of you. - Carsten On Dec 11, 2007 12:17 PM, Daniel Pittman <[EMAIL PROTECTED]> wrote: > Bastien <[EMAIL PROTECTED]> writes: > > Daniel Pittman <[EMAIL PROTECTED]> writes: > > > >> G'day. I am a fan of `newline-and-indent', and turn it on for most > >>

Re: [Orgmode] Automatically indent text when return is hit in an org buffer.

2007-12-17 Thread Carsten Dominik
On Dec 10, 2007 5:31 AM, Daniel Pittman <[EMAIL PROTECTED]> wrote: > G'day. I am a fan of `newline-and-indent', and turn it on for most of > the modes I routinely use, since it is almost always what I want done. > > org-mode rebinds the "return" key to `org-return', which acts > intelligently in t