Re: [O] Export dispatcher interface change

2014-10-03 Thread Charles Millar

Charles Millar wrote:
In case it helps to track the bug, I reported this to the list a week 
or two ago. See my message of 9/24 and the subsequent messages of how 
M-x org-export-html, etc added to the export dsipatcher


Charlie Millar

My apologies to Brady Trainor and Charles Berry - I neglected to mention 
that they attempted to assist me.


Charlie Millar

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com




Re: [O] Export dispatcher interface change

2014-10-03 Thread Charles Millar
In case it helps to track the bug, I reported this to the list a week or 
two ago. See my message of 9/24 and the subsequent messages of how M-x 
org-export-html, etc added to the export dsipatcher


Charlie Millar

Jacek Generowicz wrote:

Hello,

I am used to the export dispatcher offering sections for export to HTML
[h] and LaTeX [l].

After having upgraded a number of things on my system (including a small
bump of Emacs, but NOT (to my knowledge) org mode), the dispatcher no
longer offers the [h] and [l] options ... until I invoke one of the
commands via M-x. In other words,

 M-x org-html-export-to-html

causes the [h] section to be available in the dispatcher thereafter.

Any ideas what might have caused this change, or what I might do to have
the [h] and [l] dispatcher options be available automatically?

My versions:

   (emacs-version)
   "GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2)
of 2014-09-08 on binet, modified by Debian"
   
   (org-version)

   "8.2"

Thanks.





---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com




Re: [O] Export dispatcher interface change

2014-10-03 Thread Jacek Generowicz

Nicolas Goaziou  writes:

> Only loaded export back-ends appear in the dispatcher. See
>
>   (info "(org) Export back-ends")
>
> You can either customize  `org-export-backends' or simply (require
> 'ox-html) in your config.
>
> However, both latex and html back-ends are expected to be loaded by
> default. Thus, there may be something going on with your installation or
> configuration.

Yes, it looks like something fishy is going on: At startup the value of
`org-export-backends' is

   (ascii html icalendar latex)

but the dispatcher doesn't show them. (require 'ox-html) is enough to
make [h] appear in the dispatcher. (Which is good enough for me for now,
given the time I have available to fix it.)

Thanks for your suggestion.



Re: [O] Export dispatcher interface change

2014-10-03 Thread Nicolas Goaziou
Hello,

Jacek Generowicz  writes:

> I am used to the export dispatcher offering sections for export to HTML
> [h] and LaTeX [l].
>
> After having upgraded a number of things on my system (including a small
> bump of Emacs, but NOT (to my knowledge) org mode), the dispatcher no
> longer offers the [h] and [l] options ... until I invoke one of the
> commands via M-x. In other words,
>
> M-x org-html-export-to-html
>
> causes the [h] section to be available in the dispatcher thereafter.
>
> Any ideas what might have caused this change, or what I might do to have
> the [h] and [l] dispatcher options be available automatically?

Only loaded export back-ends appear in the dispatcher. See

  (info "(org) Export back-ends")

You can either customize  `org-export-backends' or simply (require
'ox-html) in your config.

However, both latex and html back-ends are expected to be loaded by
default. Thus, there may be something going on with your installation or
configuration.


Regards,

-- 
Nicolas Goaziou



[O] Export dispatcher interface change

2014-10-03 Thread Jacek Generowicz
Hello,

I am used to the export dispatcher offering sections for export to HTML
[h] and LaTeX [l].

After having upgraded a number of things on my system (including a small
bump of Emacs, but NOT (to my knowledge) org mode), the dispatcher no
longer offers the [h] and [l] options ... until I invoke one of the
commands via M-x. In other words,

M-x org-html-export-to-html

causes the [h] section to be available in the dispatcher thereafter.

Any ideas what might have caused this change, or what I might do to have
the [h] and [l] dispatcher options be available automatically?

My versions:

  (emacs-version)
  "GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2)
   of 2014-09-08 on binet, modified by Debian"
  
  (org-version)
  "8.2"

Thanks.