From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: [[latex:textsc][some text]] becomes \texttt{some text} Date: Sat, 30 Aug 2014 16:33:48 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNs9v-0000dn-Lw for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 19:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNs9o-00024X-4K for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 19:34:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:42344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNs9n-00024T-Te for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 19:34:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XNs9l-0007oX-W5 for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 01:34:05 +0200 Received: from 71-35-163-42.tukw.qwest.net ([71.35.163.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2014 01:34:05 +0200 Received: from algebrat by 71-35-163-42.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2014 01:34:05 +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 I would have expected [[latex:textsc][some text]] to become \textsc{some text} Instead, it becomes \texttt{some text} My hackish fix is to modify a variable, (setq org-latex-link-with-unknown-path-format "\\textsc{%s}") Is there a better way? Brady Org-mode version 8.2.7c (8.2.7c-51-g896fa6-elpa @ /home/iam/.emacs.d/elpa/org-20140825/)