Re: [Orgmode] turn off inclusion of JavaScript helper code?

2010-04-22 Thread Stefan Vollmar
Dear Sebastian, On 21.04.2010, at 00:22, Sebastian Rose wrote: You can turn the inclusion off in your `org-export-projects-alist': :style-include-scripts nil [...] :style-include-default nil solves my problem beautifully - thank you! Warm regards, Stefan -- Dr. Stefan Vollmar,

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-22 Thread Matti De Craene
Hello Carsten and others, If you are calling for more consistency, maybe this feature should go as well? I do not have a strong opinion on this. In (my) day-to-day use of org-mode, cases in which the difference between having a lock or not matters rarely do occur. If consistency here is

[Orgmode] Redefining M-tab

2010-04-22 Thread Stefan Vollmar
Hallo, I want to globally use M-tab to cycle between buffers (using a function by Xah Lee). It works fine except when in Org-mode where this key is bound to org-complete in org.el. I have tried: (add-hook 'org-mode-hook (lambda () (define-key

Fwd: [Orgmode] Redefining M-tab

2010-04-22 Thread Stefan Vollmar
Dear all, my snippet does work as it should, I had tried it on an already open Org-mode buffer in which case org-mode-hook is not called again (I think) - after restarting Emacs now everything works fine. Sorry for the noise. Warm regards, Stefan Begin forwarded message: From: Stefan

Re: [Android] [Orgmode] Force close with MobileOrg Android 0.2_alpha and development snapshot

2010-04-22 Thread Friedrich Delgado Friedrichs
Hi! Matthew Jones schrieb: Looks like this might be a bug trying to write your files out to subdirectories it looks like I'm not trying to create the subdirectories. If you put your files in just the root directory does that work for you? I simply deleted the subdirectories from the remote

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-22 Thread Carsten Dominik
Hi Sebastian, thanks or your patience - I have now aplied this patch. You are saying that your files mostly validate. Are there issues we should address? Thanks! - Carsten On Apr 22, 2010, at 3:26 AM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastion,

[Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Carsten Dominik
On Apr 22, 2010, at 3:41 AM, Sebastian Rose wrote: Hi Carsten, here is a patch, that sorts the sitemap-file on html-export. One my configure the sorting per project, by adding these lines to his `org-publish-project-alist': :sitemap-sort-foldersSet this to one of first (default),

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-22 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, thanks or your patience - I have now aplied this patch. Thanks!!! You are saying that your files mostly validate. Are there issues we should address? No no no no no. I checked it over and over again it's _not_ the

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-22 Thread Carsten Dominik
On Apr 22, 2010, at 11:09 AM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, thanks or your patience - I have now aplied this patch. Thanks!!! You are saying that your files mostly validate. Are there issues we should address? No no no no no.

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-22 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: Excellent question. I think the cleanest would be that M-left/right on a folded item that does have children throws an error. +1 -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 22, 2010, at 3:41 AM, Sebastian Rose wrote: Hi Carsten, here is a patch, that sorts the sitemap-file on html-export. One my configure the sorting per project, by adding these lines to his `org-publish-project-alist':

Re: [Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Nick Dokos
Sebastian Rose sebastian_r...@gmx.de wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 22, 2010, at 3:41 AM, Sebastian Rose wrote: ... - Using symbols `first' and `last' instead of strings We'll have to use `equal' then, not `eq': On the contrary: eq works reliably

[Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Carsten Dominik
On Apr 22, 2010, at 12:52 PM, Sebastian Rose wrote: We'll have to use `equal' then, not `eq': No, you need to change your defintion of the publishing alist to use first and last instead of first and last. This is Emacs Lisp, not Javascript :-) But you are right - my changes were

