RE: [Orgmode] Re: usage of bgein_src in 'Literal examples' section

2008-06-06 Thread Dominik, C.
You can also load the file into Emacs and then check the value of the variable `major-mode' in that buffer. It will be c-mode or org-mode or whatever. From this value, just strig the "-mode" and you have the value you need to use in the begin_src line. - Carsten -Original Message- From

RE: [Orgmode] Bug in Plain-lists operation

2008-06-08 Thread Dominik, C.
Hi Harald, you are correct, this is in inconsistency. The limit for the extend of the item given in the documentation only applies for structure editing, not for folding. This is very hard to fix because outlining requires a strictly hierarchical structure of the document. Folding of items i

RE: [Orgmode] Re: Sched. Nx is wrong

2008-06-08 Thread Dominik, C.
Hi Cezar, I think the current behavior is fine - the docs are inaccurate. As Thomas said, the number indicates how many time this item has been scheduled. I am modifying the docstring of the relevant variable. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Cezar Hal

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

2008-06-09 Thread Dominik, C.
Hi Brian, I cannot reproduce this, works fine for me. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Mon 6/2/2008 6:15 AM To: emacs-orgmode@gnu.org Subject: [Orgmode] bug in todo state change tracking? Hi Carsten and all, I think I've found

RE: [Orgmode] archival mirroring source headline structure?

2008-06-09 Thread Dominik, C.
Hi Adam, I agree that this would be nice, but I believe it is almost impossible to make this stable. Because the user is free to add to and change the tree in the Org buffer, it is very easy to break this mechanism. Also, the general case to puttin things into the correct place in the archive is

RE: [Orgmode] [PATCH] Allow 'prefix' to be set on the command line

2008-06-09 Thread Dominik, C.
Is this a syntax understood by all make programs? Nice, I am taking the patch. Thanks. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Peter Jones Sent: Tue 6/3/2008 3:34 AM To: emacs-orgmode@gnu.org Subject: [Orgmode] [PATCH] Allow 'prefix' to be set on the command

RE: [Orgmode] [PATCH]new org-columns-nth-allowed-value function and keys

2008-06-09 Thread Dominik, C.
Hi Levin, this is an interesting patch, thank you very much. I will not add the vi keys - maybe you would like to write that up as a setup and add it to the FAQ in Worg? Picking the nth allowed value I do like a lot, and I am putting that in, at least for now. I might change it at some point so

RE: [Orgmode] export only the body (with out postamble) as html?

2008-06-09 Thread Dominik, C.
Hi Manoj, the function `org-export-region-as-html' can be called with a body-only option, and can also return a string instead of creating a buffer with the output. You can write your own wrapper that writes this strig to a file if that is what you need. HTH. - Carsten -Original Message--

RE: [Orgmode] Bug: HTML Export Hangs in 6.04c

2008-06-09 Thread Dominik, C.
Fixed, thanks. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Adr3nal D0S Sent: Mon 6/9/2008 4:57 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] Bug: HTML Export Hangs in 6.04c This one seems to be fairly easy to reproduce. But I had trouble narrowing it down due t

RE: [Orgmode] org-return-follows-link and the TTY

2008-06-09 Thread Dominik, C.
That s very strange, it works for me without problems. Can anyone else reproduce this problem? Thanks. - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Phil Jackson Sent: Mon 6/9/2008 10:23 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] org-return-follows-link and the

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

2008-06-09 Thread Dominik, C.
Hi Peter, this is different, your setting is incorrect. You need to remove all the "!", because it is either "!" or "@". - Carsten -Original Message- From: [EMAIL PROTECTED] on behalf of Peter Rayner Sent: Mon 6/9/2008 2:51 PM To: Emacs-orgmode@gnu.org Subject: RE: [Orgmode] bug in to

RE: [Orgmode] archival mirroring source headline structure?

2008-06-09 Thread Dominik, C.
list Subject: Re: [Orgmode] archival mirroring source headline structure? On Mon, Jun 09, 2008 at 09:01:22AM +0200, Dominik, C. wrote: > Hi Adam, > > I agree that this would be nice, but I believe it is almost impossible > to make this stable. Because the user is free to add to and

RE: [Orgmode] use non-alphabet ascii as todo keywords?

2008-06-09 Thread Dominik, C.
Unfortunately, Org relies on the fact that a TODO keyword ends at a word end that can be matched with the regular expression "\\>". So you would have to make ">" and "-" into word characters. That can be done, but I fear it might break something else. Worth a try, though. - Carsten -Or

RE: [Orgmode] use non-alphabet ascii as todo keywords?

2008-06-09 Thread Dominik, C.
ten -Original Message- From: [EMAIL PROTECTED] on behalf of Dominik, C. Sent: Tue 6/10/2008 5:31 AM To: William Xu; emacs-orgmode@gnu.org Subject: RE: [Orgmode] use non-alphabet ascii as todo keywords? Unfortunately, Org relies on the fact that a TODO keyword ends at a word end that can

RE: [Orgmode] Re: GFDL with cover texts

2008-06-09 Thread Dominik, C.
-Original Message- From: [EMAIL PROTECTED] on behalf of Seb Sent: Sun 6/8/2008 6:31 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] Re: GFDL with cover texts On 2008-06-06, Seb <[EMAIL PROTECTED]> wrote: > On 2008-06-06, Seb <[EMAIL PROTECTED]> wrote: >> Is there any way that the docum

RE: [Orgmode] Remember in Agenda buffers

2008-06-09 Thread Dominik, C.
Hi Manuel, yes, you can get the info from text properties. A second question would be on how to get it into the template. I can see two options here: 1. Create a new % escape 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

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< --

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] 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] 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] bold etc. spanning multiple lines

2008-06-10 Thread Dominik, C.
: [Orgmode] bold etc. spanning multiple lines 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 t

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

RE: [Orgmode] global tags for a file

2008-06-10 Thread Dominik, C.
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 working. If I write in a simple file just the two lines: #+FILETAGS: :foo: * Hello put the cursor on 'Hello

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] 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] 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] 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] 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