Re: [Orgmode] Re: deadlines with special option for warning days.

2007-09-04 Thread Carsten Dominik
On Sep 3, 2007, at 16:56, Rainer Stengele wrote: Carsten Dominik schrieb: On Aug 31, 2007, at 18:31, Rainer Stengele wrote: How about the following solution. If you bind org-deadline-warning-days to 0 or a negative number, this value (the absolute value of that number) will be enforced no

Re: [Orgmode] org-read-date minibuffer bindings:

2007-09-04 Thread Carsten Dominik
On Sep 4, 2007, at 4:29, T. V. Raman wrote: For all date/calendar related things, down-arrow moves forward, up-arrow back --- except in the keybindings set up for org-time-stamp through org-shiftup and org-shiftdown In some sense, the binding used there -- up-arrow increases down-arrow

Re: [Orgmode] feature request: additional org/remember template escapes:

2007-09-04 Thread Carsten Dominik
On Sep 4, 2007, at 3:00, Xavier Maillard wrote: Hi, ** [[URL]] note where note is what I typed in the remember buffer. Ideally I'd like the above to be : ** [[URL][Note]] Starting with 5.08, you will be able to use %A in the template. It will insert the link, but explicitly

Re: [Orgmode] typo in org-export-language-setup

2007-09-04 Thread Daniel Clemente
Hi, That is, Í rather than Ì. Correct, Índice. In fact, one could argue that it should just be just Indice (or perhaps Indice General), since it is usual in Spanish to omit accents on capital letters. It is „usual to write omitting all type of things... As for the correct writing, the

RE: [Orgmode] HTML help needed

2007-09-04 Thread Sprenger, Karel
Carsten, I just loaded http://www.orgmode.org in firefox and IE6 and it showed all right initially. After a little wile, though, the left and right margins disappeared and the GoDaddy.com banner appeared on the top of the page by means of the file a12.alphagodaddy.com_index.html. This latter is

Re: [Orgmode] typo in org-export-language-setup

2007-09-04 Thread Carsten Dominik
Fixed, thanks, also to Daniel. - Carsten On Sep 3, 2007, at 19:47, William Henney wrote: Hi Carsten, At line 2604 of org.el, v5.07a, instead of (es Autor Fecha \xccndice) you should have (es Autor Fecha \xcdndice)

Re: [Orgmode] Re: deadlines with special option for warning days.

