From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Re: Emacs-orgmode Digest, Vol 102, Issue 5 Date: Wed, 06 Aug 2014 09:37:40 +0200 Message-ID: <86ppgehxvf.fsf@somewhere.org> References: <21473.3092.781334.932436@gargle.gargle.HOWL> <87zjfisut6.fsf@alphaville.bos.redhat.com> <87vbq6st8u.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Nick Dokos wrote: > Nick Dokos writes: >> "Salome "S=C3=B6dergran\"" writes: >>>> "Salome "S?dergran\"" wrote: >>>> > I'm looking for a way to make orgmode export quote signs to LaTeX's = \enquote{}. >>>> > On stackoverflow.com (1) I found a solution that uses=20 >>>> > (setq org-export-with-smart-quotes t) >>>> > (add-to-list 'org-export-smart-quotes-alist .....) >>>> > but on my system I find neither the variable org-export-with-smart-q= uotes nor >>>> > org-export-smartcodes-alist. >>>> > >>>> > Am I missing something or has the procedure been changed in the mean= while? >>>>=20 >>>> You don't use Org mode 8, don't you? Well, that'd explain... >>> >>> With M-x org-version I get:=20 >>> Org-mode version 8.2.7b (8.2.7b-2-g798733-elpaplus @ >>> /home/salome/.emacs.d/elpa/org-plus-contrib-20140721/) >>> >>> So the version ought to be ok. What else could be the reason for the mi= ssing variables? >> >> The variable is defined in ox.el. Try >> >> M-x locate-library RET ox RET >> >> and if that shows the right provenance, try > > M-x load-libary RET ox RET I wonder as well if it's not related to the LaTeX babel package *and* the #+LANGUAGE: keyword. FWIW, I do have this in my .emacs: #+begin_src emacs-lisp ;; include the `babel' package for language-specific hyphenation and ;; typography (add-to-list 'org-latex-packages-alist '("french" "babel") t) #+end_src Best regards, Seb --=20 Sebastien Vauban