[Orgmode] Org-mode updated in CVS Emacs

2009-08-06 Thread Carsten Dominik
Hi, the EMacs CVS truck now again contains a recent version of Org-mode, specifically 6.29c. - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/e

Re: [Orgmode] Local variables

2009-08-06 Thread Daniel Clemente
Thank you very much. I am forwarding your response also to the mailing list. --Daniel El dc, ago 05 2009 a les 16:32, Carsten Dominik va escriure: > On Aug 5, 2009, at 12:39 PM, Daniel Clemente wrote: > >> >> Hi, >> >> El dt, ago 04 2009 a les 23:15, Carsten Dominik va escriure: >>> General mec

[Orgmode] suggestion: "native" orgmode XML export (and import?)

2009-08-06 Thread Ilya Shlyakhter
I'm not an emacs-lisp programmer, but I'd like to write scripts (ideally in Python) to generate custom reports from my .org files. What would help a lot, is if there was a command to export an .org file to a "native" XML format that would mirror the org file's structure and all its logical elements

[Orgmode] Timer doesn't seem to do anything

2009-08-06 Thread Paul Mead
Hi I was just trying out the new function for setting a timer for a heading and am wondering if I'm missing something. I go to a heading and type C-c C-x ; or just ; from the agenda, and I get a prompt 'Time out in (min)?'. I enter the time (to test, I used 1) and. nothing. I also tried M-x

Re: [Orgmode] Timer doesn't seem to do anything

2009-08-06 Thread Nick Dokos
Paul Mead wrote: > I was just trying out the new function for setting a timer for a heading > and am wondering if I'm missing something. > > I go to a heading and type C-c C-x ; or just ; from the agenda, and I > get a prompt 'Time out in (min)?'. I enter the time (to test, I used 1) > and.

Re: [Orgmode] suggestion: "native" orgmode XML export (and import?)

2009-08-06 Thread Andrew Stribblehill
I notice the experimental org-export.el contains an internal representation. It would probably be very easy for your python to parse the lisp s-expression it uses, if it were exported. On Aug 6, 2009 3:55 PM, "Ilya Shlyakhter" wrote: I'm not an emacs-lisp programmer, but I'd like to write script

[Orgmode] Small patch: org-agenda-bulk-toggle

2009-08-06 Thread Paul Holcomb
Can we add the behavoir of org-agenda-bulk-select back? I far prefer the toggle action rather than having a key for "mark" and one for "unmark" This seems to work: -- (defun org-agenda-bulk-toggle () "Support behavoir of org-agenda-bulk-select" (interactive) (if (eq (get-char-property

[Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-06 Thread Andreas Burtzlaff
Hello all, I am developing a Firefox extension for interaction with org-mode that goes by the name "Fireforg". It shows the number of occurrences of the currently viewed url in the agenda files as well as the associated tags in the status bar. A left click on the status bar entry displays a popup

Re: [Orgmode] Small patch: org-agenda-bulk-toggle

2009-08-06 Thread Carsten Dominik
This is what I had originally, but t was pointed out to me that in other applications in Emacs, marking and unmarking are usually separate commands. I have no objections to put this function back in. But what should be the key for it? I guess you would then have to use the agenda-mode-hook to r