Re: [Orgmode] property constants in elisp formulas

2007-10-19 Thread Eddward DeVilla
Now, just as a stupid question, if I put a lisp expression into a property, can I use it in a formula? = sample * top :PROPERTIES: :fives:(0 8 16) :fours:(2 18 58) :threes: (6 11 33) :twos: (3 13 36) :ones: (0 13 59) :zeros:(0 6 23) :null:

Re: [Orgmode] FR: toggling timestamps active/inactive

2007-10-19 Thread Adam Spiers
On Fri, Oct 19, 2007 at 07:36:17AM +0200, Carsten Dominik wrote: > On Oct 17, 2007, at 19:18, Adam Spiers wrote: > >Now that I am beginning to get really serious about implementing the > >review component of GTD, new ideas for org-mode tweaks are continually > >popping into my head; apologies for s

Re: [Orgmode] property constants in elisp formulas

2007-10-19 Thread Carsten Dominik
You are right, there should be no parenthesis in Lisp interpolation. Will be fixed in 5.14. - Carsten On Oct 19, 2007, at 0:06, Eddward DeVilla wrote: Hi, Is there a better way to do this? = sample file = * top :PROPERTIES: :d_5: 0 :h_5: 8 :m_5: 16 :d_4: 2 :h_4: 18

[Orgmode] Re: Reftex C-c = like menu in agenda buffer?

2007-10-19 Thread Sivaram Neelakantan
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Oct 18, 2007, at 17:36, Sivaram Neelakantan wrote: [...] > > There is a complete Menu under "Agenda" in the menu bar, and it lists > all the keys. > > - Carsten Goes to show how blind I am! it appears I never look up from the Agenda buffer! Than

Re: [Orgmode] Org-mode version 5.13

2007-10-19 Thread Eddward DeVilla
On 10/19/07, Adam Spiers <[EMAIL PROTECTED]> wrote: > On Fri, Oct 19, 2007 at 08:25:18AM +0200, Carsten Dominik wrote: > > Hi everyone, > > > > I am releasing Org-mode version 5.13 at http://orgmode.org > >- The agenda dispatcher > > + `<' cycles through restriction states. > > + Mult

Re: [Orgmode] Column view does not work any more in agenda buffer?

2007-10-19 Thread Carsten Dominik
On Oct 19, 2007, at 16:00, Wanrong Lin wrote: Hi, I just installed version 5.13, and found column view does not work anymore in agenda buffer (with key stroke "C-c C-x C-c"). I got an error message in the mini-buffer saying "Wrong type argument: stringp, nil". Does anybody else see the same

[Orgmode] Column view does not work any more in agenda buffer?

2007-10-19 Thread Wanrong Lin
Hi, I just installed version 5.13, and found column view does not work anymore in agenda buffer (with key stroke "C-c C-x C-c"). I got an error message in the mini-buffer saying "Wrong type argument: stringp, nil". Does anybody else see the same thing? Thanks. Wanrong _

Re: [Orgmode] Review what have been closed in a time range

2007-10-19 Thread Wanrong Lin
I just tried that, and that's what I want. There are always some goodies buried there I did not know... Thanks. Wanrong Carsten Dominik wrote: Have you tried to press "l" (that is the small letter ell) in the agenda? - Carsten On Oct 17, 2007, at 17:31, Wanrong Lin wrote: Hi, Is there a

Re: [Orgmode] Org-mode version 5.13

2007-10-19 Thread Adam Spiers
On Fri, Oct 19, 2007 at 08:25:18AM +0200, Carsten Dominik wrote: > Hi everyone, > > I am releasing Org-mode version 5.13 at http://orgmode.org >- The agenda dispatcher > + `<' cycles through restriction states. > + Multi-character access codes to commands (= sub-keymaps). I can't be

[Orgmode] downloads of old releases

2007-10-19 Thread Adam Spiers
On Thu, Oct 18, 2007 at 03:34:24PM +0100, Leo wrote: > On 2007-10-18 13:04 +0100, Carsten Dominik wrote: > > Hi, > > > > I have made a new page for links to tutorials > > > > http://orgmode.org/tutorials.html > > > > Unfortunately it is still mostly a list of areas where I > > could imaging a t

Re: [Orgmode] Dynamically compute org-agenda-files

2007-10-19 Thread Carsten Dominik
The Emacs Wiki page OrgMode lists this possibility (setq org-agenda-files (file-expand-wildcards "~/org/*.org")) I guess another possibility would be that *directories* could be members in org-agenda-files and would be dynamically expanded to all .org files in that directory I don't wan

Re: [Orgmode] Review what have been closed in a time range

2007-10-19 Thread Carsten Dominik
Have you tried to press "l" (that is the small letter ell) in the agenda? - Carsten On Oct 17, 2007, at 17:31, Wanrong Lin wrote: Hi, Is there a way to list all items that have been closed within a period of time? The closest thing I have found is org-closed-in-range, but it only shows ite

Re: [Orgmode] Reftex C-c = like menu in agenda buffer?

2007-10-19 Thread Carsten Dominik
On Oct 18, 2007, at 17:36, Sivaram Neelakantan wrote: In auctex, to see the toc, we hit C-C =; there we have a menu which goes like (r)escan (q)uit Does it make sense to have something similar in the agenda buffer when C-c a a is hit? of course, 1 line in the buffer at least will be lost

Re: [Orgmode] BUG: HTML export of Tags containing underscore

2007-10-19 Thread Bastien
Eric J Haywiser <[EMAIL PROTECTED]> writes: > I would expect the HTML source to read: > > 1.1 Test    NEW_TEST > > but instead I get > > 1.1 Test :NEWTEST: If you don't need the or HTML formatting in your document, a quick workaround is to set the ^ option to nil: #+OPTIONS: ^:nil > I underst