Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export error when add #+TITLE #171

Closed
ic4907 opened this issue Nov 20, 2015 · 17 comments
Closed

export error when add #+TITLE #171

ic4907 opened this issue Nov 20, 2015 · 17 comments

Comments

@ic4907
Copy link

ic4907 commented Nov 20, 2015

hi, when i C-c-e RR, i get an error like this, and i find the reason is set the #+TITLE: test, like picture2, is anyone know what it is?
image

image

@vejeta
Copy link

vejeta commented Nov 25, 2015

It happens to me also, with the latest version, latest commit from (Tue Nov 3) and Org-Mode 8.3.2

@Balooga
Copy link

Balooga commented Nov 26, 2015

I can confirm this as well.

On Wednesday, November 25, 2015, Juan Méndez notifications@github.com
wrote:

It happens to me also, with the latest version, latest commit from (Tue
Nov 3) and Org-Mode 8.3.2


Reply to this email directly or view it on GitHub
#171 (comment).

@yjwen
Copy link
Owner

yjwen commented Dec 14, 2015

There have been several issues reporting the same thing. The error should be on org-mode side. But what is strange is that I cannot reproduce the error.

I am also using org-mode 8.3.2. So, @shaliR @vejeta and @Balooga , could you please provide a minimal sample org file that can reproduce the error?

@Balooga
Copy link

Balooga commented Dec 14, 2015

I'm also using 8.3.2 -

Org-mode version 8.3.2 (8.3.2-39-gd537a3-elpa @ .emacs.d/elpa/org-20151214/)

From the following;

#+AUTHOR: An Author
#+TITLE: Git Overview

* Introduction
- The latest version of these slides are available in Git at this location - TBD

Emacs returns the following error

apply: Wrong type argument: listp, #("Git Overview" 0 12 (:parent (#0)))

@vejeta
Copy link

vejeta commented Dec 15, 2015

@yjwen: Same org-version that the one @Balooga provides.

Just adding the #+TITLE: line produces the error.

@yjwen
Copy link
Owner

yjwen commented Dec 16, 2015

I didn't reproduce the error even with org-20151214. So I am wondering whether it is due to some configuration?

Can you please try with a minimum.emacs that load org and ox-reveal only?

@yveszoundi
Copy link

I was also having similar issues with the latest org and org-reveal packages from MELPA.

I managed to work around it with few lines at the end of my .emacs:

(require 'org)
(let ((current-prefix-arg 1))
  (call-interactively 'org-reload))

@vejeta
Copy link

vejeta commented Jan 2, 2016

Org-mode version 8.3.2 (8.3.2-51-g713fe8-elpa) and latest commit (017c676) from org-reveal seems to have that issue fixed.

@aaron-em
Copy link

Org 8.3.4 (ELPA 20160222) has the bug, but the workaround @yveszoundi posted solves it. Thanks!

@limist
Copy link

limist commented Mar 9, 2016

I'm seeing this error with Emacs 24.5, Org 8.3.4 and the current/latest org-reveal code (from github). Unfotrunately the workaround from @yveszoundi doesn't work for me. Any idea how to fix this please?

@aaron-em
Copy link

aaron-em commented Mar 9, 2016

What happens after you C-u M-x org-reload?

@limist
Copy link

limist commented Mar 9, 2016

@aaron-em Thanks for the suggestion; I tried it, no visible effect. The *Messages* buffer shows,

apply: Wrong type argument: listp, #("Foo Title" 0 6 (:parent (#0)))

@limist
Copy link

limist commented Mar 10, 2016

@yjwen Any suggestions on how to debug this please? Thanks in advance for any help!

@aaron-em
Copy link

aaron-em commented Mar 10, 2016 via email

@yjwen
Copy link
Owner

yjwen commented Apr 19, 2016

As #148 has suggested, Re-install Org-mode should work.

@yjwen yjwen closed this as completed Apr 19, 2016
@rzr
Copy link
Contributor

rzr commented Jun 28, 2016

hum I am unsure it is that fixed , not on debian jessie with MELPA packages at least

@aaron-em
Copy link

@rzr Try starting with -q, then uninstalling Org via the package-list-packages interface, then restarting with -q and reinstalling Org.

The impression I have is that, when you already have Org loaded, the new version doesn't compile correctly. In any case, when C-u M-x org-reload eventually stopped solving the problem, I found the above incantation somewhere, shrugged, and mumbled it, and it appears to have resolved the issue for good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants