emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-latex.el v0.17 is out
@ 2007-07-28 11:37 Bastien
  2007-07-28 12:02 ` Leo
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bastien @ 2007-07-28 11:37 UTC (permalink / raw)
  To: emacs-orgmode

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-option'. But
  this is just a temporary solution, since i think we should be able to
  set infile options for images, maybe through a comment line #+IMG:
  containing parameters for the next image LaTeX export. Ideas welcome.

- The \date{<2007-07-28 sam>} is now commented out, so that LaTeX will
  insert it automatically.

- Lots of bug fixes.

Quick look at further improvements:

- support for footnotes
- parameters for image export 
- #+BEGIN_LaTeX and #+END_LaTeX
- org-export-as-latex-region
- better list exporter
- support for bibtex citations

Enjoy!

-- 
Bastien

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: org-export-latex.el v0.17 is out
  2007-07-28 11:37 org-export-latex.el v0.17 is out Bastien
@ 2007-07-28 12:02 ` Leo
  2007-07-28 12:33   ` Bastien
  2007-07-28 12:31 ` Leo
  2007-07-29  2:59 ` org-export to Palm Markup Language (PML) Charles Cave
  2 siblings, 1 reply; 9+ messages in thread
From: Leo @ 2007-07-28 12:02 UTC (permalink / raw)
  To: emacs-orgmode

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 variable `level'
| Wrote /home/leo/.emacs.d/lisp/org-3rd/org-export-latex.elc
`----

Thanks,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: org-export-latex.el v0.17 is out
  2007-07-28 11:37 org-export-latex.el v0.17 is out Bastien
  2007-07-28 12:02 ` Leo
@ 2007-07-28 12:31 ` Leo
  2007-07-28 12:40   ` Bastien
  2007-07-29  2:59 ` org-export to Palm Markup Language (PML) Charles Cave
  2 siblings, 1 reply; 9+ messages in thread
From: Leo @ 2007-07-28 12:31 UTC (permalink / raw)
  To: emacs-orgmode

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 <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: org-export-latex.el v0.17 is out
  2007-07-28 12:02 ` Leo
@ 2007-07-28 12:33   ` Bastien
  0 siblings, 0 replies; 9+ messages in thread
From: Bastien @ 2007-07-28 12:33 UTC (permalink / raw)
  To: emacs-orgmode

Leo <sdl.web@gmail.com> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: org-export-latex.el v0.17 is out
  2007-07-28 12:31 ` Leo
@ 2007-07-28 12:40   ` Bastien
  2007-07-28 12:47     ` Leo
  0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2007-07-28 12:40 UTC (permalink / raw)
  To: emacs-orgmode

Leo <sdl.web@gmail.com> 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 behaves accordingly. This will be fixed in the next
release, thanks.

-- 
Bastien

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: org-export-latex.el v0.17 is out
  2007-07-28 12:40   ` Bastien
@ 2007-07-28 12:47     ` Leo
  0 siblings, 0 replies; 9+ messages in thread
From: Leo @ 2007-07-28 12:47 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-07-28 13:40 +0100, Bastien wrote:
> Leo <sdl.web@gmail.com> 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 behaves accordingly. This will be fixed in the next
> release, thanks.

Looking forward to it ;)

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* org-export to Palm Markup Language (PML)
  2007-07-28 11:37 org-export-latex.el v0.17 is out Bastien
  2007-07-28 12:02 ` Leo
  2007-07-28 12:31 ` Leo
@ 2007-07-29  2:59 ` Charles Cave
  2007-07-29  7:28   ` Adam Spiers
  2 siblings, 1 reply; 9+ messages in thread
From: Charles Cave @ 2007-07-29  2:59 UTC (permalink / raw)
  To: Bastien, emacs-orgmode

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 org-export-as-latex to make org-export-as-pml

Details of PML:  http://www.ereader.com/dropbook/pml

Is anyone else on this list interested in making eBooks
on the Palm?

I am only using a small set of PML:

Headings are converted to \XNheading Text\XN  where N is 0,1,2,3 or 4
Bold text:  \Bboldtext\B
Italics:    \iItalic\i
Underline:  \uUnderline\u

Charles

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: org-export to Palm Markup Language (PML)
  2007-07-29  2:59 ` org-export to Palm Markup Language (PML) Charles Cave
@ 2007-07-29  7:28   ` Adam Spiers
  2007-07-29 11:41     ` ignotus
  0 siblings, 1 reply; 9+ messages in thread
From: Adam Spiers @ 2007-07-29  7:28 UTC (permalink / raw)
  To: emacs-orgmode

Charles Cave (charles_cave@optusnet.com.au) wrote:
> 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 org-export-as-latex to make org-export-as-pml
> 
> Details of PML:  http://www.ereader.com/dropbook/pml
> 
> Is anyone else on this list interested in making eBooks
> on the Palm?

Hmm, I'd be much more interested in implementing bidirectional
synchronisation with Shadow Plan for Palm OS - that strikes me as far
more useful.  I was thinking about having a crack at writing a plugin
for opensync to do it using the opensync python bindings, but the
documentation is practically non-existent :-/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: org-export to Palm Markup Language (PML)
  2007-07-29  7:28   ` Adam Spiers
@ 2007-07-29 11:41     ` ignotus
  0 siblings, 0 replies; 9+ messages in thread
From: ignotus @ 2007-07-29 11:41 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> Regarding 'Re: org-export to Palm Markup Language (PML)'; Adam Spiers adds:


  > Hmm, I'd be much more interested in implementing bidirectional
  > synchronisation with Shadow Plan for Palm OS - that strikes me as
  > far more useful.  I was thinking about having a crack at writing a
  > plugin for opensync to do it using the opensync python bindings, but
  > the documentation is practically non-existent :-/

I'm interested in that too.  I have some experience as I made code just
to edit LifeBalance pdb files (all in Emacs lisp), but something more
interactive would be far more usable.

The problem with my code is that it edits the pdb directly, so I have to
pull it from the palm, edit on the PC, push it back to the palm, which
maybe doesn't sound too bad, but in real life I just don't use it.  What
I am saying is, that a proper sync method would be much more useful,
where I can freely edit stuff on the PC and palm and the sync somehow
synchronises the changes in both directions.

Have a nice day, Richard

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-07-29 11:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-28 11:37 org-export-latex.el v0.17 is out Bastien
2007-07-28 12:02 ` Leo
2007-07-28 12:33   ` Bastien
2007-07-28 12:31 ` Leo
2007-07-28 12:40   ` Bastien
2007-07-28 12:47     ` Leo
2007-07-29  2:59 ` org-export to Palm Markup Language (PML) Charles Cave
2007-07-29  7:28   ` Adam Spiers
2007-07-29 11:41     ` ignotus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).