From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonard Avery Randall Subject: Re: LaTeX export and org-add-link-type Date: Mon, 21 Jul 2014 15:19:31 +0100 Message-ID: References: <31BC1F66-F059-4BD6-8AFA-B9992166CB05@synchrotron-soleil.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Ewt-0001nv-TA for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 10:52:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9Ewl-0004lD-8S for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 10:52:19 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:59335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Ewl-0004kw-1f for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 10:52:11 -0400 Received: by mail-we0-f175.google.com with SMTP id t60so7664201wes.20 for ; Mon, 21 Jul 2014 07:52:07 -0700 (PDT) In-reply-to: <31BC1F66-F059-4BD6-8AFA-B9992166CB05@synchrotron-soleil.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Serge Cohen Cc: emacs-orgmode@gnu.org 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