[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release
From: |
Jambunathan K |
Subject: |
[Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release |
Date: |
Sat, 29 Jan 2011 03:16:37 +0530 |
I am happy to make available 0.6 release of OpenOffice/OpenDocumentText
exporter. The exporter is based on org-parse.el contributed by Lennart
Borgman.
Web URL:
- http://repo.or.cz/w/org-mode/org-jambu.git
Checkout URLs:
- git://repo.or.cz/org-mode/org-jambu.git
- http://repo.or.cz/r/org-mode/org-jambu.git
1. Checkout my repo
#+begin_src sh
git remote add org-odt http://repo.or.cz/r/org-mode/org-jambu.git
git fetch org-odt
git checkout -b org-odt org-odt/master
#+end_src
2. Create a simple "~/elisp/org-odt-setup.el" with the following
content. Replace "~/src/staging/org-mode" with the root of your
checkout dir..
#+begin_src emacs-lisp
(custom-set-variables
'(initial-buffer-choice "~/src/staging/org-mode/contrib/odt/files/test.org")
'(org-export-latex-default-packages-alist (quote (("AUTO" "inputenc" t))))
'(org-export-with-LaTeX-fragments (quote dvipng))
)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(setq org-odt-base-dir "~/src/staging/org-mode")
(load-file (expand-file-name "contrib/odt/setup.el" org-odt-base-dir))
#+end_src
3. Launch a minimal emacs and load the above file.
runemacs.exe -Q --load ~/elisp/org-odt-setup.el
You will find yourself in a 'test.org' buffer.
4. Use 'C-c C-e O' to export the above buffer as ODT and open it with
the default system app i.e., OpenOffice Writer for example.
I am attaching the test.odt created in my machine using the above
instructions.
Lately, I have been finding myself a bit tied down with other things. So
this release is a kind of a 'hasty' release. Needless to say, there are
lots of areas where obvious improvements can be made.
I will be a bit slow in responding for next few weeks. Let that not hold
you back.
test.org
Description: test.org
test.odt
Description: test.odt
Jambunathan K.
- [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release,
Jambunathan K <=