emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex Preview Fragment is not working on org 9.0.3 from elpa
@ 2017-01-18 19:02 Young-whan
  2017-01-18 20:56 ` Charles C. Berry
  0 siblings, 1 reply; 5+ messages in thread
From: Young-whan @ 2017-01-18 19:02 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 778 bytes --]

I've installed the emacs-app via port, and there was no problem with Latex
Preview Fragment in a buffer at all.

Now, using the M-x package-list-packages, I've installed the latest org
9.0.3, then the latex preview is not working at all.

It comes with following error:

org-create-formula--latex-header: Symbol’s function definition is void:
org-export-get-backendError during redisplay: (eval (mode-line-mode-name))
signaled (void-function mode-line-mode-name)

The version I'm working on is like this:

Org mode version 9.0.3 (9.0.3-elpa @
/Users/ysong/.emacs.d/elpa/org-20161224/)

GNU Emacs 25.1.1 (x86_64-apple-darwin16.5.0, NS appkit-1504.82 Version
10.12.4 (Build 16E138)) of 2017-01-09

Is this known bug or is there something I need to do more?

[-- Attachment #2: Type: text/html, Size: 971 bytes --]

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

* Re: Latex Preview Fragment is not working on org 9.0.3 from elpa
  2017-01-18 19:02 Latex Preview Fragment is not working on org 9.0.3 from elpa Young-whan
@ 2017-01-18 20:56 ` Charles C. Berry
  2017-01-20 18:58   ` Young-whan
  0 siblings, 1 reply; 5+ messages in thread
From: Charles C. Berry @ 2017-01-18 20:56 UTC (permalink / raw)
  To: Young-whan; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

On Wed, 18 Jan 2017, Young-whan wrote:

> I've installed the emacs-app via port, and there was no problem with Latex
> Preview Fragment in a buffer at all.
>
> Now, using the M-x package-list-packages, I've installed the latest org
> 9.0.3, then the latex preview is not working at all.
>
> It comes with following error:
>
> org-create-formula--latex-header: Symbol’s function definition is void:
> org-export-get-backendError during redisplay: (eval (mode-line-mode-name))
> signaled (void-function mode-line-mode-name)

That is because `org-export-get-backend' is not loaded (nor autoloaded).

You can type C-c C-e q to force loading of the org-export-* functions. Or 
put (require 'ox) in your init file.

I don't see why `org-export-get-backend' is lacking an autoload directive.

Bug??

Chuck

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

* Re: Latex Preview Fragment is not working on org 9.0.3 from elpa
  2017-01-18 20:56 ` Charles C. Berry
@ 2017-01-20 18:58   ` Young-whan
  2017-01-21 10:59     ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Young-whan @ 2017-01-20 18:58 UTC (permalink / raw)
  To: Charles C. Berry; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]

Looks like it is a bug? Why it is not loaded automatically while 8.2 has no
issue?

On Wed, Jan 18, 2017 at 12:56 PM, Charles C. Berry <ccberry@ucsd.edu> wrote:

> On Wed, 18 Jan 2017, Young-whan wrote:
>
> I've installed the emacs-app via port, and there was no problem with Latex
>> Preview Fragment in a buffer at all.
>>
>> Now, using the M-x package-list-packages, I've installed the latest org
>> 9.0.3, then the latex preview is not working at all.
>>
>> It comes with following error:
>>
>> org-create-formula--latex-header: Symbol’s function definition is void:
>> org-export-get-backendError during redisplay: (eval (mode-line-mode-name))
>> signaled (void-function mode-line-mode-name)
>>
>
> That is because `org-export-get-backend' is not loaded (nor autoloaded).
>
> You can type C-c C-e q to force loading of the org-export-* functions. Or
> put (require 'ox) in your init file.
>
> I don't see why `org-export-get-backend' is lacking an autoload directive.
>
> Bug??
>
> Chuck
>

[-- Attachment #2: Type: text/html, Size: 1519 bytes --]

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

* Re: Latex Preview Fragment is not working on org 9.0.3 from elpa
  2017-01-20 18:58   ` Young-whan
@ 2017-01-21 10:59     ` Nicolas Goaziou
  2017-01-22 16:21       ` Young-whan
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2017-01-21 10:59 UTC (permalink / raw)
  To: Young-whan; +Cc: emacs-orgmode, Charles C. Berry

Hello,

Young-whan <youngsong15@gmail.com> writes:

> Looks like it is a bug? Why it is not loaded automatically while 8.2 has no
> issue?

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

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

* Re: Latex Preview Fragment is not working on org 9.0.3 from elpa
  2017-01-21 10:59     ` Nicolas Goaziou
@ 2017-01-22 16:21       ` Young-whan
  0 siblings, 0 replies; 5+ messages in thread
From: Young-whan @ 2017-01-22 16:21 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode, Charles C. Berry

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

Thank you,

and, could you let me know what version would be gotten this fix, please?

On Sat, Jan 21, 2017 at 2:59 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Young-whan <youngsong15@gmail.com> writes:
>
> > Looks like it is a bug? Why it is not loaded automatically while 8.2 has
> no
> > issue?
>
> Fixed. Thank you.
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 877 bytes --]

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

end of thread, other threads:[~2017-01-22 16:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18 19:02 Latex Preview Fragment is not working on org 9.0.3 from elpa Young-whan
2017-01-18 20:56 ` Charles C. Berry
2017-01-20 18:58   ` Young-whan
2017-01-21 10:59     ` Nicolas Goaziou
2017-01-22 16:21       ` Young-whan

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