2007-09-04 Thread Rainer Stengele
Carsten Dominik schrieb: On Sep 3, 2007, at 16:56, Rainer Stengele wrote: Carsten Dominik schrieb: On Aug 31, 2007, at 18:31, Rainer Stengele wrote: How about the following solution. If you bind org-deadline-warning-days to 0 or a negative number, this value (the absolute value of that

Re: [Orgmode] org-read-date minibuffer bindings:

2007-09-04 Thread T. V. Raman
Incidentally, it might be worthwhile to promote org-read-date to all of Emacs as read-date -- Emacs needs a good date-picker widget alongside things like read-file and org-read-date is the best I've seen. Incidentally I'm planning to update gcal.el (part of emacs-g-client) to use org-read-date if

[Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread T. V. Raman
It would be nice to have an interactive org-agenda-set-category alongside org-agenda-set-tag in the agenda buffer. This would allow one to quickly categorize tasks. Later, it might also be nice to implement a function that say rearranges all todo entries of a particular category under a

Re: [Orgmode] Re: log on state change

2007-09-04 Thread Bastien
Leo [EMAIL PROTECTED] writes: Using tags to setup todo looks unclean to me. However it is very nice to be able to set up todo using an interface similar to tags. And since the argument to org-todo has become completely useless because of this feature. I propose the following: C-c C-t

Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread Bastien
T. V. Raman [EMAIL PROTECTED] writes: It would be nice to have an interactive org-agenda-set-category alongside org-agenda-set-tag in the agenda buffer. I think it doesn't make sense to have `org-agenda-set-category' until we are able to set the category as a property of the headline. For now

Re: [Orgmode] insert item under previous headline (feature request?)

2007-09-04 Thread Bastien
Maxim Loginov [EMAIL PROTECTED] writes: usually I look for the paper in internet and use remember to insert such TODOs, and temporarily modify remember template in order not to seek * TODO read papers headline every time. It would be good if org-mode can remember the last used headline and

[Orgmode] Support for linking to nnml (Gnus) mail messages by Message-ID

2007-09-04 Thread John Wiegley
Because I frequently archive out e-mails to other mailboxes, I cannot rely on the group/article-no format of the current Gnus e-mail links used by org.el. So, I've written code that can find a message based solely on its Message-ID. The only requirement is that the message must be in an nnml

[Orgmode] Re: Insert File Template in correct tree

2007-09-04 Thread Fabian Braennstroem
Hi Carsten, Carsten Dominik schrieb am 09/03/2007 07:26 AM: You can do all this with remember templates, they allow interactive prompts, and you can specify a file and a topic where to insert the new entry. Too easy :-) Thanks, just great! Fabian On Sep 2, 2007, at 19:10, Fabian

[Orgmode] Re: Insert File Template in correct tree

2007-09-04 Thread Fabian Braennstroem
Hi, me again... with a small question: using %^{ASK_SOMETHING} works nice, but is there a chance to give different options for answers too? Maybe something like %^{What Color{blue|red|yellow}} and display the choices in a small buffer!? Fabian Fabian Braennstroem schrieb am 01/01/2002 02:12 AM:

Re: [Orgmode] feature request: additional org/remember template escapes:

2007-09-04 Thread Xavier Maillard
Hi Bastien, See (info (Org)Remember templates) : snip The `%a' refers to an annotation, normally the link created with `org-store-link'. The proposed solution is to make this insertion interactive by prompting for the link description. Hope it's clearer now! Crystal clear !

Re: [Orgmode] insert item under previous headline (feature request?)

2007-09-04 Thread Xavier Maillard
I'm wondering if such feature exist or can be implemented? Isn't this already covered by remember templates ? Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Feature request: Selective encryption

2007-09-04 Thread Xavier Maillard
I use crypt++.el, and I save the encrypted files with double extension: filename.org.gpg. Such files are opened in org-mode after decryption. Do you have code to automatically decrypt your org file when selecting them -i.e. find-file and friends ? Xavier -- http://www.gnu.org

Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread Xavier Maillard
It would be nice to have an interactive org-agenda-set-category alongside org-agenda-set-tag in the agenda buffer. +1 Later, it might also be nice to implement a function that say rearranges all todo entries of a particular category under a common section. I find myself

Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread T. V. Raman
Putting it immediately after the headline is how I would implement it. And it would work depending on ones workstyle --- most features of org make sense only in the context of a work style. Bastien == Bastien [EMAIL PROTECTED] writes: Bastien T. V. Raman [EMAIL PROTECTED] writes: It

Re: [Orgmode] Support for linking to nnml (Gnus) mail messages by Message-ID

2007-09-04 Thread Carsten Dominik
Note that John is running an intermediate version with a small fix needed to make this work. Wait for 5.08 before trying this... - Carsten On Sep 4, 2007, at 21:04, John Wiegley wrote: Because I frequently archive out e-mails to other mailboxes, I cannot rely on the group/article-no format

Re: [Orgmode] Re: log on state change

2007-09-04 Thread Carsten Dominik
On Sep 3, 2007, at 21:56, Leo wrote: On 2007-09-03 19:32 +0100, Carsten Dominik wrote: Yes, since 5.07, you can mis-use the TAGS interface to directly switch to TODO states. Check the release notes. Is this temporary until a better solution is found? Not at all, I really cannot think of

Re: [Orgmode] Re: Insert File Template in correct tree

2007-09-04 Thread Carsten Dominik
On Jan 1, 2002, at 3:33, Fabian Braennstroem wrote: Hi, me again... with a small question: using %^{ASK_SOMETHING} works nice, but is there a chance to give different options for answers too? Maybe something like %^{What Color{blue|red|yellow}} and display the choices in a small buffer!? No,

Re: [Orgmode] Re: log on state change

2007-09-04 Thread Carsten Dominik
On Sep 4, 2007, at 18:43, Bastien wrote: Leo [EMAIL PROTECTED] writes: Using tags to setup todo looks unclean to me. However it is very nice to be able to set up todo using an interface similar to tags. And since the argument to org-todo has become completely useless because of this

Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread Carsten Dominik
On Sep 4, 2007, at 20:00, Bastien wrote: T. V. Raman [EMAIL PROTECTED] writes: It would be nice to have an interactive org-agenda-set-category alongside org-agenda-set-tag in the agenda buffer. I think it doesn't make sense to have `org-agenda-set-category' until we are able to set the

Re: [Orgmode] Re: Feature request: Selective encryption

2007-09-04 Thread Dmitri Minaev
On 9/5/07, Xavier Maillard [EMAIL PROTECTED] wrote: I use crypt++.el, and I save the encrypted files with double extension: filename.org.gpg. Such files are opened in org-mode after decryption. Do you have code to automatically decrypt your org file when selecting them -i.e.

[Orgmode] Re: insert item under previous headline (feature request?)

2007-09-04 Thread Maxim Loginov
Xavier Maillard [EMAIL PROTECTED] writes: Isn't this already covered by remember templates ? not really... there are variables org-remember-default-headline and org-default-notes-file but you need manually change them, it would be good to keep the position of last inserted TODO in

[Orgmode] Re: insert item under previous headline (feature request?)

2007-09-04 Thread Maxim Loginov
Bastien [EMAIL PROTECTED] writes: I don't know about inserting the last used headline but it would certainly be useful to be able to call the last used *template*. this is good idea as well, I vote for this also ___ Emacs-orgmode mailing list

Re: [Orgmode] insert item under previous headline (feature request?)

2007-09-04 Thread Bastien
Maxim Loginov [EMAIL PROTECTED] writes: usually I look for the paper in internet and use remember to insert such TODOs, and temporarily modify remember template in order not to seek * TODO read papers headline every time. It would be good if org-mode can remember the last used headline and