[Orgmode] Bold font double quotes when exporting to PDF

2009-08-07 Thread Manuel Amador
Hi, I have been trying to get orgmode to export to pdf the following: Write something then "*something bold should go here*" and go on. That is, I would like the sentence inside the quotes to be in bold font. However, the above does not work: it results in the "*" character being exported li

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

2009-08-07 Thread Bastien
Ilya Shlyakhter 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, together with docume

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 tod

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 a

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 thi

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 no

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 c

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

2009-08-07 Thread Nick Dokos
Bob Kline 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 latest code

[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 corrupted

Re: [Orgmode] Go to top node

2009-08-07 Thread Geralt
On Fri, Aug 7, 2009 at 7:04 PM, Eric Schulte wrote: > Nick Dokos writes: > >> Geralt 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 >> ar

[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] 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 men

Re: [Orgmode] Go to top node

2009-08-07 Thread Eric Schulte
Nick Dokos writes: > Geralt 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 ar

Re: [Orgmode] Go to top node

2009-08-07 Thread Nick Dokos
Geralt 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 (C-u) multiplies the argum

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 To: Bob Kline cc: nicholas.do...@hp.com Subject: Re: [Orgmode] Included org-mode files not exported properly Bob Kline wrote: > At Fri, 7 Aug 2009 16:32:15 +0200

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 st

[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 http://lists.gnu.

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 t

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 > Hi, > > On Fri, 7 Aug 2009 09:00:53 -0300 > Daniel Martin

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 and

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-' | Just like `M-', except when adding a new heading below the | current heading, the new heading is placed after the body instead | of bef

[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 h

[Orgmode] C-RET bug?

2009-08-07 Thread Leo
Hi there, ,[ (info "(org)Structure editing") ] | `C-' | Just like `M-', 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 and w

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

2009-08-07 Thread David Bremner
Ilya Shlyakhter wrote: >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. There is some code around for converting between xml and sexp representations. A few minutes wi

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

2009-08-07 Thread Ilya Shlyakhter
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. thanks, ilya On Fri, Aug 7, 2009 at 11:13 AM, Andrew Stribblehill wrote: > [re-adding the mailing list] > > No, EXPERIMENTA

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*"))

Re: [Orgmode] Re: Faces in agenda view

2009-08-07 Thread Carsten Dominik
On Jul 30, 2009, at 11:07 AM, Rainer Stengele wrote: Bastien schrieb: Paul Mead writes: Can anyone give me a quick and easy way of changing this without breaking something else? Go to the face you want to change and hit M-x customize-face RET is it possible to change the font of the cu