[Orgmode] [PATCH] Distinguish between TEST todo tag and TESTING header

2006-09-07 Thread Jason Riedy
For various reasons, I need both a TEST todo tag and a header named TESTING in the same document. The current org-mode correctly distinguishes between them internally, but not for export. The appended patch works for me with a recent Emacs snapshot, but my org-mode uses are pretty trivial (for n

Re: [Orgmode] [PATCH] Distinguish between TEST todo tag and TESTING header

2006-09-07 Thread Carsten Dominik
Hi Jason, yes, this is a bug, and your fix does work correctly. Thank you very much. - Carsten On Sep 7, 2006, at 1:08, Jason Riedy wrote: For various reasons, I need both a TEST todo tag and a header named TESTING in the same document. The current org-mode correctly distinguishes between

[Orgmode] org-publish.el version 1.77: now with preparation-function feature

2006-09-07 Thread David O'Toole
I've added a small new feature to org-publish.el version 1.77, available from http://dto.freeshell.org/e/org-publish.el There is a new project keyword called :preparation-function. Its value should be a function with no arguments, which will be called to "prepare" a project for publishing. An exa

Re: [Orgmode] Clock reporting

2006-09-07 Thread J. David Boyd
Russell Adams <[EMAIL PROTECTED]> writes: > Both versions 4.42 and 4.45 go into a runaway state when I try to > insert a clock table via C-c C-x C-r. I have to kill emacs from > another command prompt, as it's quit responding. > > When killed, the leftover file ( #filename# ) shows the following w

[Orgmode] Possible bug with tags

2006-09-07 Thread Eddward DeVilla
Hi all, I'm trying to figure out if I found a bug. I running org 4.47 on emacs 21.1.1 on AIX. I'm pretty sure I've seen similar in cygwin and linux with various version of emacs 21. When I add or edit tags on a collapsed heading using C-c C-c, the tags get place after the ellipse like so. (

Re: [Orgmode] Clock reporting

2006-09-07 Thread Ed Hirgelt
On 9/7/06, J. David Boyd <[EMAIL PROTECTED]> wrote: It works okay in Orgmode 4.47 and my build of Emacs (22.0.50).This may be an XEmacs thing.  I tried this out when I saw the original report and got the same behavior.  I'm running XEmacs 21.4.19 (Cygwin).  I did not have a #+BEGIN in the file at

Re: [Orgmode] Possible bug with tags

2006-09-07 Thread Carsten Dominik
This works correctly for me. Is there anyone else who can reproduce this behavior? - Carsten On Sep 7, 2006, at 17:39, Eddward DeVilla wrote: Hi all, I'm trying to figure out if I found a bug. I running org 4.47 on emacs 21.1.1 on AIX. I'm pretty sure I've seen similar in cygwin and linu

Re: [Orgmode] Clock reporting

2006-09-07 Thread Carsten Dominik
Also this I cannot reproduce, I have tried under Emacs 21.2.2, Emacs 22.0.50.6 and XEmacs 21.4. Maybe there is something special with your file? Can you post a minimal example, and also tell us what Emacs version you are using? - Carsten On Sep 6, 2006, at 20:13, Russell Adams wrote: Both

[Orgmode] New feature idea: Todo completion log entries

2006-09-07 Thread Daniel J. Sinder
I find that completing a task often results in follow-up information that I'd like to add to the entry in my org file. In this way, my follow-up notes are connected to the action which generated them. Here's an example. Prior to doing the task, I might have something like this: ** TODO Generate

[Orgmode] Partial bug fix for 4.47

2006-09-07 Thread Daniel J. Sinder
Even when nil, org-export-with-tags does not remove tags from table of contents entries in HTML exports. The keyword QUOTE is likewise not removed. I don't think either of these is intentional, but ignore the attached patch if they were. BTW, org-export-with-tags has no effect (when nil) for ASC

Re: [Orgmode] Partial bug fix for 4.47

2006-09-07 Thread Carsten Dominik
I am taking this patch. Actually, I will allow org-export-with-tags to be set to 'not-in-toc (will even make this the default..), in which case tags will not be shown in the table of contents, but will be there in the headlines in the document. Thanks. - Carsten On Sep 8, 2006, at 1:39, Da

[Orgmode] Emphasis font-lock question.

2006-09-07 Thread Alex Bochannek
I just upgraded to 4.47 after being on 4.12 since March and noticed that emphasis font locking has changed a bit. I like the way it's been rewritten, but org-emph-re still doesn't match a typical pattern I use. For example: */usr/local/bin* Since org-emph-re uses "[^" border markers "]", and th