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

2009-08-07 Thread Andrew Stribblehill
[re-adding the mailing list] No, EXPERIMENTAL/org-export.el. Here's what I did after M-x load-file /path/to/org-export.el: (defun org-export-sexp (arg) (interactive p) (let ((bufstr (org-export-parse arg))) (save-excursion (switch-to-buffer (get-buffer-create *Org export*))

[Orgmode] C-RET bug?

2009-08-07 Thread Leo
Hi there, ,[ (info (org)Structure editing) ] | `C-RET' | Just like `M-RET', except when adding a new heading below the | current heading, the new heading is placed after the body instead | of before it. This command works from anywhere in the entry. ` Inside a substree

[Orgmode] Included org-mode files not exported properly

2009-08-07 Thread Bob Kline
According to the docs [1] for Include files, if you omit the optional second and third parameters, the text will be assumed to be in Org mode format and will be processed normally. However, it does not appear that the structure of the included content is recognized by org mode, which dumps the

Re: [Orgmode] C-RET bug?

2009-08-07 Thread Carsten Dominik
Yes, this is a bug, fixed now. - Carsten On Aug 7, 2009, at 2:53 PM, Leo wrote: Hi there, ,[ (info (org)Structure editing) ] | `C-RET' | Just like `M-RET', except when adding a new heading below the | current heading, the new heading is placed after the body instead |

Re: [Orgmode] Included org-mode files not exported properly

2009-08-07 Thread Carsten Dominik
Hi this bug was fixed on July 24: http://repo.or.cz/w/org-mode.git?a=commitdiff;h=68b65e8f480c17cfe1024001c236eb4065893f4d so you probably need to upgrade. - Carsten On Aug 7, 2009, at 3:41 AM, Bob Kline wrote: According to the docs [1] for Include files, if you omit the optional second

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

2009-08-07 Thread Daniel Martins
As I am not a developer I cannot be 100% certain but I feel that there are standardized paths for emacs and firefox that work across distributions. Maybe someone from the list could give us some hint. Daniel 2009/8/7 Andreas Burtzlaff and...@gmx.net Hi, On Fri, 7 Aug 2009 09:00:53 -0300

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

2009-08-07 Thread Paul Holcomb
On Fri, Aug 07, 2009 at 07:17:22AM +0200, Carsten Dominik wrote: 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

[Orgmode] Go to top node

2009-08-07 Thread Geralt
Hi, is there a command that brings me from somewhere below a top-node to the top-node of this (sub-tree)? Thanks, Geralt. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Included org-mode files not exported properly

2009-08-07 Thread Bob Kline
At Fri, 7 Aug 2009 16:32:15 +0200, Carsten Dominik wrote: this bug was fixed on July 24: http://repo.or.cz/w/org-mode.git?a=commitdiff;h=68b65e8f480c17cfe1024001c236eb4065893f4d so you probably need to upgrade. Hmm. I pulled down the latest code directly from the git repo, and I'm still

Nick Dokos: Re: [Orgmode] Included org-mode files not exported properly

2009-08-07 Thread Nick Dokos
Sigh - forgot to copy the list... --- Forwarded Message Date:Fri, 07 Aug 2009 12:42:49 -0400 From:Nick Dokos nicholas.do...@hp.com To: Bob Kline bkl...@rksystems.com cc: nicholas.do...@hp.com Subject: Re: [Orgmode] Included org-mode files not exported properly Bob Kline

Re: [Orgmode] Go to top node

2009-08-07 Thread Nick Dokos
Geralt usr.gen...@googlemail.com wrote: is there a command that brings me from somewhere below a top-node to the top-node of this (sub-tree)? C-c C-u is the keybinding for outline-up-heading: this can take a prefix argument to go up multiple levels. Using the universal prefix argument

Re: [Orgmode] Go to top node

2009-08-07 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Geralt usr.gen...@googlemail.com wrote: is there a command that brings me from somewhere below a top-node to the top-node of this (sub-tree)? C-c C-u is the keybinding for outline-up-heading: this can take a prefix argument to go up multiple

[Orgmode] Suggestion: Org Mode installation directory

2009-08-07 Thread CHENG Gao
Org Mode git repo defaults to install into $prefix/share/emacs/site-lisp. I found it's some annoying since I like to put each package in seperate subdir. I have to mv all org files. How about install it into site-lisp/org/ just like Org Mode bundled with Emacs HEAD? -- The truth which makes

[Orgmode] Arrow + RET navigation in org

2009-08-07 Thread Samuel Wales
(Continuing from a previous thread about navigation to the top node.) Another option is this. The relevant part is alpha-org-up. The OP in the top node thread would use c-m-RET repeat. I use my own (arrow key + RET) navigation scheme. I do the same for Lisp using forward-sexp, forward-symbol,

[Orgmode] Emacs crashes when using S-TAB in drawer

2009-08-07 Thread Markus Heller
Hello all, emacs crashes reproducibly when using S-Tab in an expended drawer. I've noticed this with my org-file, which is rather big. I tried to narrow it down to a minimal org file, but could not reproduce the crash. While trying to narrow things down, I noticed that drawers get

Re: [Orgmode] Included org-mode files not exported properly

2009-08-07 Thread Nick Dokos
Bob Kline bkl...@rksystems.com wrote: At Fri, 7 Aug 2009 16:32:15 +0200, Carsten Dominik wrote: this bug was fixed on July 24: http://repo.or.cz/w/org-mode.git?a=commitdiff;h=68b65e8f480c17cfe1024001c236eb4065893f4d so you probably need to upgrade. Hmm. I pulled down the

Re: [Orgmode] Included org-mode files not exported properly

2009-08-07 Thread Carsten Dominik
Hi Nick, you are completely right, thanks for diffing. The documentation describes how things *should* work, i.e. #+include file.org without any markup argument should include and process the file contents normally, while #+include file.org src org Should include the file as an source

Re: [Orgmode] Emacs crashes when using S-TAB in drawer

2009-08-07 Thread Carsten Dominik
Are you using org-indent-mode? - Carsten On Aug 8, 2009, at 12:30 AM, Markus Heller wrote: Hello all, emacs crashes reproducibly when using S-Tab in an expended drawer. I've noticed this with my org-file, which is rather big. I tried to narrow it down to a minimal org file, but could

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

2009-08-07 Thread Carsten Dominik
On Aug 7, 2009, at 5:15 PM, Paul Holcomb wrote: On Fri, Aug 07, 2009 at 07:17:22AM +0200, Carsten Dominik wrote: 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

Re: [Orgmode] Suggestion: Org Mode installation directory

2009-08-07 Thread Carsten Dominik
On Aug 7, 2009, at 7:27 PM, CHENG Gao wrote: Org Mode git repo defaults to install into $prefix/share/emacs/site-lisp. I found it's some annoying since I like to put each package in seperate subdir. I have to mv all org files. If this is your convention, why don't you just edit the Makefile

Re: [Orgmode] test case for scheduled and deadline, with bug report

2009-08-07 Thread Carsten Dominik
Hi Samuel, On Aug 3, 2009, at 11:14 PM, Samuel Wales wrote: Here is the testcase input. The rest is exported to ascii for easier reading. *** 1 scheduled today and deadline safely outside warning DEADLINE: 2009-09-17 Thu SCHEDULED: 2009-08-03 Mon *** 2 scheduled earlier than today,

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

2009-08-07 Thread Bastien
Ilya Shlyakhter ilya_...@alum.mit.edu writes: That's great, thanks! I should be able to take it from there. It would be great if at some point this became official, and also included an XML exporter and specification. FYI, I'll upload a slightly improved version of org-export.el next week,