Re: [Orgmode] Re: markup in environments in latex export

2009-04-19 Thread Carsten Dominik
Hi Chris, Normally a request for a patch shuts people up, not in your case. :-) Very interesting, I like how you did this parallel to the other, similar environments that also require internal processing. I am quite over committed right now and have a trip coming up, and I will need to think a

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-19 Thread Manish
FWIW, I use tags to mark contexts and filtering on tags is really really fast and flexible. -- Manish On Mon, Apr 20, 2009 at 6:40 AM, Varnit Suri wrote: > Hi all, > > I am using the PROPERTY keyword to identify contexts (in the GTD > approach). So here's a sample of what I do: > > * Online >

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-19 Thread Nick Dokos
Varnit Suri wrote: > ... > The Agenda view that I see is below (Home, Computer, Work are PROPERTY > tags). > > What I 'd like to do is: > 1. View tasks with only a specified PROPERTY tag. > 2. View the main task (if this task is a sub-task) in the Agenda view. > > ... Does http://orgm

[Orgmode] Re: [PATCH] Fix section id on HTML export when no custom id is present

2009-04-19 Thread Bernt Hansen
Carsten Dominik writes: > Yes, a bug, but your fix is not the right one, see the discussions > with Sebastian about the naming of containers and IDs. > > Fixed, in a different way. > > Thanks. Thanks for fixing it :) -Bernt ___ Emacs-orgmode mailing

[Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-19 Thread Varnit Suri
Hi all, I am using the PROPERTY keyword to identify contexts (in the GTD approach). So here's a sample of what I do: * Online :PROPERTIES: :CATEGORY: Computer :END: ** TODO Call/reply to A ** TODO Defrag work PC The Agenda view that I see is below (Home, Computer, Work are PROPERTY tags).

Re: [Orgmode] [PATCH] Fix section id on HTML export when no custom id is present

2009-04-19 Thread Carsten Dominik
Yes, a bug, but your fix is not the right one, see the discussions with Sebastian about the naming of containers and IDs. Fixed, in a different way. Thanks. - Carsten On Apr 19, 2009, at 6:29 PM, Bernt Hansen wrote: This fixes a bug where section ids were all set to 'nil'. suffix and href

Re: [Orgmode] [PATCH] Fix CUSTOM_ID completion for PROPERTY drawers

2009-04-19 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 19, 2009, at 6:29 PM, Bernt Hansen wrote: The wrong name was added for CUSTOM_ID in the completion list for properties in commit 931e13d (Custom IDs: Documentation and improvements) --- This patch is available at git://git.norang.ca/org-mode for-carsten lisp

[Orgmode] Re: Problem with CUSTOM_ID persistence during exporting

2009-04-19 Thread Carsten Dominik
Yes, this was a bug, fixed now. Thanks - Carsten On Apr 19, 2009, at 6:54 PM, Bernt Hansen wrote: Hi Carsten, I noticed a problem with custom ids that should probably be fixed. I was playing with a temporary custom id for a document - so I added it and exported. Then when I removed the

[Orgmode] Re: markup in environments in latex export

2009-04-19 Thread Chris Gray
Hi Carsten, I took up your challenge and made a patch that does what I want. It does what I suggested in my previous email in that it allows one to put #+begin_foo and #+end_foo tags in the body of an org file. These tags allow you to change the environment of the text between them. What that me

[Orgmode] Problem with CUSTOM_ID persistence during exporting

2009-04-19 Thread Bernt Hansen
Hi Carsten, I noticed a problem with custom ids that should probably be fixed. I was playing with a temporary custom id for a document - so I added it and exported. Then when I removed the id it's still there. The org-export-preferred-target-alist still has the mapping of section number to pref

[Orgmode] [PATCH] Fix section id on HTML export when no custom id is present

2009-04-19 Thread Bernt Hansen
This fixes a bug where section ids were all set to 'nil'. suffix and href were identical so suffix is no more. Before this change the table of contents had the correct id but the heading levels all had id="nil" --- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org-htm

[Orgmode] [PATCH] Fix CUSTOM_ID completion for PROPERTY drawers

2009-04-19 Thread Bernt Hansen
The wrong name was added for CUSTOM_ID in the completion list for properties in commit 931e13d (Custom IDs: Documentation and improvements) --- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [Orgmode] Automatically sorting remembered entries

2009-04-19 Thread Carsten Dominik
No, this is currently not possible. - Carsten On Apr 19, 2009, at 11:23 AM, Taru Karttunen wrote: Hello Is there a way to insert remembered entries in a sorted fashion? I am inserting entries like: *** <2009-04-20 Mon> Foobar and would like them to be sorted under the heading they are rememb

Re: [Orgmode] CamelCase link type

2009-04-19 Thread Carsten Dominik
On Apr 19, 2009, at 11:44 AM, Taru Karttunen wrote: Excerpts from Giorgio Brajnik's message of Sun Apr 19 12:16:58 +0300 2009: Carsten, thank you for your prompt answer. I understand your attitude towards CamelCase, and tend to agree, but I also think it would be nice to have a utility to

[Orgmode] thanks nick

2009-04-19 Thread dericbytes
Thanks nick, made those changes + I do use indenting in emacs (indent-region) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] CamelCase link type

2009-04-19 Thread Taru Karttunen
Excerpts from Giorgio Brajnik's message of Sun Apr 19 12:16:58 +0300 2009: > Carsten, > thank you for your prompt answer. > I understand your attitude towards CamelCase, and tend to agree, but I > also think it would be nice to have a utility to easily port a set of > emacs-wiki pages into orgmode.

[Orgmode] Automatically sorting remembered entries

2009-04-19 Thread Taru Karttunen
Hello Is there a way to insert remembered entries in a sorted fashion? I am inserting entries like: *** <2009-04-20 Mon> Foobar and would like them to be sorted under the heading they are remembered. e.g. given the org file: * Current *** <2009-04-18 Sat> Foo *** <2009-04-21 Tue> Bar The entr

Re: [Orgmode] CamelCase link type

2009-04-19 Thread Giorgio Brajnik
Carsten, thank you for your prompt answer. I understand your attitude towards CamelCase, and tend to agree, but I also think it would be nice to have a utility to easily port a set of emacs-wiki pages into orgmode. I'll see if I can come out with a simple elisp or python script to convert those fil