emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)]
@ 2016-11-05 12:39 Klarre N
  2016-11-05 16:49 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Klarre N @ 2016-11-05 12:39 UTC (permalink / raw)
  To: emacs-orgmode

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

Hi,
if the document has a "#+TITLE" (maybe other #+COMMANDS also) export (at
least LaTeX - PDF and HTML) will fail with this error (since 9.0):

Wrong type argument: listp, #("Title" 0 5 (:parent (#0)).

ECM:
#+TITLE: Title
* Export Error

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

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

* Re: Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)]
  2016-11-05 12:39 Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)] Klarre N
@ 2016-11-05 16:49 ` Nicolas Goaziou
  2016-11-05 20:10   ` Klarre N
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2016-11-05 16:49 UTC (permalink / raw)
  To: Klarre N; +Cc: emacs-orgmode

Hello,

Klarre N <klarre@gmail.com> writes:

> if the document has a "#+TITLE" (maybe other #+COMMANDS also) export (at
> least LaTeX - PDF and HTML) will fail with this error (since 9.0):
>
> Wrong type argument: listp, #("Title" 0 5 (:parent (#0)).

I think you have a mixed installation. You could make sure that all
libraries from Org 9.0 are properly loaded.

Regards,

-- 
Nicolas Goaziou

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

* Re: Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)]
  2016-11-05 16:49 ` Nicolas Goaziou
@ 2016-11-05 20:10   ` Klarre N
  2016-11-05 23:01     ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Klarre N @ 2016-11-05 20:10 UTC (permalink / raw)
  To: mail, emacs-orgmode

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

Hi again and thanks for everything you do!

How do I load those beside what I all ready have in my minimal init file?

(package-initialize)
;; add latest org-mode to load path
(add-to-list 'load-path (expand-file-name "/elpa/org-20161102"))
(provide 'init)
;;; init.el ends here

The manual also has this line:
(add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp"
t))

But I do not have that directory in my elpa directory?
This error never occurred before during all org updates through the built
in package manager.

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

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

* Re: Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)]
  2016-11-05 20:10   ` Klarre N
@ 2016-11-05 23:01     ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2016-11-05 23:01 UTC (permalink / raw)
  To: Klarre N; +Cc: emacs-orgmode

Klarre N <klarre@gmail.com> writes:

> How do I load those beside what I all ready have in my minimal init
> file?

I do not remember the details, but this error was reported a couple of
times already on this ML. I think a solution involves cleaning any
lingering Org directory in ELPA and install it again. You may want to
search the ML for more details.

> The manual also has this line:
> (add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp"
> t))
>
> But I do not have that directory in my elpa directory?

Org provides two packages. "org" and "org-plus-contrib". Only the latter
provides the directory above.

Regards,

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

* Re: Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)]
@ 2016-11-06 22:38 Klarre N
  0 siblings, 0 replies; 5+ messages in thread
From: Klarre N @ 2016-11-06 22:38 UTC (permalink / raw)
  To: mail, emacs-orgmode

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

Thanks!
Did not find it in this ML but seems to be a common problem when updating,
wonder what causes it:
https://github.com/yjwen/org-reveal/issues/132
https://github.com/yjwen/org-reveal/issues/135
https://github.com/yjwen/org-reveal/issues/146
https://github.com/yjwen/org-reveal/issues/148

Anyway they linked to this solution that worked:
https://emacs.stackexchange.com/questions/14763/exporting-org-file-breaks-when-upgrading-to-orgmode-8-3/16616#16616

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

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

end of thread, other threads:[~2016-11-06 22:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05 12:39 Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)] Klarre N
2016-11-05 16:49 ` Nicolas Goaziou
2016-11-05 20:10   ` Klarre N
2016-11-05 23:01     ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2016-11-06 22:38 Klarre N

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