emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problems with exporting in org-mode 9.1.6
@ 2018-02-11 16:35 Rainer Thiel
  2018-02-11 16:54 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Rainer Thiel @ 2018-02-11 16:35 UTC (permalink / raw)
  To: [Orgmode]

I am getting the error message «Wrong type argument: listp, #("This is
the Title" 0 17 (:parent (#0)))» (or similar) whenever I try to export
a file with header options to any format (html, txt, pdf via LaTeX,
...), if the file has a header.  Minimal example:

-->
#+TITLE: This is the Title

org-mode 9.1.6 does not seem to handle the headers properly.  When there
is a header, exporting fails with the message:  «Wrong type argument:
listp, #("This is the Title" 0 17 (:parent (#0)))».  There was no such
problem with previous recent org-mode versions.
<--

Exporting runs through correctly when I remove the line «#+TITLE: This
is the Title».

Any ideas there?

Thanks in advance

Rainer
-- 
Prof. Dr. Rainer Thiel
Institut für Altertumswissenschaften
07737 Jena, Germany (EU)
r.thiel@uni-jena.de

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

* Re: Problems with exporting in org-mode 9.1.6
  2018-02-11 16:35 Rainer Thiel
@ 2018-02-11 16:54 ` Nicolas Goaziou
  2018-02-13 12:48   ` Nathanael Schweers
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2018-02-11 16:54 UTC (permalink / raw)
  To: Rainer Thiel; +Cc: [Orgmode]

Hello,

Rainer Thiel <r.thiel@uni-jena.de> writes:

> I am getting the error message «Wrong type argument: listp, #("This is
> the Title" 0 17 (:parent (#0)))» (or similar) whenever I try to export
> a file with header options to any format (html, txt, pdf via LaTeX,
> ...), if the file has a header.  Minimal example:
>
> -->
>
> #+TITLE: This is the Title
>
> org-mode 9.1.6 does not seem to handle the headers properly.  When there
> is a header, exporting fails with the message:  «Wrong type argument:
> listp, #("This is the Title" 0 17 (:parent (#0)))».  There was no such
> problem with previous recent org-mode versions.
> <--

This is a common issue, though I'm not sure about where it comes from.
In any case, you should check your configuration: it could be a mixed
installation or a hiccup from some extraneous package.

Regards,

-- 
Nicolas Goaziou

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

* Re: Problems with exporting in org-mode 9.1.6
@ 2018-02-12 18:25 Daniel Hornung
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Hornung @ 2018-02-12 18:25 UTC (permalink / raw)
  To: Org-mode

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

Nicolas Goaziou wrote:
> Rainer Thiel <address@hidden> writes:
> > exporting fails with the message:  «Wrong type argument:
> > listp, #("This is the Title" 0 17 (:parent (#0)))».  There was no such
> > problem with previous recent org-mode versions.
> 
> This is a common issue, though I'm not sure about where it comes from.
> In any case, you should check your configuration: it could be a mixed
> installation or a hiccup from some extraneous package.

Hi,

I am experiencing the same problem, with org-mode 20180212 via ELPA.  I 
already tried removing the ELPA package and reinstalling, but the problem 
remains.  Any idea what exactly I could look for?

Cheers,
Daniel

-- 
Max-Planck-Institute for Dynamics and Self-Organization
Research Group Biomedical Physics

Am Fassberg 17
D-37077 Goettingen
(+49) 551 39 63687

You can obtain my public key 0xF197B128 from all key servers, e.g. pgp.mit.edu
Fingerprint: 9698 BDD4 71CC 1274 B7E2  2049 1EDD 012D F197 B128

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: Problems with exporting in org-mode 9.1.6
  2018-02-11 16:54 ` Nicolas Goaziou
@ 2018-02-13 12:48   ` Nathanael Schweers
  0 siblings, 0 replies; 4+ messages in thread
From: Nathanael Schweers @ 2018-02-13 12:48 UTC (permalink / raw)
  To: emacs-orgmode

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Rainer Thiel <r.thiel@uni-jena.de> writes:
>
>> I am getting the error message «Wrong type argument: listp, #("This is
>> the Title" 0 17 (:parent (#0)))» (or similar) whenever I try to export
>> a file with header options to any format (html, txt, pdf via LaTeX,
>> ...), if the file has a header.  Minimal example:
>>
>> -->
>>
>> #+TITLE: This is the Title
>>
>> org-mode 9.1.6 does not seem to handle the headers properly.  When there
>> is a header, exporting fails with the message:  «Wrong type argument:
>> listp, #("This is the Title" 0 17 (:parent (#0)))».  There was no such
>> problem with previous recent org-mode versions.
>> <--
>
> This is a common issue, though I'm not sure about where it comes from.
> In any case, you should check your configuration: it could be a mixed
> installation or a hiccup from some extraneous package.

This problem seems to occur whenever org is installed in two versions.
For me this is the version built into Emacs, and org-plus-contrib from
orgmode.org/elpa/.  This also causes a problem when starting without an
elpa directory in ~/.emacs.d/ about org-define-error (I may be wrong,
this is from memory).

My current workaround is to remove all compiled elisp files from the org
mode installation, for instance with the following command:

rm -f ~/.emacs.d/elpa/org-plus-contrib-20180205/*.elc

Is there a better way?  Its been this way for me for some time now and
it really is annoying.

Regards,
Nathan

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

end of thread, other threads:[~2018-02-13 13:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 18:25 Problems with exporting in org-mode 9.1.6 Daniel Hornung
  -- strict thread matches above, loose matches on Subject: below --
2018-02-11 16:35 Rainer Thiel
2018-02-11 16:54 ` Nicolas Goaziou
2018-02-13 12:48   ` Nathanael Schweers

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