emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: torys.anderson@gmail.com (Tory S. Anderson)
To: Marcin Borkowski <mbork@wmi.amu.edu.pl>
Cc: orgmode list <emacs-orgmode@gnu.org>
Subject: Re: Customize html formatting tags for export
Date: Thu, 29 Jan 2015 05:55:04 -0500	[thread overview]
Message-ID: <8761bpvotz.fsf@gmail.com> (raw)
In-Reply-To: <878ugmei20.fsf@wmi.amu.edu.pl> (Marcin Borkowski's message of "Wed, 28 Jan 2015 22:01:11 +0100")

Thanks. With that info I did this: 

--8<---------------cut here---------------start------------->8---
;; convert =C-x=a to <kbd>C-x</kbd>, *awesome* to <strong>awesome</strong>
(setq org-html-text-markup-alist   '((bold . "<strong>%s</strong>") ; *text*
    (code . "<code>%s</code>") ; ~text~
    (italic . "<i>%s</i>") ; /text/
    (strike-through . "<del>%s</del>") ; +text+
    (underline . "<span class=\"underline\">%s</span>") ; _text_
    (verbatim . "<kbd>%s</kbd>"))) ; =text=
--8<---------------cut here---------------end--------------->8---

It seems to work great! I failed finding a way to make this just a buffer local change (e.g. only when I'm writing in my tech blog org file), but I can live with that. 

Note: I changed <b> to <strong> because I'm a web developer and most of the time <b> hurts my soul[1][2][3] ...

Marcin Borkowski <mbork@wmi.amu.edu.pl> writes:

> On 2015-01-28, at 21:40, Tory S. Anderson <torys.anderson@gmail.com> wrote:
>
>> Right now I see that =formatted= and ~formatted~ both produce <code>formatted</code> when exported to html. How can I change one of these, perhaps to a custom tag (in particular, I'm hoping to produce <kbd>formatted</kbd>)? 
>
> See ox-html.  There are functions org-html-verbatim and org-html-code.
> If you look at those, you can see that (even though it might be
> a quick-and-dirty hack) customizing org-html-text-markup-alist should
> work.  You might even utilize the strike-through, if you never use it.
>
> Hth,

Footnotes: 
[1]  https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong
[2]  http://www.html-5-tutorial.com/strong-and-b-elements.htm
[3]  http://stackoverflow.com/questions/271743/whats-the-difference-between-b-and-strong-i-and-em

  reply	other threads:[~2015-01-29 10:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-28 20:40 Customize html formatting tags for export Tory S. Anderson
2015-01-28 21:01 ` Marcin Borkowski
2015-01-29 10:55   ` Tory S. Anderson [this message]
2015-01-29 11:00     ` Sebastien Vauban
2015-01-29 11:10     ` Marcin Borkowski

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=8761bpvotz.fsf@gmail.com \
    --to=torys.anderson@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mbork@wmi.amu.edu.pl \
    /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).