Re: [Orgmode] Question about tracking TODO state changes and M-S-ENTER

2009-05-26 Thread Manish
On Sat, May 23, 2009 at 4:45 AM, Keith Swartz wrote: > > I'm using org-mode 6.25e right now, and I've turned on the functionality to > track todo state changes. If I create a list item (M-ENTER) and then change > it to a TODO (C-c C-t), it correctly puts the state change in the > :LOGBOOK: drawer a

Re: [Orgmode] Question about tracking TODO state changes and M-S-ENTER

2009-05-26 Thread Keith Swartz
Fair enough. And you could further argue that M-S-Enter creates an initial state, so no "change" takes place. But then I'd say the fact that it records changing from nothing to TODO in the /first/ example is a bug. At the very least, it's inconsistent. The end result of those two operations rea

[Orgmode] nbsp in latex export

2009-05-26 Thread Chris Gray
Hi, I noticed in the org manual today that "`\nbsp' will become ` ' in HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp becomes $\nbsp$. I would rather have the behaviour of the documentation, but I was not implement it myself---I tried adding a special case to `org-export-la

Re: [Orgmode] timer for a task

2009-05-26 Thread Carsten Dominik
On May 25, 2009, at 5:43 PM, Konstantin Antipin wrote: Here is the patch to org-clock.el that does show estimated effort in the mode-line if it is set. Like so: 01:20/01:30 (clocked time/estimated time) It does it by: * Setting new variable org-clock-effort in org-clock-in function. * I

Re: [Orgmode] nbsp in latex export

2009-05-26 Thread Carsten Dominik
On May 26, 2009, at 3:06 PM, Chris Gray wrote: Hi, I noticed in the org manual today that "`\nbsp' will become ` ' in HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp becomes $\nbsp$. I would rather have the behaviour of the documentation, but I was not implement it my

Re: [Orgmode] Question about tracking TODO state changes and M-S-ENTER

2009-05-26 Thread Carsten Dominik
On May 26, 2009, at 10:23 AM, Manish wrote: On Sat, May 23, 2009 at 4:45 AM, Keith Swartz wrote: I'm using org-mode 6.25e right now, and I've turned on the functionality to track todo state changes. If I create a list item (M-ENTER) and then change it to a TODO (C-c C-t), it correctly pu

[Orgmode] docbook export-special

2009-05-26 Thread Rustom Mody
Thanks Carsten for 6.27. Ive been playing around with docbook export and further processing and was looking for something like export-special. Now its come but not (yet) for the docbook exporter. Any likelihood of it being supported there? I would try to hack on the code myself but dont know enou

[Orgmode] How to type A[0] in org w/o footnote

2009-05-26 Thread Xin Shi
Hello Experts, I tried to type A[0] in a document with orgmode, but it gives me the footnote link. I could use A[ 0] for a quick replacement, but are there any better way to tell org not interpreting the footnote? Thanks! Xin ___ Emacs-orgmode mailing

[Orgmode] Re: nbsp in latex export

2009-05-26 Thread Chris Gray
Carsten Dominik wrote: > On May 26, 2009, at 3:06 PM, Chris Gray wrote: >> Hi, >> I noticed in the org manual today that "`\nbsp' will become ` ' >> in >> HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp >> becomes $\nbsp$. I would rather have the behaviour of the >> docum

Re: [Orgmode] Question about tracking TODO state changes and M-S-ENTER

2009-05-26 Thread Manish
On Tue, May 26, 2009 at 7:21 PM, Carsten Dominik wrote: > > On May 26, 2009, at 10:23 AM, Manish wrote: > >> On Sat, May 23, 2009 at 4:45 AM, Keith Swartz wrote: >>> >>> I'm using org-mode 6.25e right now, and I've turned on the functionality to >>> track todo state changes. If I cr

Re: [Orgmode] timer for a task

2009-05-26 Thread Konstantin Antipin
Carsten, thank you for explanation. Hopefully, I will get FSF papers soon. In a meanwhile, here is another patch that introduces following changes: In case we set effort estimate on the currently clocked item, show message when time is up (notification is shown only once) * Linux onl

Re: [Orgmode] Column view alignment in aquamacs?

