* export to odt is not per default in the export menu
@ 2016-04-08 8:14 Uwe Brauer
2016-04-08 8:19 ` Eric Abrahamsen
0 siblings, 1 reply; 11+ messages in thread
From: Uwe Brauer @ 2016-04-08 8:14 UTC (permalink / raw)
To: emacs-orgmode
Hi
When I use org-export-dispatch, then a list of possible formats pop up
but odt is not among them. Only if I explicitly call
org-odt-export-to-odt
once, then this command pops up in the list. How
can I change this behaviour and have the odt export function in the
list??
Thanks
Uwe Brauer
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 8:14 export to odt is not per default in the export menu Uwe Brauer
@ 2016-04-08 8:19 ` Eric Abrahamsen
2016-04-08 9:07 ` Christian Moe
2016-04-08 10:08 ` Uwe Brauer
0 siblings, 2 replies; 11+ messages in thread
From: Eric Abrahamsen @ 2016-04-08 8:19 UTC (permalink / raw)
To: emacs-orgmode
Uwe Brauer <oub@mat.ucm.es> writes:
> Hi
>
> When I use org-export-dispatch, then a list of possible formats pop up
> but odt is not among them. Only if I explicitly call
> org-odt-export-to-odt
>
> once, then this command pops up in the list. How
> can I change this behaviour and have the odt export function in the
> list??
Somewhere in your init files, put (require 'ox-odt). Then it will always
be available. Take a look at the other ox-* files, many of them are
useful enough to always load by default.
E
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 8:19 ` Eric Abrahamsen
@ 2016-04-08 9:07 ` Christian Moe
2016-04-08 9:38 ` Eric Abrahamsen
2016-04-08 10:08 ` Uwe Brauer
1 sibling, 1 reply; 11+ messages in thread
From: Christian Moe @ 2016-04-08 9:07 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: emacs-orgmode
This question pops up fairly often. I suggest that ODT should be
provided out of the box. It is clearly in demand. It meets the needs of
a whole segment of users that need to work with office software. Sure,
nothing prevents them from using it by adding a brief line to their init
file. But why not advertise it? It's a major feature and it works well.
Yours,
Christian
Eric Abrahamsen writes:
> Uwe Brauer <oub@mat.ucm.es> writes:
>
>> Hi
>>
>> When I use org-export-dispatch, then a list of possible formats pop up
>> but odt is not among them. Only if I explicitly call
>> org-odt-export-to-odt
>>
>> once, then this command pops up in the list. How
>> can I change this behaviour and have the odt export function in the
>> list??
>
> Somewhere in your init files, put (require 'ox-odt). Then it will always
> be available. Take a look at the other ox-* files, many of them are
> useful enough to always load by default.
>
> E
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 9:07 ` Christian Moe
@ 2016-04-08 9:38 ` Eric Abrahamsen
2016-04-08 9:40 ` Xebar Saram
2016-04-10 8:23 ` Nicolas Goaziou
0 siblings, 2 replies; 11+ messages in thread
From: Eric Abrahamsen @ 2016-04-08 9:38 UTC (permalink / raw)
To: emacs-orgmode
Christian Moe <mail@christianmoe.com> writes:
> This question pops up fairly often. I suggest that ODT should be
> provided out of the box. It is clearly in demand. It meets the needs of
> a whole segment of users that need to work with office software. Sure,
> nothing prevents them from using it by adding a brief line to their init
> file. But why not advertise it? It's a major feature and it works well.
FWIW, I also think this would be a good thing to load by default.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 9:38 ` Eric Abrahamsen
@ 2016-04-08 9:40 ` Xebar Saram
2016-04-08 18:06 ` Eduardo Mercovich
2016-04-10 8:23 ` Nicolas Goaziou
1 sibling, 1 reply; 11+ messages in thread
From: Xebar Saram @ 2016-04-08 9:40 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: org mode
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
+1 as well :)
Z
On Fri, Apr 8, 2016 at 12:38 PM, Eric Abrahamsen <eric@ericabrahamsen.net>
wrote:
> Christian Moe <mail@christianmoe.com> writes:
>
> > This question pops up fairly often. I suggest that ODT should be
> > provided out of the box. It is clearly in demand. It meets the needs of
> > a whole segment of users that need to work with office software. Sure,
> > nothing prevents them from using it by adding a brief line to their init
> > file. But why not advertise it? It's a major feature and it works well.
>
> FWIW, I also think this would be a good thing to load by default.
>
>
>
[-- Attachment #2: Type: text/html, Size: 1047 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 8:19 ` Eric Abrahamsen
2016-04-08 9:07 ` Christian Moe
@ 2016-04-08 10:08 ` Uwe Brauer
1 sibling, 0 replies; 11+ messages in thread
From: Uwe Brauer @ 2016-04-08 10:08 UTC (permalink / raw)
To: emacs-orgmode
> Uwe Brauer <oub@mat.ucm.es> writes:
> Somewhere in your init files, put (require 'ox-odt). Then it will always
> be available. Take a look at the other ox-* files, many of them are
> useful enough to always load by default.
Thanks that worked fine!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 9:40 ` Xebar Saram
@ 2016-04-08 18:06 ` Eduardo Mercovich
0 siblings, 0 replies; 11+ messages in thread
From: Eduardo Mercovich @ 2016-04-08 18:06 UTC (permalink / raw)
To: Xebar Saram; +Cc: Eric Abrahamsen, org mode
+1 even if I personally don't use it.
For many people is the bridge to work with others.
Best...
Xebar Saram <zeltakc@gmail.com> writes:
> +1 as well :)
>
> Z
>
> On Fri, Apr 8, 2016 at 12:38 PM, Eric Abrahamsen
> <eric@ericabrahamsen.net> wrote:
>
> Christian Moe <mail@christianmoe.com> writes:
>
> > This question pops up fairly often. I suggest that ODT should be
> > provided out of the box. It is clearly in demand. It meets the
> needs of
> > a whole segment of users that need to work with office software.
> Sure,
> > nothing prevents them from using it by adding a brief line to
> their init
> > file. But why not advertise it? It's a major feature and it
> works well.
>
> FWIW, I also think this would be a good thing to load by default.
>
>
>
--
eduardo mercovich
Donde se cruzan tus talentos
con las necesidades del mundo,
ahí está tu vocación.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-08 9:38 ` Eric Abrahamsen
2016-04-08 9:40 ` Xebar Saram
@ 2016-04-10 8:23 ` Nicolas Goaziou
2016-04-10 9:45 ` Eric Abrahamsen
2016-04-13 2:18 ` Eduardo Mercovich
1 sibling, 2 replies; 11+ messages in thread
From: Nicolas Goaziou @ 2016-04-10 8:23 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: emacs-orgmode
Hello,
Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>> This question pops up fairly often. I suggest that ODT should be
>> provided out of the box. It is clearly in demand. It meets the needs of
>> a whole segment of users that need to work with office software. Sure,
>> nothing prevents them from using it by adding a brief line to their init
>> file. But why not advertise it? It's a major feature and it works well.
>
> FWIW, I also think this would be a good thing to load by default.
Done.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-10 8:23 ` Nicolas Goaziou
@ 2016-04-10 9:45 ` Eric Abrahamsen
2016-04-10 11:29 ` Christian Moe
2016-04-13 2:18 ` Eduardo Mercovich
1 sibling, 1 reply; 11+ messages in thread
From: Eric Abrahamsen @ 2016-04-10 9:45 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>>> This question pops up fairly often. I suggest that ODT should be
>>> provided out of the box. It is clearly in demand. It meets the needs of
>>> a whole segment of users that need to work with office software. Sure,
>>> nothing prevents them from using it by adding a brief line to their init
>>> file. But why not advertise it? It's a major feature and it works well.
>>
>> FWIW, I also think this would be a good thing to load by default.
>
> Done.
Thanks very much, Nicolas!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-10 9:45 ` Eric Abrahamsen
@ 2016-04-10 11:29 ` Christian Moe
0 siblings, 0 replies; 11+ messages in thread
From: Christian Moe @ 2016-04-10 11:29 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: emacs-orgmode
>>> FWIW, I also think this would be a good thing to load by default.
>>
>> Done.
>
> Thanks very much, Nicolas!
+1!
Yours,
Christian
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: export to odt is not per default in the export menu
2016-04-10 8:23 ` Nicolas Goaziou
2016-04-10 9:45 ` Eric Abrahamsen
@ 2016-04-13 2:18 ` Eduardo Mercovich
1 sibling, 0 replies; 11+ messages in thread
From: Eduardo Mercovich @ 2016-04-13 2:18 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Eric Abrahamsen, emacs-orgmode
Hi.
>>> [...] I suggest that ODT should be provided out of the box. It is
>>> clearly in demand. It meets the needs of a whole segment of users
>>> that need to work with office software. Sure, nothing prevents them
>>> from using it by adding a brief line to their init file. But why not
>>> advertise it? It's a major feature and it works well.
>> FWIW, I also think this would be a good thing to load by default.
> Done.
Thanks Nicolas! :)
--
eduardo mercovich
Donde se cruzan tus talentos
con las necesidades del mundo,
ahí está tu vocación.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-04-13 2:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 8:14 export to odt is not per default in the export menu Uwe Brauer
2016-04-08 8:19 ` Eric Abrahamsen
2016-04-08 9:07 ` Christian Moe
2016-04-08 9:38 ` Eric Abrahamsen
2016-04-08 9:40 ` Xebar Saram
2016-04-08 18:06 ` Eduardo Mercovich
2016-04-10 8:23 ` Nicolas Goaziou
2016-04-10 9:45 ` Eric Abrahamsen
2016-04-10 11:29 ` Christian Moe
2016-04-13 2:18 ` Eduardo Mercovich
2016-04-08 10:08 ` Uwe Brauer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).