It worked like Achim suggested:
Remove the ELPA package, then install it again _in the same session_ of Emacs.
I removed org through Options - Manage Emacs Packages
and reinstalled it right away in the same manner
and all this in the same session of Emacs.
Now I can export from .org to .tex with
Hi:
Still struggling with update.
After adding this to .emacs:
_
(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/";)
("marmalade" . "http://marmalade-repo.org/packages/";)
("melpa" . "http://melpa.milkbox.net/packag
Hi:
Still struggling with update.
After adding this to .emacs:
_
(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/";)
("marmalade" . "http://marmalade-repo.org/packages/";)
("melpa" . "http://melpa.milkb
After installing the latest update of org-mode (8.1) through Options - Manage
Emacs Packages,
I am able to install.
Then if I do: M-x org-version, I get:
Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @
/Users/admin/.emacs.d/elpa/org-20130906/)
So, even though I have now elpa/org-20130906/
:
>> ;; change path to point to your org/lisp directory
>> (add-to-list 'load-path "~/.elisp/org.git/lisp/")
>>
>> (setq org-export-allow-bind-keywords t)
>>
>> (defun mapcdi-org-latex-headline-function (todo todo-type priority text tags)
>&g