Re: [Orgmode] showing lists in agenda, and writing org-agenda to a file

2008-01-12 Thread Eric Schulte
Hi Bastien, Thanks for the code re-write. Here's a link to my org-agenda displayed on my linux laptop's desktop. http://picasaweb.google.com/eric.no.spam.please/Screenshots/photo#5154659714810419410 > > Also, In some cases I would like to display the entire body of a > > subtree in my custom o

Re: [Orgmode] showing lists in agenda, and writing org-agenda to a file

2008-01-06 Thread Bastien
Bastien <[EMAIL PROTECTED]> writes: > ;; Use (org-write-agenda file) > (defun org-agenda-to-file (key file &optional max-line-width) > "Write the `org-agenda' view associated with KEY to FILE. > MAX-LINE-WIDTH optionally specifies the maximum line width for > the text in the resulting file." >

Re: [Orgmode] showing lists in agenda, and writing org-agenda to a file

2008-01-06 Thread Bastien
Hi Eric, "Eric Schulte" <[EMAIL PROTECTED]> writes: > I've started using tools to display my org-agenda as part of my > desktop (geektool http://projects.tynsoe.org/en/geektool/ on my Mac, > and conky http://conky.sourceforge.net/ on my linux box). Great! That looks neat. > In doing so I put

[Orgmode] showing lists in agenda, and writing org-agenda to a file

2008-01-06 Thread Eric Schulte
Hi, I've started using tools to display my org-agenda as part of my desktop (geektool http://projects.tynsoe.org/en/geektool/ on my Mac, and conky http://conky.sourceforge.net/ on my linux box). In doing so I put together the following little function (below), which I though I would share in the