Re: [O] Installing update org in GNU Emacs in OS X

2013-09-08 Thread mapcdi
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

Re: [O] Installing update org in GNU Emacs in OS X

2013-09-08 Thread mapcdi
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

Re: [O] Installing update org in GNU Emacs in OS X

2013-09-08 Thread mapcdi
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

[O] Installing update org in GNU Emacs in OS X

2013-09-08 Thread mapcdi
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/

Re: [O] fold paragraphs, export only contents of a node, hiding the 'node heading text'

2013-09-03 Thread mapcdi
: >> ;; 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