RE: [Orgmode] FR: headline iteration API

2008-06-10 Thread Dominik, C.
Hi Adam and others, I do like the idea of an API to iterate of entries and outline trees. For now, I am following this discussion to see what ideas pop up. When I find the time, something will be implemented. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Adam Spiers

RE: [Orgmode] cdlatex like remember

2008-06-10 Thread Dominik, C.
Hi Fabian, I have no plans to extend cdlatex in this direction, it is really a LaTeX support module and not a general template module. There are *many* emacs packages that implement template insertion in one way or another. Maybe you can find something here: http://emacs-template.sourceforge.

RE: [Orgmode] annotations (not the remember kind)

2008-06-10 Thread Dominik, C.
Hi Adam. hmm, I can see nothing that would help you directly with this. However, there is org-export-preprocess-hook. This hook runs before the export conversion of a buffer is attempted. If you add a function to this hook it will be called in a temporary buffer containing the entire file or sec

RE: [Orgmode] automatically jumping to stored note location

2008-06-10 Thread Dominik, C.
Hi Adam, I have now implemented this feature, exactly as ordered :-), with %&. HTH - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Adam Spiers Sent: Fri 5/30/2008 2:21 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] automatically jumping to stored note location On T

RE: [Orgmode] bug in todo state change tracking?

2008-06-10 Thread Dominik, C.
Yes, I apparently overlooked this, sorry, and thanks. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Tue 6/10/2008 6:20 PM To: Dominik, C. Cc: emacs-orgmode@gnu.org Subject: RE: [Orgmode] bug in todo state change tracking? - Message from

RE: [Orgmode] bug in todo state change tracking?

2008-06-10 Thread broek
- Message from [EMAIL PROTECTED] - Date: Tue, 10 Jun 2008 10:10:04 +0200 From: "Dominik, C." <[EMAIL PROTECTED]> Reply-To: "Dominik, C." <[EMAIL PROTECTED]> Subject: RE: [Orgmode] bug in todo state change tracking? To: [EMAIL PROTECTED], emacs-orgmode@gnu.org Hi Bri

[Orgmode] Re: Remember in Agenda buffers

2008-06-10 Thread Thomas Baumann
Hi Carsten and Manuel, > 2. Use the date as the default date for the %^t and %^T escapes. This > would then offer to select the date with RET, but it would still allo > to change it or to add a time specification. I think this is what people would expect, at least I would. And this option leaves

RE: [Orgmode] global tags for a file

2008-06-10 Thread Manuel Hermenegildo
> Hi Manuel, this is fixed now, thanks for the report. Thanks!!! --Manuel -- --- Manuel Hermenegildo | Prof., C.S. Department Director, IMDEA-Software and CLIP Group |

RE: [Orgmode] global tags for a file

2008-06-10 Thread Dominik, C.
Hi Manuel, this is fixed now, thanks for the report. BTW, the syntax for the FILETAGS line is quite open, for example: #+FILETAGS: aa bb:cc :ee:ff:gg: will result in file tags aa,bb,cc,ee,ff,gg. - Carsten -Original Message- From: Manuel Hermenegildo on behalf of Manuel Hermenegildo

RE: [Orgmode] global tags for a file

2008-06-10 Thread Dominik, C.
Fixed, thanks. - Carsten -Original Message- From: Manuel Hermenegildo on behalf of Manuel Hermenegildo Sent: Tue 6/3/2008 1:19 PM To: Dominik, C. Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] global tags for a file I am not sure the new and very useful FILETAGS functionality is wor

Re: [Orgmode] FR: headline iteration API

2008-06-10 Thread Adam Spiers
On Wed, Jun 04, 2008 at 04:35:01PM +0200, Daniel Clemente wrote: > Hi, > I find this very interesting. Some ideas: > > - Maybe it could provide access not only to the headlines, but to > the headlines of the headlines, and of their headlines, etc. In > fact, access to the whole tree. This wo

[Orgmode] iCal export of repeated tasks

2008-06-10 Thread Adam Spiers
Currently, if I have a repeated task such as * NEXT [#B] water plants SCHEDULED: <2008-06-16 Mon 10:30-10:45 .+1w> then iCal export includes something like this in the VEVENT: RRULE:FREQ=WEEKLY;INTERVAL=1 For most repeated tasks, this is a perfectly sensible default. However, for a task of

RE: [Orgmode] bold etc. spanning multiple lines

2008-06-10 Thread Dominik, C.
No, that stacked button is only there to not break old customizations, but it does not do anything anymore. I need to document *that*... :-) -Original Message- From: [EMAIL PROTECTED] on behalf of Adam Spiers Sent: Tue 6/10/2008 11:57 AM To: org-mode mailing list Subject: Re: [Orgmode

Re: [Orgmode] archival mirroring source headline structure?

2008-06-10 Thread Adam Spiers
On Tue, Jun 10, 2008 at 05:28:04AM +0200, Dominik, C. wrote: > Hi Adam, I mean more complex possibilities, like > > * A > ** B > *** C > *** D > > Archive C, do more work, then archive A. The possibilities are endless, it > seems to me. With auto-vivification I don't see a problem here. Archi

Re: [Orgmode] format of section numbering in export

2008-06-10 Thread Adam Spiers
On Tue, Jun 10, 2008 at 10:05:24AM +0200, Dominik, C. wrote: > Hi Adam, > > You can now configure the format of the section numbers with > the variable `org-export-section-number-format'. > > The format is too complex to be set in the compact OPTIONS line, > you can do it on a per-buffer way usin

Re: [Orgmode] bold etc. spanning multiple lines

2008-06-10 Thread Adam Spiers
On Tue, Jun 10, 2008 at 09:05:03AM +0200, Dominik, C. wrote: > Hi Adam, > > you can increase the number of allowed newlines in > emphasis using the variable `org-emphasis-regexp-components'. > > HTH Ahah, thanks! Whilst looking at this customize-option, I noticed that the stacking toggle button

RE: [Orgmode] bug in todo state change tracking?

2008-06-10 Thread Dominik, C.
Hi Brian, since we cannot reproduce this, it seems that you need to make a minimal example, with a minimal .emacs file that will reproduce the bug with emacs -q -l minimal.emacs .. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Mon 6/2/20

RE: [Orgmode] format of section numbering in export

2008-06-10 Thread Dominik, C.
Hi Adam, You can now configure the format of the section numbers with the variable `org-export-section-number-format'. The format is too complex to be set in the compact OPTIONS line, you can do it on a per-buffer way using a file variable. From org-publish, you can use the :section-number-forma

RE: [Orgmode] bold etc. spanning multiple lines

2008-06-10 Thread Dominik, C.
Hi Adam, you can increase the number of allowed newlines in emphasis using the variable `org-remphasis-regexp-components'. HTH - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Adam Spiers Sent: Sat 5/31/2008 1:11 AM To: org-mode mailing list Subject: [Orgmode] bold etc.

RE: [Orgmode] weirdness with #+TITLE in HTML export

2008-06-10 Thread Dominik, C.
Fixed, thanks. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Adam Spiers Sent: Sat 5/31/2008 12:53 AM To: org-mode mailing list Subject: [Orgmode] weirdness with #+TITLE in HTML export Is this a regression or am I missing something? - 8< - 8< --