[Orgmode] Re: Error "while: Stack overflow in regexp matcher"

2009-09-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Sep 2, 2009, at 6:05 PM, Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> On Jul 15, 2009, at 11:12 AM, Sébastien Vauban wrote: I'm trying to publish my `.emacs' file onto the Web, for interested people to come and copy stuff they find va

[Orgmode] Re: Workshop invitation to Berlin this weekend

2009-09-03 Thread Sébastien Vauban
Hi Sebastian, Sebastian Rose wrote: > September 5th 2PM I will conduct a workshop on Org-mode in Berlin. > The title is > > Working and publishing with GNU Emacs and Org-mode > > We will start setting up org-mode and have run through all the basics > like tasks, time tracking, remember, tables a

Re: [Orgmode] Re: Error "while: Stack overflow in regexp matcher"

2009-09-03 Thread Carsten Dominik
Hi Sebastien, I see. Well, Org does not *visit* the file, so these variables are not evaluated. Also, the argument of the #+include line determines the major mode, not the local variable setting. You can hack your way through this by adding a function to org-src-mode-hook that will scan for

Re: [Orgmode] Re: small emacs for using org on Android

2009-09-03 Thread Sven Bretfeld
writes: > Actually I find it significantly slower using ssh - there is a > noticeable lag. I only really want to use it for org-mode so I don't > need any heavy computation. > However I must admit I get a more reliable cursor position using SSH > (with a local connection it is sometimes off by a

[Orgmode] Re: wrong-type-argument when publishing to HTML

2009-09-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Sep 2, 2009, at 1:44 PM, Sébastien Vauban wrote: > >> A colleague of mine gets the error `(wrong-type-argument stringp nil)' when >> executing the command (from a script, under Ubuntu and Emacs 22.2.1 with >> Org-mode 6.29c): >> >> --8<---cut her

Re: [Orgmode] Re: wrong-type-argument when publishing to HTML

2009-09-03 Thread Carsten Dominik
On Sep 3, 2009, at 10:11 AM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On Sep 2, 2009, at 1:44 PM, Sébastien Vauban wrote: A colleague of mine gets the error `(wrong-type-argument stringp nil)' when executing the command (from a script, under Ubuntu and Emacs 22.2.1 with

[Orgmode] Re: wrong-type-argument when publishing to HTML

2009-09-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Sep 3, 2009, at 10:11 AM, Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> On Sep 2, 2009, at 1:44 PM, Sébastien Vauban wrote: >>> A colleague of mine gets the error `(wrong-type-argument stringp nil)' when executing the command (from a script

[Orgmode] Re: Some table questions

2009-09-03 Thread andrea crotti
Nick Dokos writes: > > Check out section 12.6.4 (Tables in HTML export) of the Org manual. > Thanks I found it very nice, my info manual differs from the online, maybe because I'm still using version 6.28.. Anyway another thing, nested tables are not allowed, is it correct? Sometimes I would li

Re: [Orgmode] Footnote references don't belong in the table of contents

2009-09-03 Thread Andrew Stribblehill
Verified, thanks. 2009/9/3 Carsten Dominik : > Hi Andrew, > > I think this is fixed now, please verify. > > Thanks! > > - Carsten > > On Sep 2, 2009, at 3:01 PM, Andrew Stribblehill wrote: > >> Emacs  : GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll >> bars) >> of 2008-05-02 on kin

[Orgmode] Exporting latex formulas

2009-09-03 Thread andrea crotti
When I export to html my latex formulas are not "touched" at all, the only variable that should be in charge (setq export-with-LaTex-fragments t) is already set to t, and the formula is nicely converted to image inside emacs, what else could that be? Thanks ___

[Orgmode] auto export via git hook

2009-09-03 Thread andrea crotti
I want to automatically export to html or something else in my pre- commit hook with git, I tried many things but I always get the same error mbpro:rt-simulate andrea$ cat .git/hooks/pre-commit.bak emacs --batch --load=$HOME/.emacs.d/org-mode/org.el --eval "(setq org- export-headline-levels

Re: [Orgmode] Re: Workshop invitation to Berlin this weekend

2009-09-03 Thread Sebastian Rose
Sébastien Vauban writes: > Hi Sebastian, > > Sebastian Rose wrote: >> September 5th 2PM I will conduct a workshop on Org-mode in Berlin. >> The title is >> >> Working and publishing with GNU Emacs and Org-mode >> >> We will start setting up org-mode and have run through all the basics >> like ta

Re: [Orgmode] Re: BUG: blank items in the agenda

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" wrote: > Hi Peter, > > I have pushed a fix, please verify. > > - Carsten Yes, the line is no longer there. Thank you for always fixing bugs so quickly! Peter. > On Sep 3, 2009, at 12:07 AM, Peter Westlake wrote: > > > > > > > On Wed, 02 Se

[Orgmode] Org-mode version 6.30trans; 'q' key doesn't quit agenda

2009-09-03 Thread Neal Thomison
The 'q' key fails to quit an agenda buffer. The error message is: org-agenda-quit: Wrong number of arguments: window-dedicated-p, 0 I looked at the code and the problem seems to be here: (defun org-agenda-quit () "Exit agenda by removing the window or the buffer." (interactive) (if org-a

Re: [Orgmode] Org-mode version 6.30trans; 'q' key doesn't quit agenda

2009-09-03 Thread Carsten Dominik
Hi Neal, Yes, in Emacs 22 it seems that this argument is needed. Fixed, thanks. - Carsten On Sep 3, 2009, at 1:43 PM, Neal Thomison wrote: The 'q' key fails to quit an agenda buffer. The error message is: org-agenda-quit: Wrong number of arguments: window-dedicated-p, 0 I looked at the c

[Orgmode] Re: Error "while: Stack overflow in regexp matcher"

2009-09-03 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > I see. > > Well, Org does not *visit* the file, so these variables are > not evaluated. Also, the argument of the #+include line determines > the major mode, not the local variable setting. > > You can hack your way through this by adding a function > to org-sr

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Carsten Dominik
On Sep 3, 2009, at 1:12 PM, Peter Westlake wrote: On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" wrote: Hi Peter, links in categories are not supported.. The thing is, they ever so nearly *are* supported: they are fontified as links, and they work if you click on them or type C-c

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" wrote: > Hi Peter, > > links in categories are not supported.. The thing is, they ever so nearly *are* supported: they are fontified as links, and they work if you click on them or type C-c o. The only thing that isn't quite right is this sm

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 14:12 +0200, "Carsten Dominik" wrote: > > On Sep 3, 2009, at 1:12 PM, Peter Westlake wrote: > > > On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" > > wrote: > >> Hi Peter, > >> > >> links in categories are not supported.. > > > > The thing is, they ever so nearly *are*

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Carsten Dominik
On Sep 3, 2009, at 3:29 PM, Peter Westlake wrote: On Thu, 03 Sep 2009 14:12 +0200, "Carsten Dominik" wrote: On Sep 3, 2009, at 1:12 PM, Peter Westlake wrote: On Thu, 03 Sep 2009 08:50 +0200, "Carsten Dominik" wrote: Hi Peter, links in categories are not supported.. The thing is,

Re: [Orgmode] Exporting latex formulas

2009-09-03 Thread Nick Dokos
andrea crotti wrote: > > When I export to html my latex formulas are not "touched" at all, the > only variable that should be in charge > (setq export-with-LaTex-fragments t) > > is already set to t, and the formula is nicely converted to image inside > emacs, what else could that be? > Is dv

Re: [Orgmode] Re: Some table questions

2009-09-03 Thread Nick Dokos
andrea crotti wrote: > Nick Dokos writes: > > > > > Check out section 12.6.4 (Tables in HTML export) of the Org manual. > > > > Thanks I found it very nice, my info manual differs from the online, > maybe because I'm still using version 6.28.. > > Anyway another thing, nested tables are not a

Re: [Orgmode] auto export via git hook

2009-09-03 Thread Nick Dokos
andrea crotti wrote: > > I want to automatically export to html or something else in my pre- > commit hook with git, I tried many things but I always get the same > error > > mbpro:rt-simulate andrea$ cat .git/hooks/pre-commit.bak > emacs --batch --load=$HOME/.emacs.d/org-mode/org.el --eval

Fwd: [Orgmode] Mobile org

2009-09-03 Thread Marcelo de Moraes Serpa
-- Forwarded message -- From: Marcelo de Moraes Serpa Date: Thu, Sep 3, 2009 at 9:58 AM Subject: Re: [Orgmode] Mobile org To: li...@manor-farm.org Thank you all for the replies! I will look into Nokia N810, thanks for the tip. A netbook such as Eee PC might be a pocket-enough ex

[Orgmode] Clock Table filter by tag or property

2009-09-03 Thread Miguel Fernando Cabrera
Hi Everyone, First I want to thank all the people that make Org-Mode possible. I have been using it almost 8 months and it is a life changer. Every week I add something new to my workflow thanks to Org-Mode capabilities. My setup can be found in github[1] if anyone is interested in in. I hope to d

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Sebastian Rose
Carsten Dominik writes: >> You said that links aren't supported in categories, but for a feature >> that isn't supported, they work very well! In what sense are they not >> supported? > > They are not supported in the sense that I never have tried to make > them work as links. It is pure "acciden

Re: [Orgmode] Org-mode version 6.30c; org-remember does not honor `org-odd-levels-only' setting

