"Daniel Clemente" <[EMAIL PROTECTED]> writes:

>  - 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

>    Sometimes the \ means „don't escape", sometimes not. 

Are you okay with this:

 Org  =>  LaTeX
----------------
  \~  =>  ~
  \%  =>  %    
  \#  =>  #    
  \{  =>  {    
  \}  =>  }    
  \&  =>  &    
  \_  =>  _    
  \^  =>  ^    

(i.e. preventing special characters from being converted.)

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to