emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs as word processor


From: Jambunathan K
Subject: Re: Emacs as word processor
Date: Mon, 16 Dec 2013 23:32:25 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Maybe a modified version of Org mode would handle this just fine

I am attaching a sample Org file and a OpenDocument export of it.

If you are using Emacs from bzr repo then,

(custom-set-variables
 '(org-export-backends (quote (ascii html icalendar latex odt org)))
 '(org-latex-pdf-process
   (quote
    ("pdflatex -interaction nonstopmode -output-directory %o %f" "bibtex %b" 
"pdflatex -interaction nonstopmode -output-directory %o %f" "pdflatex 
-interaction nonstopmode -output-directory %o %f"))))

Use the following commands

    C-x C-f ebooks.org
    C-c C-e h h (for HTML)
    C-c C-e o o (for ODT)
    C-c C-e l o (for LaTeX -> PDF)

Hint: Pause after C-c C-e.  See the header line.  Chars between [x] are
active keys.

Attachment: ebooks.odt
Description: application/vnd.oasis.opendocument.text

Attachment: ebooks.org
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]