[Orgmode] org-export to Palm Markup Language (PML)

2007-07-28 Thread Charles Cave
Bastien, Well done with org-export-as-latex ! I installed it on GNU Emacs 22.1.1 on Windows XP and it works very well. I am working on a Perl script to convert org-mode to Palm Markup Language to make ebooks for my Palm m515 and the ereader program. It seems that it wouldn't be hard to adapt or

[Orgmode] [bug] buffer become "modified" after entering column view

2007-07-28 Thread Leo
Hi there, In any org file heading, "C-c C-x C-c" will render the file modified even if there is no editing. Best, -- Leo (GPG Key: 9283AA3F) ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/l

[Orgmode] Re: counter-intuitive key bindings

2007-07-28 Thread Leo
On 2007-07-28 12:43 +0100, Bastien wrote: > Leo <[EMAIL PROTECTED]> writes: > >> These key bindings are to move from one set of the TODO items to >> another, which intuitively are a vertical motion. > > Well, I don't share this intuition. > > Since S- cycles through TODO states, it's consistent to

Re: [Orgmode] Automatic Elapsed Time Stamps?

2007-07-28 Thread Bastien
Bastien <[EMAIL PROTECTED]> writes: > 2. Use an `Elapsed_time' property. I've been playing a bit with Org's property API[1]. So here is a much cleaner version of the code: bzg-step-time-report.el Description: application/emacs-lisp Notes: [1] See (info "(Org)Using the property API") for de

Re: [Orgmode] counter-intuitive key bindings

2007-07-28 Thread Adam Spiers
On Sat, Jul 28, 2007 at 12:17:06PM +0100, Leo wrote: > (info "(org)Multiple sets in one file") > | `C-S-' > | `C-S-' > | These keys jump from one TODO subset to the next. In the above > | example, `C-S-' would jump from `TODO' or `DONE' to > | `REPORT', and any of the words in the s

[Orgmode] Re: org-export-latex.el v0.17 is out

2007-07-28 Thread Leo
On 2007-07-28 13:40 +0100, Bastien wrote: > Leo <[EMAIL PROTECTED]> writes: > >> When org-odd-levels-only is set to t, only level 1 heading is >> exported. level 2 (triple stars) onwards are omitted. > > Yes. For now i suggest you use #+STARTUP: oddeven. > > I have to check the way this option af

Re: [Orgmode] Re: org-export-latex.el v0.17 is out

2007-07-28 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > When org-odd-levels-only is set to t, only level 1 heading is > exported. level 2 (triple stars) onwards are omitted. Yes. For now i suggest you use #+STARTUP: oddeven. I have to check the way this option affects the HTML exporter so that the LaTeX exporter beh

Re: [Orgmode] Re: org-export-latex.el v0.17 is out

2007-07-28 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > A minor warning when compiling: > > , > | In org-export-latex-parse-subcontent: > | org-export-latex.el:670:44:Warning: reference to free variable `level' > | Wrote /home/leo/.emacs.d/lisp/org-3rd/org-export-latex.elc > ` Fixed, thanks. -- Bastien ___

[Orgmode] Re: org-export-latex.el v0.17 is out

2007-07-28 Thread Leo
On 2007-07-28 12:37 +0100, Bastien wrote: > org-export-latex.el v0.17 is there: > > http://www.cognition.ens.fr/~guerry/u/org-export-latex.el A bug: When org-odd-levels-only is set to t, only level 1 heading is exported. level 2 (triple stars) onwards are omitted. -- Leo

[Orgmode] Re: org-export-latex.el v0.17 is out

2007-07-28 Thread Leo
On 2007-07-28 12:37 +0100, Bastien wrote: > Hi list, > > org-export-latex.el v0.17 is there: > > http://www.cognition.ens.fr/~guerry/u/org-export-latex.el A minor warning when compiling: , | In org-export-latex-parse-subcontent: | org-export-latex.el:670:44:Warning: reference to free variab

Re: [Orgmode] counter-intuitive key bindings

2007-07-28 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > These key bindings are to move from one set of the TODO items to > another, which intuitively are a vertical motion. Well, I don't share this intuition. Since S- cycles through TODO states, it's consistent to use C-S- to cycle through TODO-states sets. And si

[Orgmode] org-export-latex.el v0.17 is out

2007-07-28 Thread Bastien
Hi list, org-export-latex.el v0.17 is there: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el - org-export-latex.el now convert images. The LaTeX exporter recognize .eps files as images (while the HTML exporter doesn't). There is a new option: `org-export-latex-image-default-o

[Orgmode] counter-intuitive key bindings

2007-07-28 Thread Leo
(info "(org)Multiple sets in one file") | `C-S-' | `C-S-' | These keys jump from one TODO subset to the next. In the above | example, `C-S-' would jump from `TODO' or `DONE' to | `REPORT', and any of the words in the second row to `CANCELED'. These key bindings are to move from o

[Orgmode] typo on the website

2007-07-28 Thread Leo
| Compatibility | | This package works on Emacs 22, and (with minor restrictions) on Emacs | 21 and XEmacs 21. The Emacs 22.1 release ships with Org-mode version | 4.67c. The latest CVS emacs trunk currently contains version 5.03 or | org-mode.