Re: [O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Xebar Saram
Thx Rasmus #+begin_center did the trick for text! i wonder can i use the same syntax for images? for example i tired this #+begin_left file:/home/zeltak/org/files/Uni/papers/templates/images/ACU_bottom.png #+end_left yet the image was still centered sadly the #+ODT: statement dosent

Re: [O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Rasmus
Hi, Xebar Saram writes: > Any users of the org ODT exporter? how does one insert a page break? #+ODT: See: http://orgmode.org/manual/Creating-one_002doff-styles.html > also > how does one center text (for a line or paragraph)? Probably: #+begin_center txt #+end_center H

Re: [O] odt exporter footnote code is broken

2015-08-15 Thread Gerald Wildgruber
Great! it works! once again Thanks Gerald On Sa, Aug 15 2015, Nicolas Goaziou wrote: > Hello, > > Gerald Wildgruber writes: > >> with the current git checkout: >> >> Org-mode version 8.3.1 (release_8.3.1-93-g69b0db) >> >> the odt exporter code is broken; when exporting a file with C-c C-e o o

Re: [O] odt exporter footnote code is broken

2015-08-15 Thread Nicolas Goaziou
Hello, Gerald Wildgruber writes: > with the current git checkout: > > Org-mode version 8.3.1 (release_8.3.1-93-g69b0db) > > the odt exporter code is broken; when exporting a file with C-c C-e o o, > the footnote markers are in the odt file, but the footnote text is > missing; all the footnotes a

Re: [O] odt exporter footnote code is broken

2015-08-15 Thread Gerald Wildgruber
I forgot to mention: last version that worked for me is: 2bdc661fde75ed226b19c802ecd31ce12d2ec7e1 from aad7dd24864f3ce988a67061a391d85e649aa375 on it doesn't work Thanks Gerald. On Sa, Aug 15 2015, Gerald Wildgruber wrote: > Hi > > with the current git checkout: > > Org-mode version 8.3.1 (

Re: [O] ODT exporter does not seem to respect quotation mark for list items

2014-07-28 Thread Baptiste
Hi, I do confirm that it is fixed for me. Thank YOU. -- *Le jeu., juil. 24 2014, Nicolas Goaziou a écrit* Hello, This should be fixed in maint. Thank you for reporting it. Regards, -- Nicolas Goaziou -- ~~^v^~~ Baptiste

Re: [O] ODT exporter does not seem to respect quotation mark for list items

2014-07-24 Thread Nicolas Goaziou
Hello, Baptiste writes: > I do not manage to get all my lists correctly exported in odt. The > main point seems the respect of quotation marks … This should be fixed in maint. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] odt exporter on mixed org setup

2014-01-23 Thread Jambunathan K
Achim Gratz writes: > That's the result of using Emacs' build system, not Org's. Someone has to fix it... It should either be nil or (expand-file-name "./org/" data-directory) If that path is wrong, the ODT exporter is really not usable. I think nil may be a good idea.

Re: [O] odt exporter on mixed org setup

2014-01-23 Thread Achim Gratz
Jambunathan K writes: > I have my reservations. With stock Emacs Snapshot (i.e., without any > separate Org installation - git or elpa) at Bzr version 116124, at line > 16, I am seeing > > ;;;###autoload > (defvar org-odt-data-dir "/usr/share/emacs/etc/org" > "The location of ODT sty

Re: [O] odt exporter on mixed org setup

2014-01-22 Thread Jambunathan K
Achim Gratz writes: > Bzzt. Wrong. I have my reservations. With stock Emacs Snapshot (i.e., without any separate Org installation - git or elpa) at Bzr version 116124, at line 16, I am seeing ;;;###autoload (defvar org-odt-data-dir "/usr/share/emacs/etc/org" "The location of ODT

Re: [O] odt exporter on mixed org setup

2014-01-18 Thread Jambunathan K
Rustom Mody writes: > On second thoughts Added few more lines, Sundays after Harvest season are the best :-) Don't disturb it So long as it works Scribble the notes somewhere Tuck it in a safe place So that, When times are bad And things go awry Revisit the memo

Re: [O] odt exporter on mixed org setup

2014-01-18 Thread Jambunathan K
Rustom Mody writes: > On second thoughts Don't disturb it So long as it works Scribble the notes somewhere Tuck it in a safe place (So that) When times are bad And things go awry Revisit the memories (And) Set things right again.

Re: [O] odt exporter on mixed org setup

2014-01-18 Thread Rustom Mody
On Sun, Jan 19, 2014 at 8:57 AM, Rustom Mody wrote: > Thanks > > On Sun, Jan 19, 2014 at 12:23 AM, Jambunathan K wrote: >> The following message is a courtesy copy of an article >> that has been posted to gmane.emacs.orgmode as well. >> >> Rustom Mody writes: >> >>> Currently I have a setq on or

Re: [O] odt exporter on mixed org setup

2014-01-18 Thread Rustom Mody
Thanks On Sun, Jan 19, 2014 at 12:23 AM, Jambunathan K wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Rustom Mody writes: > >> Currently I have a setq on org-mode-hook > > I don't run "make install", I just do "make". >

