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 export fails with #+Title and #+Author #3246
Comments
|
Thank you for the report, please when you report a bug like this, _ALWAYS_ include output of |
|
Sorry, done now. System Info
(auto-completion emacs-lisp git markdown latex org osx
(shell :variables shell-default-height 30 shell-default-position 'bottom)
spell-checking syntax-checking version-control) |
|
did you test this in |
|
Here is my System Info
((auto-completion :variables auto-completion-return-key-behavior 'complete auto-completion-tab-key-behavior 'cycle auto-completion-complete-with-key-sequence nil auto-completion-enable-help-tooltip t auto-completion-enable-sort-by-usage t auto-completion-show-snippets-in-popup t)
better-defaults emacs-lisp
(git :variables git-magit-status-fullscreen t)
github gnus version-control markdown syntax-checking
(latex :variables latex-enable-auto-fill t)
(colors :variables colors-enable-rainbow-identifiers t colors-enable-nyan-cat-progress-bar t)
dockerfile ansible puppet evil-commentary
(evil-snipe :variables evil-snipe-enable-alternate-f-and-t-behaviors t)
fasd finance floobits xkcd autohotkey
(c-c++ :variables c-c++-enable-clang-support t)
(clojure :variables clojure-enable-fancify-symbols t)
extra-langs go
(haskell :variables haskell-enable-ghci-ng-support t haskell-enable-shm-support t haskell-enable-hindent-style "andrew-gibiansky")
html java javascript
(python :variables python-enable-yapf-format-on-save t)
racket
(ruby :variables ruby-version-manager `rvm)
ruby-on-rails rust scala shell-scripts restclient themes-megapack tmux vim-empty-lines spotify pandoc vagrant
(ibuffer :variables ibuffer-group-buffers-by 'projects)
semantic deft
(shell :variables shell-default-shell 'eshell shell-default-position 'bottom shell-default-height 30 shell-default-term-shell "/bin/zsh")
typescript
(eyebrowse :variables eyebrowse-display-help t)
(perspectives :variables perspective-display-help t)
erc chrome d extra-langs smex emoji gtags prodigy evernote
(org :variables org-enable-github-support t)
search-engine evil-little-word yaml sql nim ipython-notebook lua scheme purescript sml common-lisp ranger wakatime dash spell-checking jabber deft cscope vinegar unimpaired rcirc games react) |
|
Here is my testing file Here is the associated generated TeX: % Created 2015-10-03 Sat 04:21
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\author{Robert O'Connor}
\date{\today}
\title{Testing 123}
\hypersetup{
pdfauthor={Robert O'Connor},
pdftitle={Testing 123},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 24.4.1 (Org mode 8.3.2)},
pdflang={English}}
\begin{document}
\maketitle
\tableofcontents
\section{Hi}
\label{sec:orgheadline2}
\subsection{Hey}
\label{sec:orgheadline1}
\end{document} |
|
I suspect this is a case of not having the proper executables on your system...if I am wrong, I'll accept that but I'm not sure I am in this case... |
|
Switched to develop: System Info
(auto-completion emacs-lisp git markdown latex org osx
(shell :variables shell-default-height 30 shell-default-position 'bottom)
spell-checking syntax-checking version-control)Works now, I had tried it before but this time also trashed my elpa directory. Thanks |
|
I'd love to know what the issue is... |
|
I just looked, there are literally no commits in |
|
If he also upgraded the packages when he switched to develop, that's probably what solved it. |
|
That could do it...whatever packages he was using, must have been ancient...whatever...it works... |
|
I have no idea what it was but it could not have been a package upgrade. I deleted the entire .emacs.d folder for both the 0.104 install and the 0.105 install and cloned the repo again. I tried to update from 0.104 to 0.105 in place and this did not resolve the issue. Then I posted this issue and after robbyoconnor's comment I tried again this time wiping the folder and resyncing. I just looked through the entire changelist and there is nothing that looks like it explains while this works. But also looking at #2856 it seems like the issue can disappear and re-appear by itself. |
|
In the future before you wipe your entire install -- try updating packages by clicking the |
|
Sure thing. That would be my normal way of updating but I was getting desperate to get org-export working again... |
|
After installing spacemacs I cannot export orgmode files which start with the TITLE tag. I experienced this issue when I loaded org layer. Sample document that doesn't export to anything, I tried html and utf-8 text. System Info
(emacs-lisp git org scala python) |
|
As per issue #3314 and following @liangwang recommendation I deleted all org-* directories under $HOME/.emacs.d/elpa and restarted Emacs. I was able to export again orgmode files with title tag. |
|
Confirmed that the solution from @jm2dev worked for me. |
|
Worked for me too 😄 |
|
I am getting this error again. Anyone have any idea why this is happening? |
|
Getting this error also. |
|
I have this since yesterday too. I've re-installed all Procedure to reproduceMinimum working example
What I get
My infoSystem Info 💻
(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
(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)
|
|
same errer here, and also i have the similar problem when using |
|
I get the same error. Is there some workaround for this so I can export documents until the bug is fixed? Or will I have to reinstall Emacs? |
Workaround 1Upgrade to the latest version, and try commenting out org-mode settings in your personal .emacs.d . Workaround 2If above doesn't work,
You should be able to use the older version of org-mode until you use the upgrading feature of spacemacs. |
|
@diadochos Thanks! I removed all folders under |
|
I am using emacs, not spacemacs, but maybe this will be useful to some of you. This problem appeared for me immediately upon installing |
|
I am not sure why this issue is closed. I can reproduce it with the current develop HEAD and all recent packages, no user configuration, all executables that need to be present, etc. Deleting My reproduction instructions:
System Info 💻
(helm emacs-lisp neotree)
|
|
Me too. Seems to have broken recently. Completely removed elpa, reloaded. Getting org from https://orgmode.org/packages. |
|
I am also getting the same issue with #+AUTHOR and then #+TITLE after removing the #+AUTHOR entry. Fresh .emacs.d/elpa as well. Definitely would like to know why this happened and how to fix. Current version being pulled is: release_9.1.7-18-g2f587d |
|
Same issue 😿 The solution of @jm2dev works tho. System Info 💻
(html ivy auto-completion better-defaults emacs-lisp git markdown mu4e org finance syntax-checking version-control)
|
|
Oddly I have it here only when I use #+TITLE: but if I use #+TITLE (without the colon) it works and I also get the correct title displayed. All my other #+BLAH: lines have colons, just not TITLE. And the syntax coloring for my .org buffer is showing the error color on my #+TITLE: line but when I remove the trailing colon the color switches to non-error. And all the other #+BLAH: lines (with colon) are showing with the correct non-error color. I can live without the trailing colon but it is mystifying. Running emacs 25.3-r4:25 under Gentoo Linux. |
|
As far as I can see the problem lies somewhere in org-plus-contribs. I recently installed org-plus-contrib-20180611 on GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11), and immediately encountered the problems described with exporting #+TITLE: #+DATE: and #+AUTHOR:. If I remove this directory, then export works as normal again. The workaround with removing the colons does not work for me. |
|
I have updated my emacs libraries and remove unnecessary with M-x package-autoremove. After this restart emacs, and the export works fine. |
|
solution from @jm2dev worked for me too. |
|
I got this problem when I upgraded my Org package from the default version. I fixed the problem without deleting any org folders and just by reloading uncompiled org. System Config: Temporary Solution:
Permanent Solution
|
|
This worked for me. |

After updating to the latest Spacemacs org export started failing for any Latex export with a #+TITLE or #+AUTHOR field.
I did a fresh clone and install of Spacemacs 0.104.2 but this did not help. The error message is:
It seems somewhat related to #3121 but did not resolve with the reinstall as for the original poster.
The text was updated successfully, but these errors were encountered: