Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-22 Thread Bastien
Hi, Tang, Hsiu-Khuern hsiu-khuern.t...@hp.com writes: If I include a file in my Org file, say using #+INCLUDE: script.sh src sh and export to HTML, the included file shows up as a pre block, which is nice. However, a leading comma is put in front of every line that starts with a #, even

Re: [Orgmode] Indentation of text below headlines

2009-07-22 Thread Bastien
onguarde - ongua...@gmail.com writes: .emacs config file ;(setf org-adapt-indentation nil) (setf org-adapt-indentation t) I tried setting it up it .emacs like so but it doesn't seem to work no matter which I comment. Am I missing something?? ,[ org-adapt-indentation ] | Non-nil

[Orgmode] Re: Orgmodeorg-export-generic gives an error

2009-07-22 Thread Wes Hardaker
On Wed, 22 Jul 2009 01:59:12 +0200, Bastien bastiengue...@googlemail.com said: B Those two functions come from alist.el which is included in Apel: So does that mean it's safe to leave the functions in use within org-export generic, or should I replace it with a locally defined

[Orgmode] Column groups vertical lines are broken in 6.28trans

2009-07-22 Thread Yury GEORGIEVSKIY
Hello, I've regenerate my .org doc with 6.28trans (was with 6.24) and Vertical Lines, I want to keep -- not working anymore. Ex: | Legasy machines | # of BC | # of RTI connected | |-+-+| | / || | | pca/ellse1

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-22 Thread Hsiu-Khuern Tang
* On Wed 07:50AM +, 22 Jul 2009, Bastien (bastiengue...@googlemail.com) wrote: Hi, Tang, Hsiu-Khuern hsiu-khuern.t...@hp.com writes: If I include a file in my Org file, say using #+INCLUDE: script.sh src sh and export to HTML, the included file shows up as a pre block, which

[Orgmode] Re: tabs pic mode and org

2009-07-22 Thread Bernt Hansen
Rustom Mody rustompm...@gmail.com writes: Thanks Bernt for C-c ' -- thats what I needed. BTW Whats the : at BOL for? I think it's just used to escape the data for the exporter but that's just a guess. Other people probably have a more definitive answer. -Bernt PS. If you include me in the

[Orgmode] Re: Error after org-remember-insinuate on Aquamacs

2009-07-22 Thread Robert Goldman
Nick Dokos nicholas.dokos at hp.com writes: Markus Baden markus.baden at gmail.com wrote: Hi all, Ok, I'm not really fluent in emacs, but I try to describe my problem anyhow I'm using org-mode in Aquamacs for a while now and since lately the following error occurs

[Orgmode] More conspicous header lines

2009-07-22 Thread User
Hi, Please consider adding this change to org mode: http://www.emacswiki.org/emacs/OrgMode#toc11 It makes it possible to show headers as full lines to separate the different sections better. It's only effective if the user set a background color to the org header line face. Here's a demo of

Re: [Orgmode] More conspicous header lines

2009-07-22 Thread Russell Adams
I like! I may go change my faces to give it a whirl. On Wed, Jul 22, 2009 at 06:27:00PM +, User wrote: Hi, Please consider adding this change to org mode: http://www.emacswiki.org/emacs/OrgMode#toc11 It makes it possible to show headers as full lines to separate the different

[Orgmode] [PATCH] org-show-notification will use todochiku.el if available

2009-07-22 Thread Jason F. McBrayer
This is a little patch to let org-show-notification (in org-clock.el) use the package [todochiku.el] if available. This means that if todochiku has been set up correctly, org-show-notification will work with Growl (on MacOS) or Snarl (on MSWindows), as well as libnotify (on *ix).

[Orgmode] Re: More conspicous header lines

2009-07-22 Thread Markus Heller
Russell Adams wrote: I like! I may go change my faces to give it a whirl. On Wed, Jul 22, 2009 at 06:27:00PM +, User wrote: Hi, Please consider adding this change to org mode: http://www.emacswiki.org/emacs/OrgMode#toc11 It makes it possible to show headers as full lines to separate

[Orgmode] Clean Org Clock with step

2009-07-22 Thread meingbg
When using the :step day option in the clocktable, every day gets it's own table. This is a great option! It can however easily be a lot of tables, even if there's not too much information. Say for example there are only items in two out of thirty tables. Is there an option to show only non-empty

Re: [Orgmode] More conspicous header lines

2009-07-22 Thread Bastien
User spamfilteracco...@gmail.com writes: Please consider adding this change to org mode: http://www.emacswiki.org/emacs/OrgMode#toc11 Funny that you mention this because Lennart just told me about this tip and I was about to ask Orgers.

Re: [Orgmode] Re: More conspicous header lines

2009-07-22 Thread Bastien
Markus Heller helle...@gmail.com writes: how would I go about setting a background color to my org headline faces? I'm an emacs/org newbie ... Go on a headline and M-x customize-face RET - then you can customize the background color of this face. -- Bastien

[Orgmode] Re: More conspicous header lines

2009-07-22 Thread Markus Heller
THankBastien wrote: Markus Heller helle...@gmail.com writes: how would I go about setting a background color to my org headline faces? I'm an emacs/org newbie ... Go on a headline and M-x customize-face RET - then you can customize the background color of this face. Thanks. And where

[Orgmode] Re: Orgmodeorg-export-generic gives an error

2009-07-22 Thread Shelagh Manton
On Wed, 22 Jul 2009 08:13:53 -0700, Wes Hardaker wrote: On Wed, 22 Jul 2009 01:59:12 +0200, Bastien bastiengue...@googlemail.com said: B Those two functions come from alist.el which is included in Apel: So does that mean it's safe to leave the functions in use within org-export generic,

[Orgmode] Spreadsheet bug?

2009-07-22 Thread meingbg
I have a table like this one: | a | b | c | |---++---| | a | 2 | 2 | | b | 3 | 7 | | c | -3 | 4 | | d | 5 | 9 | #+TBLFM: $3=...@-1::@2$3=$2 Now, I want the value in column c in every row to be the sum of column b so far. I try to achieve this by writing a column formula for column $3 and