Re: [Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Sebastian Rose
Hi Carsten, here is a neccessary improvement for the sitemap-sorting. This is diffed against the current master, thus the last patch is included here, too. Some files still do not want to sort correctly, if we turn off folder-sorting :-P diff --git a/lisp/org-publish.el

[Orgmode] Exporting to single LaTeX file and multiple HTML files

2010-04-22 Thread Ulf Stegemann
I'm wondering what's the best way to export a single org file to a /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy manuals and things like that where such a strategy may be sensible. What came to my mind were include commands or publishing functions that post-process the

Re: Nick Dokos: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line

2010-04-22 Thread Francesco Pizzolante
Hi Nick, Thanks a lot for having made those tests and sorry for my late reply. I didn't have time to go the direction you suggest: I will to check my load-path and I'll let you know. Thanks again. Francesco Nick Dokos wrote: Talking to myself again... From:Nick Dokos

Re: [Orgmode] Exporting to single LaTeX file and multiple HTML files

2010-04-22 Thread Sebastian Rose
Ulf Stegemann ulf-n...@zeitform.de writes: I'm wondering what's the best way to export a single org file to a /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy manuals and things like that where such a strategy may be sensible. What came to my mind were include commands

Re: [Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Sebastian Rose
Nick Dokos nicholas.do...@hp.com writes: Sebastian Rose sebastian_r...@gmx.de wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 22, 2010, at 3:41 AM, Sebastian Rose wrote: ... - Using symbols `first' and `last' instead of strings We'll have to use `equal' then, not

[Orgmode] Re: Exporting to single LaTeX file and multiple HTML files

2010-04-22 Thread Ulf Stegemann
Hi Sebastian, Sebastian Rose sebastian_r...@gmx.de wrote: Ulf Stegemann ulf-n...@zeitform.de writes: I'm wondering what's the best way to export a single org file to a /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy manuals and things like that where such a strategy

[Orgmode] OT: message-mark-inserted-region WAS: [org-babel] Feature request: Get a scalar for data=example-table[0, 1]

2010-04-22 Thread Dan Davison
Eric Schulte schulte.e...@gmail.com writes: Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: [...] - Darlan ps: How do I do that cute here start/end? Is it gnus functionality (I use wanderlust) or it is more general? The function is called `message-mark-inserted-region'

[Orgmode] Org and XeTeX?

2010-04-22 Thread Ross A. Laird
I use XeTeX, mostly (rather than LaTeX), and I'm wondering if it might be possible to use XeTeX with org. XeTeX requires a few special lines in the header of the document, but after these lines it operates the same as LaTeX. For my setup, the extra lines typically look like this: \TeXXeTstate=1

Re: [Orgmode] error when exporting to pdf

2010-04-22 Thread Buck Brody
Carsten, I'm not sure how to run pdflatex. I didn't mention earlier, but I run emacs on Windows. Buck On Wed, Apr 21, 2010 at 6:38 AM, Carsten Dominik carsten.domi...@gmail.comwrote: Hi Buck, In this process, Org-mode will produce a .tex file. Try running pdflatex on the file by hand,

[Orgmode] Org and XeTeX?

2010-04-22 Thread Ross A. Laird
I use XeTeX, mostly (rather than LaTeX), and I'm wondering if it might be possible to use XeTeX with org. XeTeX requires a few special lines in the header of the document, but after these lines it operates the same as LaTeX. For my setup, the extra lines typically look like this: \TeXXeTstate=1

[Orgmode] Org and XeTeX?

2010-04-22 Thread Ross Laird
I mostly use XeTeX (rather than LaTeX). Can Org be setup to use the XeTeX engine? I've looked at the variable org-export-latex-classes (as well as org-export-latex-package-alist), and it looks like I can insert the XeTeX-specific code: \TeXXeTstate=1 \usepackage{fontspec,xunicode}

Re: [Orgmode] export problem

2010-04-22 Thread charles snyder
I get the same error message (Wrong type argument: commandp, org-export-as-freemind) with *any *org file on: home windows 7 emacs 23, orgmode 6.34 home mac osx as previously described -emacs/aquamacs work windows XP emacs 23 (all gnu emacs) all have different .emacs files all are using recent

Re: [Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Carsten Dominik
Hi Sebastian, I have applied your patch, thanks. - Carsten On Apr 22, 2010, at 3:58 PM, Sebastian Rose wrote: Hi Carsten, here is a neccessary improvement for the sitemap-sorting. This is diffed against the current master, thus the last patch is included here, too. Some files still do

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-22 Thread Carsten Dominik
On Apr 21, 2010, at 4:44 PM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 21, 2010, at 3:32 PM, Bastien wrote: Carsten Dominik carsten.domi...@gmail.com writes: do others agree with Matti's view? FWIW, I do. There is still another difference.

[Orgmode] Re: Org and XeTeX?

2010-04-22 Thread Ross Laird
Sorry for the triple posting! (It was gnus' fault.) Ross Laird ross at rosslaird.com writes: I mostly use XeTeX (rather than LaTeX). Can Org be setup to use the XeTeX ... ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] Org and XeTeX?

2010-04-22 Thread Thomas S. Dye
On Apr 22, 2010, at 6:10 AM, Ross Laird wrote: I mostly use XeTeX (rather than LaTeX). Can Org be setup to use the XeTeX engine? I've looked at the variable org-export-latex-classes (as well as org-export-latex-package-alist), and it looks like I can insert the XeTeX-specific code:

[Orgmode] org-mode CSS property export bug

2010-04-22 Thread Rick Moynihan
Hi all, It seems that org-mode exports invalid CSS properties for id's. e.g. sec-1.1 is an invalid CSS ID because it collides with the syntax for CSS classes, meaning that you can't style it. I'd suggest replacing the dots with another char. R. ___

Re: [Orgmode] export problem

2010-04-22 Thread Nick Dokos
charles snyder clsny...@gmail.com wrote: I get the same error message (Wrong type argument: commandp, org-export-as-freemind)   with any org file on: home windows 7 emacs 23, orgmode 6.34 home mac osx as previously described -emacs/aquamacs work windows XP emacs 23 (all gnu emacs) all

Re: [Orgmode] Tags not lining up in org-indent-mode

2010-04-22 Thread Jason Dunsmore
I figured out how to keep tabs from being used to align tags. The solution is to set indent-tabs-mode to nil locally for org-mode. I believe the following patch should fix this issue. --8---cut here---start-8--- index c875472..1d10754 100644 ---

[Orgmode] [patch] org-agenda-goto should push mark before moving point

2010-04-22 Thread Andreas Seltenreich
Hi, many commands in Emacs that move the point long distances push the mark so you can go back using C-u C-SPC. org-agenda-goto doesn't do this, and I found it a bit annoying that I have to navigate the outline again to find back to where the point was before using the Agenda. Patch attached.

Re: [Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, I have applied your patch, thanks. - Carsten On Apr 22, 2010, at 3:58 PM, Sebastian Rose wrote: Hi Carsten, here is a neccessary improvement for the sitemap-sorting. This is diffed against the current master, thus the

Re: [Orgmode] error when exporting to pdf

2010-04-22 Thread Sebastian Rose
Buck Brody buckbr...@gmail.com writes: Carsten, I'm not sure how to run pdflatex. I didn't mention earlier, but I run emacs on Windows. Hi Buck, did you install `texlive' or similar? See: http://www.tug.org/texlive/ Download: http://www.tug.org/texlive/acquire-netinstall.html HTH

Re: [Orgmode] org-mode CSS property export bug

2010-04-22 Thread Sebastian Rose
Rick Moynihan rick.moyni...@gmail.com writes: Hi all, It seems that org-mode exports invalid CSS properties for id's. e.g. sec-1.1 is an invalid CSS ID because it collides with the syntax for CSS classes, meaning that you can't style it. I'd suggest replacing the dots with another char.

Re: [Orgmode] Re: [patch] Sort the sitemap again

2010-04-22 Thread Carsten Dominik
On Apr 22, 2010, at 11:01 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, I have applied your patch, thanks. - Carsten On Apr 22, 2010, at 3:58 PM, Sebastian Rose wrote: Hi Carsten, here is a neccessary improvement for the sitemap-sorting.

[Orgmode] Partial exporter from Muse to Org-mode syntax, v 0.0.1

2010-04-22 Thread Daniel Clemente
Hi, I started to write a long time ago a Muse exporter which outputs Org syntax. I'm now publishing it even if it's not finished, because I have not much free time to deal with a particular problem with list exportation. It needs heavy restructuration. Here it is:

Re: [Orgmode] export problem

2010-04-22 Thread charles snyder
Thanks Nick! On 2 different machines, I got a no match when I tried C-h f org-export-as-freemind RET and when I followed your instructions: M-x load-library RET org-freemind RET followed by C-c C-e m It worked! so, when I added: (load-library

Re: [Orgmode] org-mode CSS property export bug

2010-04-22 Thread Rick Moynihan
On 22 April 2010 22:29, Sebastian Rose sebastian_r...@gmx.de wrote: Rick Moynihan rick.moyni...@gmail.com writes: Hey Rick, interesting observation! I found, the pages validate everywhere, and so I started to search. It seems to be valid CSS 2 (I couldn't find a evidence though). Looks

Re: [Orgmode] export problem

2010-04-22 Thread Nick Dokos
charles snyder clsny...@gmail.com wrote: Thanks Nick! Glad to help! On 2 different machines, I got a no match when I tried C-h f org-export-as-freemind RET and when I followed your instructions: M-x load-library RET org-freemind RET followed by C-c C-e m It worked! so, when I