Re: [O] odt exporter on mixed org setup

2014-01-18 Thread Jambunathan K
Rustom Mody writes: > Currently I have a setq on org-mode-hook I don't run "make install", I just do "make". Here is what I have in .emacs. DO NOT do an explicit (require 'ox-backend). Instead customize `org-export-backends' and the ODT exporter there. Here is the sequence I have in my .emac

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Rustom Mody
On Thu, Jan 16, 2014 at 8:22 PM, Jambunathan K wrote: > Rustom Mody writes: > >> org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which >> is non-existent) > > Open a bug against the packager. Dunno what you mean... I am using org fresh-cooked off git! And anyway your setq to org

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Achim Gratz
Jambunathan K writes: > Rustom Mody writes: > >> I could check that org-odt-data-dir is coming in bound to >> /usr/share/emacs/etc/org (which is non-existent) before the defvar in >> ox-odt.el, so that defvar is not happening > >> And changing the prefix in local.mk does not seem to do anything >

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Achim Gratz
Rustom Mody writes: > I could check that > org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which > is non-existent) before the defvar in ox-odt.el, so that defvar is not > happening > > And changing the prefix in local.mk does not seem to do anything What do you expect it to do if

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Jambunathan K
Rustom Mody writes: > org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which > is non-existent) Open a bug against the packager. (ox-odt.el is an exception. It is uncommon for Emacs libraries to come with auxiliary support files). The distributors need to make sure 1. Style f

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Jambunathan K
Rustom Mody writes: > I could check that org-odt-data-dir is coming in bound to > /usr/share/emacs/etc/org (which is non-existent) before the defvar in > ox-odt.el, so that defvar is not happening > And changing the prefix in local.mk does not seem to do anything Don't worry about the make file

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Miguel Ruiz
This is my setup in .emacs; it runs without problems version after version. ;; ;; Remove Org remnants built into Emacs ;; ;; from Achim Gratz ;; https://github.com/emacsmirror/org/blob/master/testing/org-batch-test-init.el ;; clean load-path (setq load-path   (delq nil (mapcar          (fun

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Rustom Mody
On Thu, Jan 16, 2014 at 1:59 PM, Jambunathan K wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Rustom Mody writes: > >> Ended with: ox-odt cannot find factory style files > > You need > > (setq org-odt-data-dir "~/src/

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Jambunathan K
Rustom Mody writes: > Ended with: ox-odt cannot find factory style files You need (setq org-odt-data-dir "~/src/org-mode/etc/") Modify the path. If the *Messages* say that it is not able to find the styles dir, it really means that it is not able to find the styles files. > Checked that

Re: [O] odt exporter on mixed org setup

2014-01-15 Thread Andreas Leha
Rustom Mody writes: > Just helped a friend to install and upgrade to latest org. > Method summary: > $ git clone > $ make update > combined with setup of load-paths > > Ended with: ox-odt cannot find factory style files > > I remember that I too had this problem > http://lists.gnu.org/archive/ht

Re: [O] ODT exporter not appearing in the C-c C-e menu

2013-06-07 Thread Nick Dokos
Marcin Borkowski writes: > The subject has it all. > > M-x org-version gives > Org-mode version 8.0.3 (8.0.3-15-g030e96-elpa > @ /home/marcin/.emacs.d/elpa/org-20130522/) > > and M-x emacs-version > GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-04-14 > on platinum, modified by

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Rainer > I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter > that I had used successfully when it was still labelled as a > contribution. > > After installing org-mode 7.8 on my Windows XP machine, I can't seem > to be able to use the ODT exporter, though. Trying to do so, I am

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Jambunathan K writes: > Rainer Thiel writes: > >> I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter >> that I had used successfully when it was still labelled as a >> contribution. >> >> After installing org-mode 7.8 on my Windows XP machine, I can't seem >> to be able to use t

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Rainer Thiel writes: > I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter > that I had used successfully when it was still labelled as a > contribution. > > After installing org-mode 7.8 on my Windows XP machine, I can't seem > to be able to use the ODT exporter, though. Trying

Re: [O] ODT exporter fails with Babel french

2011-07-09 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Very impatient to test the exporter for the first time. However, when > exporting the table of contents ("table des matières" in French, > automatically set by the Babel LaTeX package), it fails: bug confirmed -- the short fix is to customize `org-expo

Re: [O] odt exporter: tarball?

2011-03-07 Thread Eric Abrahamsen
suvayu ali writes: > On Mon, Mar 7, 2011 at 4:35 PM, Eric Abrahamsen > wrote: >> I've never been able to check out the repository at: >> >> http://repo.or.cz/w/org-mode/org-jambu.git >> >> Git hangs every time I try a clone or fetch. Is there a way to get a >> tarball snapshot of the repository

Re: [O] odt exporter: tarball?

2011-03-07 Thread suvayu ali
On Mon, Mar 7, 2011 at 4:35 PM, Eric Abrahamsen wrote: > I've never been able to check out the repository at: > > http://repo.or.cz/w/org-mode/org-jambu.git > > Git hangs every time I try a clone or fetch. Is there a way to get a > tarball snapshot of the repository as it exists now? > What url d