Re: [O] verbatim and apostrophes

2014-03-19 Thread Bastien
Hi Alan, Alan Schmitt writes: > A suggestion could be to allow any text inside the markers, except for > the marker itself which would need to be escaped. Escaping could take > the form of doubling the marker: > > ~"foo bar"~ --> "foo bar" > ~"foo ~~ bar"~ --> "foo ~ bar" > > As I've not thought

Re: [O] verbatim and apostrophes

2014-03-04 Thread Alan Schmitt
Hi Bastien, Bastien writes: > Hi Alan, > > Well, preventing users from shooting them in the foot is part of why > `org-emphasis-regexp-components' is not a custom variable (it used to > be, but that led to lots of confusion.) > > I hope we can get rid of this variable one day or another. I don'

Re: [O] verbatim and apostrophes

2014-03-04 Thread Bastien
Hi Alan, Alan Schmitt writes: > Is there a nice way to customize `org-emphasis-regexp-components'? It > does not seem to be exposed to `customize-variable', and copying and > tweaking its default value in my configuration file feels ugly. Well, preventing users from shooting them in the foot is

Re: [O] verbatim and apostrophes

2014-02-14 Thread Alan Schmitt
Hi Nick, Nick Dokos writes: > However, the part about the BORDER regexp is correct I believe: in ~'a ref~, > the ~ are the MARKERS; ' and f are the BORDER and "a re" is the BODY. Thank you, this is it. I had not understood that BORDERs were inside the MARKERs (although the help text is quite cl

Re: [O] verbatim and apostrophes

2014-02-13 Thread Nick Dokos
Nick Dokos writes: > Alan Schmitt writes: > >> Hello Samuel, >> >> Samuel Wales writes: >> >>> org-emphasis-regexp-components >> >> Thank you for the suggestion. I'm trying to make sense of it: >> >> org-emphasis-regexp-components is a variable defined in `org.el'. >> Its value is (" ('\"{

Re: [O] verbatim and apostrophes

2014-02-13 Thread Nick Dokos
Alan Schmitt writes: > Hello Samuel, > > Samuel Wales writes: > >> org-emphasis-regexp-components > > Thank you for the suggestion. I'm trying to make sense of it: > > org-emphasis-regexp-components is a variable defined in `org.el'. > Its value is (" ('\"{" "- .,:!?;'\")}\\" "

Re: [O] verbatim and apostrophes

2014-02-12 Thread Alan Schmitt
Hello Samuel, Samuel Wales writes: > org-emphasis-regexp-components Thank you for the suggestion. I'm trying to make sense of it: --8<---cut here---start->8--- org-emphasis-regexp-components is a variable defined in `org.el'. Its value is (" ('\"{" "

Re: [O] verbatim and apostrophes

2014-02-12 Thread Samuel Wales
org-emphasis-regexp-components -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

[O] verbatim and apostrophes

2014-02-12 Thread Alan Schmitt
Hello, I want to generate some verbatim/code inline text that contains an apostrophe (I want to talk about the ocaml type 'a ref). Unfortunately I don't know how to do this. I tried: - ~'a ref~ - ='a ref= - ~\' a ref~ - =\'a ref= The first two display everything (including the '~' or '=') but no