2009-05-26 Thread Matthew Lundin
Hi Duncan, Duncan Mortimer writes: > I'm having trouble getting column view to properly align under > Aquamacs (distrib 1.7). I'm using fixed-width fonts for both the > tab-bar, and as the org-mode default, however, as soon as I enter > column-view, the font changes to a variable-width one. Do

Re: [Orgmode] Re: nbsp in latex export

2009-05-26 Thread Carsten Dominik
Please try again, thanks. - Carsten On May 26, 2009, at 4:15 PM, Chris Gray wrote: Carsten Dominik wrote: On May 26, 2009, at 3:06 PM, Chris Gray wrote: Hi, I noticed in the org manual today that "`\nbsp' will become ` ' in HTML and `~' in LaTeX." Trying it out, that is not quite tru

Re: [Orgmode] How to type A[0] in org w/o footnote

2009-05-26 Thread Carsten Dominik
On May 26, 2009, at 4:15 PM, Xin Shi wrote: Hello Experts, I tried to type A[0] in a document with orgmode, but it gives me the footnote link. I could use A[ 0] for a quick replacement, but are there any better way to tell org not interpreting the footnote? One way would be to always cod

Re: [Orgmode] timer for a task

2009-05-26 Thread Carsten Dominik
On May 26, 2009, at 4:26 PM, Konstantin Antipin wrote: Carsten, thank you for explanation. Hopefully, I will get FSF papers soon. In a meanwhile, here is another patch that introduces following changes: In case we set effort estimate on the currently clocked item, show message when t

[Orgmode] Re: How to type A[0] in org w/o footnote

2009-05-26 Thread Bernt Hansen
Carsten Dominik writes: > On May 26, 2009, at 4:15 PM, Xin Shi wrote: > >> I tried to type A[0] in a document with orgmode, but it gives me the >> footnote link. I could use A[ 0] for a quick replacement, but are >> there any better way to tell org not interpreting the footnote? > > One way would

Re: [Orgmode] org-remember template entry level

