From: Sebastian Rose <sebastian_rose@gmx.de>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Re: How to modify org-export-latex-emphasis-alist
Date: Sun, 03 Oct 2010 23:32:32 +0200 [thread overview]
Message-ID: <87fwwnvu6n.fsf@gmx.de> (raw)
In-Reply-To: <24C72165-A63C-4582-A34E-41F193624D7E@tsdye.com> (Thomas S. Dye's message of "Sun, 3 Oct 2010 10:30:12 -1000")
"Thomas S. Dye" <tsd@tsdye.com> writes:
> Aloha all,
>
> I use this patch locally to let the LaTeX url package typeset and break lines in
> long path names. Is there a way to make this change from my .emacs, so I can
> continue to use the Org-mode master branch and not my url branch? Or, is there
> a better way to implement this without changing the Org-mode core?
Put this in your configuration file (.emacs probably):
(setq org-export-latex-emphasis-alist
'(("*" "\\textbf{%s}" nil)
("/" "\\emph{%s}" nil)
("_" "\\underline{%s}" nil)
("+" "\\st{%s}" nil)
("=" "\\url{%s}" nil)
("~" "\\verb" t)))
HTH
Sebastian
> Changes from master to url
> Modified lisp/org-latex.el
> diff --git a/lisp/org-latex.el b/lisp/org-latex.el
> index 9a62457..920591a 100644
> --- a/lisp/org-latex.el
> +++ b/lisp/org-latex.el
> @@ -230,7 +230,7 @@ are written as utf8 files."
> ("/" "\\emph{%s}" nil)
> ("_" "\\underline{%s}" nil)
> ("+" "\\st{%s}" nil)
> - ("=" "\\verb" t)
> + ("=" "\\url{%s}" nil)
> ("~" "\\verb" t))
> "Alist of LaTeX expressions to convert emphasis fontifiers.
> Each element of the list is a list of three elements.
>
> All the best,
> Tom
>
prev parent reply other threads:[~2010-10-03 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-03 20:30 How to modify org-export-latex-emphasis-alist Thomas S. Dye
2010-10-03 21:32 ` Sebastian Rose [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fwwnvu6n.fsf@gmx.de \
--to=sebastian_rose@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=tsd@tsdye.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).