2009-09-03 Thread Anupam Sengupta
Thanks Carsten! I thought on the same lines after posting (about the global vs. per file setting) - but the hook you suggested is much nicer! Thanks again, -- Anupam http://slashusr.wordpress.com My Profile: http://www.google.com/profiles/anupamsg On Thu, Sep 3, 2009 at 12:20 PM, Carsten Domini

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Peter Westlake
On Thu, 03 Sep 2009 15:56 +0200, "Carsten Dominik" wrote: > > On Sep 3, 2009, at 3:29 PM, Peter Westlake wrote: > > > > > On Thu, 03 Sep 2009 14:12 +0200, "Carsten Dominik" > > wrote: > >> > >> On Sep 3, 2009, at 1:12 PM, Peter Westlake wrote: ... > > You said that links aren't supported in ca

[Orgmode] Org-remember and org-back-to-heading

2009-09-03 Thread Matt Lundin
Hi everyone, When I call org-remember or org-store-link above the first headline in an org buffer, I receive the following error message: Before first headline at position 1 in buffer index.org It seems that either org-remember or org-store-link (or both) calls org-back-to-heading in order t

Re: [Orgmode] Re: autoload filed to load ical functions....more info

2009-09-03 Thread David A. Gershman
Carsten, You are a gentlemen, sir. I downloaded, compiled, and installed Org. When I launched emacs and went to Org-Mode, things seemed to work (at least that which I normally use: indentation, links, etc). As such, I figured the 'require' statement was only needed when Org was installed in a n

[Orgmode] Latex export - setq: Wrong type argument: arrayp, nil

2009-09-03 Thread Chris Willard
Hello All, Firstly thanks to Carsten for an excellent product. I am getting this error when exporting to latex. Am I missing another required program? The export works on my windows version of emacs and org-mode but not on Ubuntu! Any pointers would be appreciated. Regards, Chris -- -

Re: [Orgmode] Latex export - setq: Wrong type argument: arrayp, nil

2009-09-03 Thread Chris Willard
> I am getting this error when exporting to latex. Am I missing another > required program? The export works on my windows version of emacs and > org-mode but not on Ubuntu! Just found this error in the log file. , | ! LaTeX Error: File `soul.sty' not found. ` Chris. -- [ he reache

Re: [Orgmode] Latex export - setq: Wrong type argument: arrayp, nil

2009-09-03 Thread Nick Dokos
Chris Willard wrote: > I am getting this error when exporting to latex. Am I missing another > required program? The export works on my windows version of emacs and > org-mode but not on Ubuntu! > > Any pointers would be appreciated. > Please read the "Feedback" section of the manual (section

Re: [Orgmode] Latex export - setq: Wrong type argument: arrayp, nil

2009-09-03 Thread Nick Dokos
Chris Willard wrote: > > I am getting this error when exporting to latex. Am I missing another > > required program? The export works on my windows version of emacs and > > org-mode but not on Ubuntu! > > Just found this error in the log file. > > , > | ! LaTeX Error: File `soul.sty' not

[Orgmode] Latex Export Errors (and ideas!)

2009-09-03 Thread Russell Adams
I discovered today that using a large #+LATEX_HEADER consisting of many lines (35!) that to my surprise a multiple lines of the raw header (including #+LATEX_HEADER: ...) was inserted after the begin document markup. I edited out an compiled latex normally. I'm on 6.28e, I'll upgrade shortly to 6.

[Orgmode] Re: Making an org file more readable

2009-09-03 Thread PT
Carsten Dominik gmail.com> writes: > > I have just pushed a modification so that you can, after pulling > from git, set org-cycle-separator-lines to a negative number. > If you set it to -N, N empty lines will be required in order > to get a separation. But, if there are enough empty lines, > a

[Orgmode] Easier customization of TODO keyword colors

2009-09-03 Thread Ryan C. Thompson
Here is some code I came up with some code to make it easier to customize the colors of various TODO keywords. As long as you just want a different color and nothing else, you can customize the variable org-todo-keyword-faces and use just a string color (i.e. a string of the color name) as the