-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Org-mode export problems. #6296
Comments
It's quite relevant. Mind including one? |
I have added two photos to compare, in fact I did not have this problems previously. |
I have no idea what's going on there, anyone have any ideas? |
Thanks but can you include the backtrace please. Toggle |
I have added the screenshot of backtrace, this is a big problem for me. I have to export HTML format often, if the title cannot be added, it will be a disaster for me. |
Have you reproduced this? Thanks. |
No I haven't. What is your |
Org-mode 8.3.4 |
I have tried the raw version of emacs, it does not have this problem. |
Well, anyway I can't reproduce it. Sorry. |
Raw Emacs uses an older version of org-mode, so that's not really conclusive. |
I will reinstall to see whether there is a change |
Oops, still have the problems, sometimes it is OK, sometimes NOT... |
I am also getting these errors from time to time. Previously I had success with removing ox-reveal (that was before i started running the develop branch and was ) Now ox-reveal is in the org layer and I have it disabled System Info 💻
(cfengine php emacs-lisp git github markdown
(auto-completion :variables auto-completion-enable-help-tooltip t auto-completion-enable-snippets-in-popup t)
(org :variables org-enable-org-journal-support t org-enable-reveal-js-support nil)
deft html spell-checking syntax-checking) Org-mode 8.3.5 |
I have had this problem on my machine since a few weeks ago. Minimal example
BacktraceHere's the backtrace I got by running the above procedure.
Some clueWhen I change the title to a date-time like this (test2.txt):
Then the problem won't occur. The differenceWhen I change the file content to (text3.txt)
and run So the difference between test1.txt and test2.txt is probably the difference between "timestamp" and just a string. System Info 💻
(nginx csv bibtex
(auto-completion :variables auto-completion-enable-sort-by-usage t auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip t auto-completion-private-snippets-directory "~/.emacs.d.bak/snippets/")
better-defaults ipython-notebook emacs-lisp markdown
(org :variables org-enable-github-support t)
osx spell-checking syntax-checking
(ruby :variables ruby-enable-enh-ruby-mode t ruby-version-manager 'rbenv ruby-test-runner 'rspec)
python javascript latex yaml php gtags ess version-control git html clojure extra-langs dash docker my-keybindings my-config-from-spacemacs-base realgud)
|
Descriptionorg-exporter won't open an HTML buffer. Reproduction guideI have an org-file with header
I hit the key sequence Observed behaviour: Expected behaviour: System Info 💻
(ivy better-defaults
(auto-completion :variables auto-completion-tab-key-behavior 'cycle auto-completion-space-key-behavior 'reject auto-completion-return-key-behavior 'reject auto-completion-enable-help-tooltip t auto-completion-enable-snippets-in-popup t auto-completion-enable-sort-by-usage t auto-completion-complete-with-key-sequence "jk" auto-completion-complete-with-key-sequence-delay 0.1)
(shell :variables shell-default-shell 'term shell-default-term-shell "/usr/bin/zsh" shell-default-height 40 shell-default-position 'bottom)
emacs-lisp javascript clojure latex git github restclient syntax-checking markdown deft org themes-megapack typography)
Backtrace
|
This issue seems to be related to incompatibilities between builtin org-mode (8.x) and Spacemacs org-mode (9.x). Deleting all compiled org-mode files in the elpa directory fixes it for me: for dir in "$HOME/.emacs.d/elpa/org-"*/; find $dir -name "*.elc" -delete Interestingly, deleting the entire elpa directory doesn't work. |
|
Thanks @mnick, your suggestion worked for me. I had tried updating everything and deleting the entire elpa directory without any luck; now it's all performing well! |
@mnick That works :) Which means org-* package are installed with precompiled files? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
When I add
#+TITLE: this is a title
in the beginning of my org file, then I hit
C-c C-e
to export to other format like (html, twbs), I have the following problems:When I remove
#+TITLE: this is a title
, everything is fine. Shown as:By the way, this is not stricter to
#+TITLE
, some with#+
will cause the problems, some will not.Reproduction guide
#+TITLE: this is a title
Observed behaviour:
HTML can not be exported if #+title is added
Expected behaviour:
+ TITLE: title should not influence export results
System Info
(auto-completion better-defaults emacs-lisp org)
Backtrace
The text was updated successfully, but these errors were encountered: