Re: [Orgmode] Timezone Support

2008-06-24 Thread Eddward DeVilla
I found this in an old drafts folder. I just thought I send it in case anyone still cared. On Jan 17, 2008 10:06 AM, Russell Adams <[EMAIL PROTECTED]> wrote: > Would it be practical to extend the time format to include TZ data > (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just mental

[Orgmode] [PATCH] Column View maxlevel Incorrectly Terminates Loop

2008-06-24 Thread Peter Jones
When using maxlevel, column view exporting is aborted when the first headline below maxlevel is reached. This prevents any remaining headlines that are at or above maxlevel from being rendered. The documentation suggests that it is actually used to export a column view for all headlines that are

[Orgmode] Re: Bug: monthly repeater does not work

2008-06-24 Thread Wanrong Lin
I forgot to mention that the ".+1m" and "++1m" repeaters do not work either. Wanrong Wanrong Lin wrote: Hi, I just tried this: * TODO Test SCHEDULED: <2008-06-24 Tue +1m> And it does not work, meaning I do not see the item listed in the agenda of 07-24, 08-24 and etc. DEADLINE won't work

[Orgmode] Bug: monthly repeater does not work

2008-06-24 Thread Wanrong Lin
Hi, I just tried this: * TODO Test SCHEDULED: <2008-06-24 Tue +1m> And it does not work, meaning I do not see the item listed in the agenda of 07-24, 08-24 and etc. DEADLINE won't work either with the same repeater. Can someone confirm that? I saw the above with org-6.05b on Emacs 22.2 und

[Orgmode] Re: Expanding highlighted nodes

2008-06-24 Thread T . Short
> Well, nice! The only problem is hat it is an extra comment, and I > don't have a good hook for you where to put this. So you need to call > two separate commands to make this happen. If you don't mind this, > then you are done. Thanks, Carsten. I like it as a separate command. Mostly,

Re: [Orgmode] Re: Expanding highlighted nodes

2008-06-24 Thread Carsten Dominik
On Jun 24, 2008, at 5:48 PM, T. Short wrote: Carsten Dominik uva.nl> writes: On Jun 23, 2008, at 7:50 PM, T. Short wrote: Is there a way to expand highlighted nodes? I really like the tags tree (C-c \) and the TODO tree (C-c C-v). After either of these, I'd like to expand everything und

[Orgmode] Re: Expanding highlighted nodes

2008-06-24 Thread T . Short
Carsten Dominik uva.nl> writes: > On Jun 23, 2008, at 7:50 PM, T. Short wrote: > > > Is there a way to expand highlighted nodes? I really like the tags > > tree (C-c \) > > and the TODO tree (C-c C-v). After either of these, I'd like to expand > > everything under the highlighted nodes. > > N

[Orgmode] How to write an exporter

2008-06-24 Thread Christian Egli
Hi I've been wanting to have an exporter for latex beamer and for mediawiki. I thought that might be a nice summer project. How do I write it? Do I use - the new mapping API - or the "new" exporter engine from Bastien which is buried away somewhere on a branch in git? I guess the mapping AP

Re: [Orgmode] Re: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: >> Drop it if I'm off-topic, but isn't it what (file-relative-name path) >> does ? > > It is hard because I would have to write a special completion function > which sees the "file:" types and the switches its completion tactics. So I was right ! Right

Re: [Orgmode] Re: export to html and relative links:

2008-06-24 Thread Carsten Dominik
On Jun 24, 2008, at 10:36 AM, Paul R wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: 2) Augment C-c C-l to react to file: by providing filename completion relative to the working directory. This is hard and therefore not yet implemented. Use `C-u C-c C-l' to insert a file link w

[Orgmode] Re: export to html and relative links:

2008-06-24 Thread Paul R
Carsten Dominik <[EMAIL PROTECTED]> writes: > 2) Augment C-c C-l to react to file: by providing filename > completion relative to the working directory. > > This is hard and therefore not yet implemented. Use `C-u C-c C-l' to insert > a file link with > completion. Drop it if I'm off-t