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 mechanism for

[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 paul.d.m...@gmail.com 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

[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

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