-
Notifications
You must be signed in to change notification settings - Fork 247
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
Comments
It happens to me also, with the latest version, latest commit from (Tue Nov 3) and Org-Mode 8.3.2 |
I can confirm this as well. On Wednesday, November 25, 2015, Juan Méndez notifications@github.com
|
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? |
I'm also using 8.3.2 -
From the following;
Emacs returns the following error
|
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? |
I was also having similar issues with the latest I managed to work around it with few lines at the end of my (require 'org)
(let ((current-prefix-arg 1))
(call-interactively 'org-reload)) |
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. |
Org 8.3.4 (ELPA 20160222) has the bug, but the workaround @yveszoundi posted solves it. Thanks! |
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? |
What happens after you |
@aaron-em Thanks for the suggestion; I tried it, no visible effect. The
|
@yjwen Any suggestions on how to debug this please? Thanks in advance for any help! |
It's an org bug, not an org-reveal bug. You may do better to check the org mode mailing list archive; it's probably been discussed there, and if not you can always ask about it.
|
As #148 has suggested, Re-install Org-mode should work. |
hum I am unsure it is that fixed , not on debian jessie with MELPA packages at least |
@rzr Try starting with The impression I have is that, when you already have Org loaded, the new version doesn't compile correctly. In any case, when |
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?The text was updated successfully, but these errors were encountered: