Re: [Orgmode] Remember in Agenda buffers

2008-06-08 Thread Manuel Hermenegildo
> If we can find a way to read date/time from the agenda view then I can > easily do this. Actually, I found rereading Thomas Baumann's message I went back and checked the code for org-agenda-diary-entry and I think everything needed to get the date at point is there ((get-text-property (point)

Re: [Orgmode] archival mirroring source headline structure?

2008-06-08 Thread Manuel Hermenegildo
> I just discovered `org-archive-save-context-info' - very nice! > especially the preservation of the outline path (olpath). Though it > might be even nicer if archival could optionally auto-vivify outline > paths and archive sub-headings under them. org-agenda-archive-to-archive-sibling i

Re: [Orgmode] Re: GFDL with cover texts

2008-06-08 Thread Sebastian Rose
Hello Seb, just a question: When I follow the link you mentioned in your first mail I read this: 8<--- It should be noted that this does not imply any hostility towards the Free Software Foundation, and does not mean that GFDL documentation should not be considered free enough by othe

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

2008-06-08 Thread William Xu
Hi! Can I use non-alphabet ascii as todo keywords? Like this: , | (setq org-todo-keywords | '((sequence "-" ">" "o" "x"))) ` where each stands for: todo, doing, done, cancelled. They seem much easier to recognize than TODO, DOING, DONE, CANCELLED, etc. -- William http://will

Re: [Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Richard G Riley
Thomas Baumann <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > >> t >> >> Thomas Baumann <[EMAIL PROTECTED]> writes: >> >>> Ooops, >>> >>> (fboundp 'use-region-p) > > please check if you can customize "use-empty-active-region" and if so, Of course not since its not not

[Orgmode] Re: GFDL with cover texts

2008-06-08 Thread Seb
On 2008-06-06, Seb <[EMAIL PROTECTED]> wrote: > On 2008-06-06, Seb <[EMAIL PROTECTED]> wrote: >> Is there any way that the documentation could be dual-licensed under >> the GPL too ? > > or that the "Front-Cover provision" be removed altogether :) while awaiting an answer on this, I think I will p

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
Richard G Riley <[EMAIL PROTECTED]> writes: > t > > Thomas Baumann <[EMAIL PROTECTED]> writes: > >> Ooops, >> >> (fboundp 'use-region-p) please check if you can customize "use-empty-active-region" and if so, set it to nil (the default in emacs23). please also check whether you have undefined thi

Re: [Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Richard G Riley
t Thomas Baumann <[EMAIL PROTECTED]> writes: > Ooops, > > (fboundp 'use-region-p) > > > > ___ > 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-or

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
Ooops, (fboundp 'use-region-p) ___ 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] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Richard G Riley
Thomas Baumann <[EMAIL PROTECTED]> writes: > seems to have something to do with org-region-active-p. > > I do not have any old emacs sitting around could you please check the > result of > > (fbound 'use-region-p) > > use-empty-active-region was introduced for emacs23, I think Debugger entered--

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
seems to have something to do with org-region-active-p. I do not have any old emacs sitting around could you please check the result of (fbound 'use-region-p) use-empty-active-region was introduced for emacs23, I think ___ Emacs-orgmode mailing li

Re: [Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Richard G Riley
Thomas Baumann <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > >> If I call org-remember with text hilited I get "and: Symbol's value as >> variable is void: use-empty-active-region". >> >> Can someone suggest what I might have wrong here? > > I assume you are marking a

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
Richard G Riley <[EMAIL PROTECTED]> writes: > If I call org-remember with text hilited I get "and: Symbol's value as > variable is void: use-empty-active-region". > > Can someone suggest what I might have wrong here? I assume you are marking a region with "active region highlighting" set. How doe

[Orgmode] Org-mode version 6.04c : org-remember

2008-06-08 Thread Richard G Riley
If I call org-remember with text hilited I get "and: Symbol's value as variable is void: use-empty-active-region". Can someone suggest what I might have wrong here? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

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 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] Bug in Plain-lists operation

2008-06-08 Thread Harald Weis
On Mon, Jun 02, 2008 at 03:11:29PM +0200, Harald Weis wrote: > There seems to be a bug in the operation of Plain lists. > > The manual says: > "Indentation also determines the end of a list item. It ends before > the next line that is indented like the bullet/number, or less." > > The last two l