From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Emacs-orgmode Digest, Vol 102, Issue 5 Date: Tue, 05 Aug 2014 13:36:05 -0400 Message-ID: <87zjfisut6.fsf@alphaville.bos.redhat.com> References: <21473.3092.781334.932436@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEiet-0005i7-Lv for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 13:36:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEieo-0004Ft-AH for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 13:36:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:40482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEieo-0004FK-3S for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 13:36:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XEiel-0001Dy-VG for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 19:36:15 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Aug 2014 19:36:15 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Aug 2014 19:36:15 +0200 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: emacs-orgmode@gnu.org "Salome "Södergran\"" 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... >> >> Best regards, >> Seb >> >> -- >> Sebastien Vauban > > 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-library RET ox-le RET and see if the variable is defined. But note that you *should not have* to do this: it should work right off the bat. If the problem persists (even after you restart emacs), I would suspect a "mixed installation" (search the list for this). Nick