emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-texinfo-compile not autoloaded
@ 2017-09-14  0:25 Ernesto Alfonso
  2017-09-15 19:13 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Ernesto Alfonso @ 2017-09-14  0:25 UTC (permalink / raw)
  To: emacs-orgmode


Hi,

My 'org-texinfo-compile command doesn't get autoloaded on my 

GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of
2017-05-11

and I need to manually call: (require 'ox-texinfo)

However, somehow org-texinfo-convert-region-to-texinfo does get
autoloaded.

I notcied this section in my 

.emacs.d/elpa/org-20170502/org-loaddefs.el

file, which suggests both should be loaded.

>(autoload 'org-texinfo-publish-to-texinfo "ox-texinfo" "\
>Publish an org file to Texinfo.
>
>FILENAME is the filename of the Org file to be published.  PLIST
>is the property list for the given project.  PUB-DIR is the
>publishing directory.
>
>Return output file name.
>
>\(fn PLIST FILENAME PUB-DIR)" nil nil)
>
>(autoload 'org-texinfo-convert-region-to-texinfo "ox-texinfo" "\
>Assume the current region has Org syntax, and convert it to Texinfo.
>This can be used in any buffer.  For example, you can write an
>itemized list in Org syntax in an Texinfo buffer and use this
>command to convert it.
>
>\(fn)" t nil)


Is this a bug?

Thanks,

Ernesto

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-texinfo-compile not autoloaded
  2017-09-14  0:25 org-texinfo-compile not autoloaded Ernesto Alfonso
@ 2017-09-15 19:13 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-09-15 19:13 UTC (permalink / raw)
  To: Ernesto Alfonso; +Cc: emacs-orgmode

Hello,

Ernesto Alfonso <erjoalgo@gmail.com> writes:

> My 'org-texinfo-compile command doesn't get autoloaded on my 
>
> GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of
> 2017-05-11

There was some missing autoload cookies in "ox-texinfo.el". I added
them. However, `org-texinfo-compile' is not meant to be autoloaded.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-15 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14  0:25 org-texinfo-compile not autoloaded Ernesto Alfonso
2017-09-15 19:13 ` Nicolas Goaziou

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).