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
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
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
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
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 (
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
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
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.
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
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
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
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.
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
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".
>
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
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
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
>
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
31 matches
Mail list logo