emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Leonard Avery Randall <leonard.a.randall@gmail.com>
To: Serge Cohen <serge.cohen@synchrotron-soleil.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: LaTeX export and org-add-link-type
Date: Mon, 21 Jul 2014 15:19:31 +0100	[thread overview]
Message-ID: <m04mya3gtr.fsf@gmail.com> (raw)
In-Reply-To: <31BC1F66-F059-4BD6-8AFA-B9992166CB05@synchrotron-soleil.fr>

Hi Serge,

Serge Cohen writes:


> Is this normal, if so is there another way to obtain the same results
> as what is proposed in the documentation ?

The behaviour you are explaining is not normal.  The setup you described
should work.

> To complete the post : I am using Aquamacs (MacOSX gui-version), based
> on GNU emacs 23.4.1 The included version of org.el is Version: 6.33x

Herein lies your problem.  6.33 is a very old version of org. I tested
the old Aquamacs 2.5 with org 6.33 and it does not work.  You should
update your org version and probably your emacs as well.  I tested your
code on the newer Aquamacs 3.0 release and it works.  If you like the
Aquamacs key commands then 3.0 is a reasonable bet. It comes with org
7.9.3. Other good distros for OSX can be acquired through macports,
homebrew, or emacsforosx.  All of these are fairly integrated into the
osx environment (the homebrew distro comes with a few config options so
you may want to look to see which one is best for you).

Regarding org mode version, I would recommend the most recent version
which is available through melpa.  If you have a lot of stuff in your
org configuration file, updating to org version 8.x requires a bit of
work, but the new backend should be stable, so you want have to fiddle
too much with your init file in the future.

Once you upgrade to emacs 24, adding new packages is fairly easy through
package.el. Just add this snippet to your init file.

(when (>= emacs-major-version 24)
  (require 'package)
  (package-initialize)
  (add-to-list 'package-archives 
  '("melpa" . "http://melpa.milkbox.net/packages/") t))

Then to upgrade to the latest version of org-mode just press `M-x package
install RET org-plus-contrib RET'. 

Hope this helps.

All best,
Leonard

-- 
Leonard A. Randall
PhD Candidate
Departments of Philosophy
University of St Andrews

  reply	other threads:[~2014-07-21 14:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-21 13:28 LaTeX export and org-add-link-type Serge Cohen
2014-07-21 14:19 ` Leonard Avery Randall [this message]
2014-07-29 14:38   ` Fabrice Niessen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m04mya3gtr.fsf@gmail.com \
    --to=leonard.a.randall@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=serge.cohen@synchrotron-soleil.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).