emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5


From: Sebastien Vauban
Subject: Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5
Date: Wed, 06 Aug 2014 09:37:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (windows-nt)

Nick Dokos wrote:
> Nick Dokos <address@hidden> writes:
>> "Salome "Södergran\"" <address@hidden> 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 
>>>> >   (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-quotes nor
>>>> > org-export-smartcodes-alist.
>>>> >
>>>> > Am I missing something or has the procedure been changed in the 
>>>> > meanwhile?
>>>> 
>>>> You don't use Org mode 8, don't you?  Well, that'd explain...
>>>
>>> With M-x org-version I get: 
>>>   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 
>>> missing 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

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]