Re: [Orgmode] Problem searching CLOSED and DEADLINE properties

2009-01-09 Thread Bart Parliman
On Fri, 9 Jan 2009, Carsten Dominik wrote: On Jan 9, 2009, at 5:58 PM, Bart Parliman wrote: On Fri, 9 Jan 2009, Carsten Dominik wrote: On Jan 7, 2009, at 9:24 PM, Bart Parliman wrote: When the example file below is added to the agenda file list, and I perform an agenda property search

Re: [Orgmode] Problem searching CLOSED and DEADLINE properties

2009-01-09 Thread Bart Parliman
On Fri, 9 Jan 2009, Carsten Dominik wrote: On Jan 7, 2009, at 9:24 PM, Bart Parliman wrote: When the example file below is added to the agenda file list, and I perform an agenda property search (C-c C-a m), I can't seem to locate any CLOSED items if I use the date matching format

[Orgmode] Problem searching CLOSED and DEADLINE properties

2009-01-07 Thread Bart Parliman
When the example file below is added to the agenda file list, and I perform an agenda property search (C-c C-a m), I can't seem to locate any CLOSED items if I use the date matching format, for example these don't work... CLOSED>="<2009-01-01>" CLOSED="<2009-01-07>" ... but a regexp search li

[Orgmode] Problem with 6.09a org-agenda-list

2008-10-20 Thread Bart Parliman
After upgrading from 6.02 to 6.09a on emacs 22.2 I'm having trouble running org-agenda-list and am seeing... Symbol's function definition is void: adjoin As far as I can tell, the agenda appears complete. FWIW, my lisp knowledge is weak. It looks like the symbol is defined in the common li

[Orgmode] Re: Line numbers with org-store-link?

2008-05-06 Thread Bart Parliman
interprets it as a line number. Hope this helps. - Carsten On May 5, 2008, at 11:40 PM, Bart Parliman wrote: Is there a way to force org-store-link to store the current line number rather than a string to locate? When preparing for code reviews I like to create notes with links to the exac

[Orgmode] Line numbers with org-store-link?

2008-05-05 Thread Bart Parliman
Is there a way to force org-store-link to store the current line number rather than a string to locate? When preparing for code reviews I like to create notes with links to the exact source line. FWIW, in these cases, I keep a static copy of the code so I know it isn't going to change. Obvi