On Wed, Mar 13, 2013 at 12:52:49AM -0400, JBash wrote: > On Tue, Mar 12, 2013 at 10:48 AM, Suvayu Ali > <fatkasuvayu+li...@gmail.com>wrote: > > > > 1. How do you check your org-version, M-x org-version RET? > > > > > Yes. I just updated org. I'm now at: > Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853 @ > /user/share/emacs/site-lisp/org)
Are you "overwriting" the org files that come with your distribution of emacs? If you are, I think that is asking for trouble. I would recommend to install to a separate directory, maybe somewhere in your home if you are the only user or somewhere in /opt/ if you want it to be available to other users. > > 2. Is the previously attached result with a minimal org setup? If not, > > you should try that. > > I stripped my .emacs file to a very simple setip. I've attached it. Your setup looks ok other than my comments above. > > 3. On first thought, you have a mixed installation and somehow the old > > exporter is taking over. I would suggest you go over the mixed > > installation FAQ on Worg: > > > > <http://orgmode.org/worg/org-faq.html#mixed-install> > > > > > Thanks for this link. I had not found it before. As mentioned above, my > M-x org-version looks "Good". > > "M-x list-load-path-shadows" returns "Wrong type argument: stringp, nil" > > Is that to be expected, or am I misunderstanding how to use that function? Something is wrong with your emacs installation. That should not happen. You should get an output like below. /path/to/org-mode/lisp/org-version hides /path/to/emacs/share/emacs/24.3.50/lisp/org/org-version /path/to/org-mode/lisp/ob-screen hides /path/to/emacs/share/emacs/24.3.50/lisp/org/ob-screen /path/to/org-mode/lisp/ob-css hides /path/to/emacs/share/emacs/24.3.50/lisp/org/ob-css ... Hope this helps, -- Suvayu Open source is the future. It sets us free.