emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Daniel Clemente" <n142857@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: XHTML export - &nbsp; etc.
Date: Fri, 9 Nov 2007 20:51:36 +0100	[thread overview]
Message-ID: <ae9590aa0711091151lb1db9f8t4e0cfdbe7b77693e@mail.gmail.com> (raw)
In-Reply-To: <874pfxv9xx.fsf@bzg.ath.cx>

>
> >  - you write C-x 8 SPC in your org files
> >  - C-x 8 SPC is exported to &nbsp; on HTML
> >  - C-x 8 SPC is exported to ~ on HTML
> >  - ~ continues working normally: produces ~ on HTML and \~{} on LaTeX
>
> 100% okay.  And you can add:
>
> - \~ will insert ~ in the LaTeX source
>
   Yes

> >    Sometimes the \ means „don't escape", sometimes not.
>
> Are you okay with this:
>
>  Org  =>  LaTeX
> ----------------
>   \~  =>  ~
>   \%  =>  %
>   \#  =>  #
>   \{  =>  {
>   \}  =>  }
>   \&  =>  &
>   \_  =>  _
>   \^  =>  ^
>
> (i.e. preventing special characters from being converted.)

   Mmm... some of those characters /can/ already be written directly
and they won't be interpreted, so you suggest adding a second method
(ex: \# besides # ). Maybe some users find this confusing and prefer
just one way to write each sign.
   What do other people think? Should both # and \# write # ?

   But your proposal would convert \ into the generic escaping character.
   This is good since then you can always write \% (or with any
character of the list) and you know it will be escaped.
   But this is bad because this would only work on the characters you
proposed, not on all. Ex \[ would probably write \[ and not [

   I would suggest:
 1.  Using \# just for signs that are part of org's syntax: _ ^
 2.  Developing a general way to include a literal text without
processing of org's syntax. For instance, the string *word* where both
asterisks should be visible at the exported text (instead of a bold
word). That can be implemented with start-end markers (ex:
<literal>some *unprocessed* text</literal>) or with a marker before
each sign: (ex: some \*unprocessed\* text).

  1 and 2 can be combined if \# works with exactly all syntax
elements, that means, all elements which would otherwise change the
meaning and processing of the text. For instance:
\*
\/
\[
\]
\#
\|
\=
etc.
  Of course, also \\ must be present to write a literal \
  For the signs which are not part of org's syntax, you wouldn't need
to write \  Ex: \( is unnecesary since ( has no meaning in org.


   Sorry for starting anothed discussion :-)


Daniel

  reply	other threads:[~2007-11-09 19:51 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-02 12:13 XHTML export - customizing via local variables Adam Spiers
2007-11-02 12:20 ` XHTML export - &nbsp; etc Adam Spiers
2007-11-02 15:26   ` Bastien
2007-11-02 15:19     ` Adam Spiers
2007-11-02 15:33       ` Daniel Clemente
2007-11-02 15:34         ` Daniel Clemente
2007-11-02 19:21         ` Bastien
2007-11-02 18:50           ` William Henney
2007-11-02 20:20             ` Daniel Clemente
2007-11-03  0:06               ` Bastien
2007-11-04  0:00                 ` Daniel Clemente
2007-11-04 12:45                   ` Bastien
2007-11-07 16:09                     ` Daniel Clemente
2007-11-07 17:39                       ` Bastien
2007-11-07 18:04                         ` Daniel Clemente
2007-11-08  0:48                           ` Bastien
2007-11-09 19:51                             ` Daniel Clemente [this message]
2007-11-09 19:59                               ` Daniel Clemente
2007-11-09 22:37                                 ` Eddward DeVilla
2007-11-09 23:40                                   ` Xiao-Yong Jin
2007-11-12  5:07                                     ` Bastien
2007-11-12  5:22                               ` Bastien
2007-11-03  6:10               ` William Henney
2007-11-03 13:51                 ` Bastien
2007-11-03 14:23                   ` William Henney
2007-11-03 15:51                     ` Bastien
2007-11-03 16:46                       ` William Henney
2007-11-03  0:04             ` Bastien
2007-11-02 18:46       ` Bastien
2007-11-02 15:45 ` XHTML export - customizing via local variables Bastien

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=ae9590aa0711091151lb1db9f8t4e0cfdbe7b77693e@mail.gmail.com \
    --to=n142857@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /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).