* org-odt: command line options for soffice bug?
@ 2013-02-16 22:33 Vinh Nguyen
2013-02-18 20:49 ` Vinh Nguyen
2013-02-23 9:43 ` Bastien
0 siblings, 2 replies; 4+ messages in thread
From: Vinh Nguyen @ 2013-02-16 22:33 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I was having issues exporting to a "doc" file with this in my init file:
(setq org-export-odt-preferred-output-format "doc")
After some debugging, it appears my "soffice" command takes a single
dash (-), not double dash (--) for command line arguments. When I
change to
"soffice -headless -convert-to %f%x -outdir %d %i"
in org-odt.el, things seem to work. I am running org-mode 7.9.3e on
Emacs 24.1.50.1 and LibreOffice 3.3.4 on Ubuntu 11.04. Not sure if
this is specific to me or not, but it should be fixed in org-mode.
Thanks!
-- Vinh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-odt: command line options for soffice bug?
2013-02-16 22:33 org-odt: command line options for soffice bug? Vinh Nguyen
@ 2013-02-18 20:49 ` Vinh Nguyen
2013-02-18 21:03 ` Ista Zahn
2013-02-23 9:43 ` Bastien
1 sibling, 1 reply; 4+ messages in thread
From: Vinh Nguyen @ 2013-02-18 20:49 UTC (permalink / raw)
To: emacs-orgmode
On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen <vinhdizzo@gmail.com> wrote:
> Hi,
>
> I was having issues exporting to a "doc" file with this in my init file:
> (setq org-export-odt-preferred-output-format "doc")
>
> After some debugging, it appears my "soffice" command takes a single
> dash (-), not double dash (--) for command line arguments. When I
> change to
>
> "soffice -headless -convert-to %f%x -outdir %d %i"
>
> in org-odt.el, things seem to work. I am running org-mode 7.9.3e on
> Emacs 24.1.50.1 and LibreOffice 3.3.4 on Ubuntu 11.04. Not sure if
> this is specific to me or not, but it should be fixed in org-mode.
> Thanks!
>
Just checked LibreOffice on my Mac OS X, and it uses two dashes for
arguments. Weird that LibreOffice on Ubuntu uses one dash. Can
anyone else confirm? I guess the emacs function should determine the
current OS to decide whether to use single or double dash for command
line arguments...
> -- Vinh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-odt: command line options for soffice bug?
2013-02-18 20:49 ` Vinh Nguyen
@ 2013-02-18 21:03 ` Ista Zahn
0 siblings, 0 replies; 4+ messages in thread
From: Ista Zahn @ 2013-02-18 21:03 UTC (permalink / raw)
To: Vinh Nguyen; +Cc: emacs-orgmode
On Mon, Feb 18, 2013 at 3:49 PM, Vinh Nguyen <vinhdizzo@gmail.com> wrote:
> On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen <vinhdizzo@gmail.com> wrote:
>> Hi,
>>
>> I was having issues exporting to a "doc" file with this in my init file:
>> (setq org-export-odt-preferred-output-format "doc")
>>
>> After some debugging, it appears my "soffice" command takes a single
>> dash (-), not double dash (--) for command line arguments. When I
>> change to
>>
>> "soffice -headless -convert-to %f%x -outdir %d %i"
>>
>> in org-odt.el, things seem to work. I am running org-mode 7.9.3e on
>> Emacs 24.1.50.1 and LibreOffice 3.3.4 on Ubuntu 11.04. Not sure if
>> this is specific to me or not, but it should be fixed in org-mode.
>> Thanks!
>>
>
> Just checked LibreOffice on my Mac OS X, and it uses two dashes for
> arguments. Weird that LibreOffice on Ubuntu uses one dash. Can
> anyone else confirm? I guess the emacs function should determine the
> current OS to decide whether to use single or double dash for command
> line arguments...
LibreOffice 3.6 on archlinux uses double dash.
-Ista
>
>> -- Vinh
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-odt: command line options for soffice bug?
2013-02-16 22:33 org-odt: command line options for soffice bug? Vinh Nguyen
2013-02-18 20:49 ` Vinh Nguyen
@ 2013-02-23 9:43 ` Bastien
1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2013-02-23 9:43 UTC (permalink / raw)
To: Vinh Nguyen; +Cc: emacs-orgmode
Hi Vinh,
Vinh Nguyen <vinhdizzo@gmail.com> writes:
> After some debugging, it appears my "soffice" command takes a single
> dash (-), not double dash (--) for command line arguments. When I
> change to
>
> "soffice -headless -convert-to %f%x -outdir %d %i"
>
> in org-odt.el, things seem to work. I am running org-mode 7.9.3e on
> Emacs 24.1.50.1 and LibreOffice 3.3.4 on Ubuntu 11.04. Not sure if
> this is specific to me or not, but it should be fixed in org-mode.
> Thanks!
Since this looks like to be an issue for Ubuntu 11.04 only and since
you can customize `org-export-odt-convert-processes' (from 7.9.x) or
`org-odt-convert-processes' (from master), we don't really need to
change Org for this.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-23 11:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 22:33 org-odt: command line options for soffice bug? Vinh Nguyen
2013-02-18 20:49 ` Vinh Nguyen
2013-02-18 21:03 ` Ista Zahn
2013-02-23 9:43 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.