[Orgmode] Org-mode version 5.18

2008-01-06 Thread Carsten Dominik
Hi, org-mode version 5.18 at http://orgmode.org fixes a few issues, but does not add significant features. Enjoy! I will be gone for another week... - Carsten Version 5.18 Details === - Notes inserted with remember now remove any whitespace before and after the

[Orgmode] Getting org-agenda-sorting-strategy to work

2008-01-06 Thread MarkS
Hello, I've been setting up a GTD style system with org-mode. I've followed the instructions to create my own agenda menus. Unfortunately, no matter what I do I can't get the program to sort by categories. Of course, maybe I'm not using categories right. What I have is the #+CATEGORY: mycat tag u

[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

Re: [Orgmode] Getting org-agenda-sorting-strategy to work

2008-01-06 Thread Bastien
Hi Marks, MarkS <[EMAIL PROTECTED]> writes: > Emacs 21.4.1 > Org-mode 4.78 Before digging this issue further, I strongly suggest you upgrade your Org-mode. It's Org 5.18 now, and there has been many changes inbetween! > I've followed the instructions to create my own agenda menus. Unfortunatel

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

Re: [Orgmode] FR: multiple scheduling of one item?

2008-01-06 Thread Bastien
Adam Spiers <[EMAIL PROTECTED]> writes: > That's a nice idea, but it won't cover all eventualities, > e.g. sometimes one would need: > > * Long task > SCHEDULED: <2008-01-07 Mon 10:00-13:00> > SCHEDULED: <2008-01-08 Tue 14:00-17:00> FWIW, I think it would be better to have something lik

Re: [Orgmode] columns view

2008-01-06 Thread Bastien
"Paul Schlesinger" <[EMAIL PROTECTED]> writes: > Using Org-mode 5.17a in Emacs 22.1.50.1 on XPpro and I don't seem to > be able to get the column view titles to appear. Is this still a problem in 5.18? If yes, can you describe a bit more what you've done exactly? Maybe a test file would also he

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." >

[Orgmode] Re: Getting org-agenda-sorting-strategy to work

2008-01-06 Thread MarkS
Bastien altern.org> writes: > Before digging this issue further, I strongly suggest you upgrade your > Org-mode. It's Org 5.18 now, and there has been many changes inbetween! Ok -- that worked! Mostly. That is, the sorting works. However, when I view the agendas, the "g" switch on the agenda

Re: [Orgmode] Re: Getting org-agenda-sorting-strategy to work

2008-01-06 Thread Bastien
MarkS <[EMAIL PROTECTED]> writes: > Bastien altern.org> writes: > >> Before digging this issue further, I strongly suggest you upgrade your >> Org-mode. It's Org 5.18 now, and there has been many changes inbetween! > > Ok -- that worked! Mostly. > > That is, the sorting works. > > However, when

[Orgmode] Re: Getting org-agenda-sorting-strategy to work

2008-01-06 Thread MarkS
Bastien altern.org> writes: > > However, when I view the agendas, the "g" switch on the agenda > > calendar no longer collapses the menu. Is there a new setting to get > > the "g" switch to work? Setting the variable > > "org-agenda-use-time-grid" manually works, but is not very > > convenient.

Re: [Orgmode] Re: Getting org-agenda-sorting-strategy to work

2008-01-06 Thread Bastien
MarkS <[EMAIL PROTECTED]> writes: > If there was a way to sort the view by the TODO keywords. Yes, of course: (setq org-agenda-custom-commands '(("!" todo "NEXT" nil) ("r" tags "Read" nil) ("R" tags-todo "Read/NEXT" nil))) With this setting, you have these keys: `!' wi

Re: [Orgmode] Smart node selection for org-remember-templates?

2008-01-06 Thread Bastien
"Adr3nal D0S" <[EMAIL PROTECTED]> writes: > I would like to be able to control the format of the date that is > inserted. If you want to insert timestamps in templates other than those inserted by %t and %T, you can use the %(sexp) format: %(format-time-string "%d/%m/%Y/") Replace "%d/%m/%

[Orgmode] Announcing Worg (Web-Org)

2008-01-06 Thread Bastien
Hi all, I'm pleased to announce "Worg" (say "hello Worg!"). Worg is an attempt to implement distributed editing of .org files. The purpose is: 1. to edit .org files together 2. to have a nice user-contributed website around Org, GTD, planning 3. to see whether we can really *share tasks*