From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonard Randall Subject: Re: Emphasis in title export Date: Mon, 28 Apr 2014 23:10:22 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01294d0ce061f304f8219412 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wetkp-0008MU-40 for emacs-orgmode@gnu.org; Mon, 28 Apr 2014 18:10:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wetkl-00033f-9t for emacs-orgmode@gnu.org; Mon, 28 Apr 2014 18:10:27 -0400 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:56437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wetkl-00033T-3V for emacs-orgmode@gnu.org; Mon, 28 Apr 2014 18:10:23 -0400 Received: by mail-ob0-f175.google.com with SMTP id wp4so8064600obc.34 for ; Mon, 28 Apr 2014 15:10:22 -0700 (PDT) In-Reply-To: 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: William Kunkel Cc: emacs-orgmode --089e01294d0ce061f304f8219412 Content-Type: text/plain; charset=UTF-8 Hi Will, The example works fine for me. It seems like the most likely cause of your issue is your export settings. One thing that you might try is to add this to the top of your file. #+Options: *:t If you already have an options section on your file you may want to check that you do not have *:nil anywhere in this line. If you do change it to `*:t as in the example above. You might also want to check that you have not set `org-export-with-emphasis' to nil anywhere in your init file. More info on configuring export settings can be found here: http://orgmode.org/manual/Export-settings.html Hope this helps! All best, Leonard On 28 April 2014 15:17, William Kunkel wrote: > I have a title in which I need to have some text in italics. I tried this: > > #+TITLE: Analysis of Sartre's /No Exit/ > > But the slashes were just exported literally, instead of italicizing. This > seemed like a pretty basic problem, but I've been unable to find anything > about it via Google or in the list archives. Is there a simple solution? > > Thanks, > Will > --089e01294d0ce061f304f8219412 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Will,

The example works fine for me. It seems like the most likely caus= e of your issue is your export settings. One thing that you might try is to= add this to the top of your file.

#+Options: *:t

If you alre= ady have an options section on your file you may want to check that you do = not have *:nil anywhere in this line. If you do change it to `*:t as in the= example above.=C2=A0 You might also want to check that you have not set `o= rg-export-with-emphasis' to nil anywhere in your init file.

More info on configuring export settings can be found here: http://orgmod= e.org/manual/Export-settings.html

Hope th= is helps!

All best,
Leonard

On 28 April 2014 15:17, William Kunkel <wi= ll@wkunkel.com> wrote:
I have = a title in which I need to have some text in italics. I tried this:

=
#+TITLE: Analysis of Sartre's /No Exit/

But the slashes we= re just exported literally, instead of italicizing. This seemed like a pret= ty basic problem, but I've been unable to find anything about it via Go= ogle or in the list archives. Is there a simple solution?

Thanks,
Will

--089e01294d0ce061f304f8219412--