2009-05-26 Thread Carsten Dominik
On May 24, 2009, at 10:26 PM, Richard KLINDA wrote: Hello, when org-remember creates a todo entry for me, it always is a level 1 entry, like: , | * foo ` I want it to be on level 3, like: , | *** foo ` However, even if my template contains 3 leading stars, , | (setq org

Re: [Orgmode] Minor request: full support of "ESC" as Meta key

2009-05-26 Thread Carsten Dominik
Hi Paolo, normally, meta key bindings should automatically also affect ESC bindings. So it should not be necessary, even though I see that I have done this in some cases, very like upon requests like your's. If you try to come up with a list of affected bindings/commands, I will add thes

Re: [Orgmode] Cycling visibility of blocks

2009-05-26 Thread Carsten Dominik
That does look cool! - Carsten On May 25, 2009, at 10:43 PM, Sebastian Rose wrote: "Eric Schulte" writes: ahh - forgot - Carsten: note the unicorns: http://cloud.github.com/downloads/SebastianRose/org-search.php/speedbar1.png :-D Sebastian Sebastian Rose writes: and use "#\\+begi

Re: [Orgmode] Cycling visibility of blocks

2009-05-26 Thread Carsten Dominik
On May 25, 2009, at 10:40 PM, Sebastian Rose wrote: "Eric Schulte" writes: I've applied a slightly changed version of your regexp, and this is now working for all block types (the resulting file is attached). Where could this file be saved? The contrib directory seems like overkill for

[Orgmode] Re: How to type A[0] in org w/o footnote

2009-05-26 Thread Xin Shi
Thanks a lot! Xin On Tue, May 26, 2009 at 1:18 PM, Bernt Hansen wrote: > Carsten Dominik writes: > > > On May 26, 2009, at 4:15 PM, Xin Shi wrote: > > > >> I tried to type A[0] in a document with orgmode, but it gives me the > >> footnote link. I could use A[ 0] for a quick replacement, but a

Re: [Orgmode] Minor request: full support of "ESC" as Meta key

2009-05-26 Thread Paolo Petta
Dear Carsten - many thanks for following up on this (and to the list for bearing with me!) --- more in a direct/private email. Paolo On Tue, 26 May 2009, Carsten Dominik wrote: Date: Tue, 26 May 2009 19:25:01 +0200 From: Carsten Dominik To: Paolo Petta Cc: emacs-orgmode@gnu.org Subject: R

[Orgmode] First line of exported HTML causes error as .php

2009-05-26 Thread Dan Davison
I think there's been a change in HTML export which has broken the way in which I was using org to produce PHP files. The HTML exporter now produces the following as the first line (I believe this is new). However, when the file is produced with a .php suffix (setq org-export-html-extension "php

RE: [Orgmode] First line of exported HTML causes error as .php

2009-05-26 Thread Jonathan Arkell
IT is how PHP is configured on your server. The easiest thing is to set the option short_open_tag to false (assuming you don't use the short tag syntax, and use the proper syntax instead). Check http://ca.php.net/manual/en/ini.core.php#ini.short-open-tag for details. -Original Message

Re: [Orgmode] Cycling visibility of blocks

2009-05-26 Thread Eric Schulte
Carsten Dominik writes: > On May 25, 2009, at 10:40 PM, Sebastian Rose wrote: > >> Another good place would be inside Org-mode's core IMHO. > > I would be happy to integrate this into the core. Eric, you agree? > > - Carsten > Sounds good to me. -- Eric ___

Re: [Orgmode] Cycling visibility of blocks

2009-05-26 Thread Eric Schulte
Sebastian Rose writes: > "Eric Schulte" writes: >> I've applied a slightly changed version of your regexp, and this is now >> working for all block types (the resulting file is attached). Where >> could this file be saved? The contrib directory seems like overkill for >> such a small piece of

Re: [Orgmode] timer for a task

2009-05-26 Thread Konstantin Antipin
On Tue, May 26, 2009 at 4:45 PM, Carsten Dominik wrote: > > On May 26, 2009, at 4:26 PM, Konstantin Antipin wrote: > >> Carsten, thank you for explanation. >> Hopefully, I will get FSF papers soon. >> >> In a meanwhile, here is another patch that introduces following changes: >> >>   In case we se

[Orgmode] Re: docbook export-special

2009-05-26 Thread Baoqiu Cui
Hi Rustom, Rustom Mody writes: > Thanks Carsten for 6.27. > > Ive been playing around with docbook export and further processing and > was looking for something like export-special. > Now its come but not (yet) for the docbook exporter. What do you mean by export-special? Do you mean exporting

[Orgmode] Custom docbook stylesheets.

2009-05-26 Thread Dale Smith
Greetings List, I was suprised an pleased to discover that the docbook exporter has the ability to apply the stylesheets to transform to fo and to also process that to pdf. Somehing I'd like to see is a document specific way to specify the stylesheet. I tried setting org-export-docbook-xslt-proc

[Orgmode] How to preverse fold status after reopening a file

2009-05-26 Thread Yuanle Song
Hi everyone, org-mode can show a file in following mode when opening a file: overview top-level headlines only contentall headlines showallno folding at all, show everything But they don't feed my need. I want to have the file exactly the same as last time

Re: [Orgmode] How to preverse fold status after reopening a file

2009-05-26 Thread Carsten Dominik
On May 27, 2009, at 4:19 AM, Yuanle Song wrote: Hi everyone, org-mode can show a file in following mode when opening a file: overview top-level headlines only contentall headlines showallno folding at all, show everything But they don't feed my need. I wan

Re: [Orgmode] How to preverse fold status after reopening a file

2009-05-26 Thread Matthew Lundin
Hi Yuanle, Yuanle Song writes: > org-mode can show a file in following mode when opening a file: > > overview top-level headlines only > contentall headlines > showallno folding at all, show everything > > But they don't feed my need. I want to have the fi

Re: [Orgmode] timer for a task

2009-05-26 Thread Carsten Dominik
On May 27, 2009, at 12:13 AM, Konstantin Antipin wrote: On Tue, May 26, 2009 at 4:45 PM, Carsten Dominik wrote: On May 26, 2009, at 4:26 PM, Konstantin Antipin wrote: Carsten, thank you for explanation. Hopefully, I will get FSF papers soon. In a meanwhile, here is another patch that intr

[Orgmode] Re: docbook export-special

2009-05-26 Thread Rustom Mody
Baoqiu wrote: > What do you mean by export-special? Well the latest org comes with a contributed org-special-blocks.el [sorry I misnamed it] > Do you mean exporting blocks that look like the following lines? > #+begin_xyz > ... > #+end_xyz Yes I guess that would be what I want. __