Re: [Orgmode] About `_' in link address .

2009-08-25 Thread waterloo
Yes, I accept your advice. 2009/8/25 Carsten Dominik > > > On Aug 23, 2009, at 2:50 PM, waterloo wrote: > > Sorry . >> >> When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was >> transformed to a link. >> After I export that file to html , I find `sea' in that link is subscr

Re: [Orgmode] About `_' in link address .

2009-08-25 Thread Carsten Dominik
On Aug 23, 2009, at 2:50 PM, waterloo wrote: Sorry . When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was transformed to a link. After I export that file to html , I find `sea' in that link is subscript. It should be normal scale. This is because in org `_' was recog

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Nick Dokos
waterloo wrote: > revise the lisp code of org mode . > I think this should be fixed. > I disagree, but that is not my call: Carsten is the ultimate arbiter and he might (or might not) decide to change the behavior. In the meantime, instead of demanding changes, why don't you develop a solution

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
revise the lisp code of org mode . I think this should be fixed. 2009/8/24 Nick Dokos > waterloo wrote: > > > I just want to disable this function in link address . > > I think this is more suitble . > > How to do it ? > > Thanks > > > > AFAIK, it's not possible to disable sub/super magic just

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
I just want to disable this function in link address . I think this is more suitble . How to do it ? Thanks 2009/8/24 Nick Dokos > waterloo wrote: > > > Sorry , And Thanks . > > > > I will say it more detailedly. > > > > Yes , copy the link to org file and export to html , the link works( it

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Nick Dokos
waterloo wrote: > Sorry ,  And Thanks . > > I will say it more detailedly. > > Yes ,  copy the link to org file and export to html , the link works( it can > link to that web page). > > Please see the link in html . > > The word `sea' in link is smaller than other characters of links. > > T

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Mark Elston
waterloo wrote: Sorry . When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was transformed to a link. After I export that file to html , I find `sea' in that link is subscript. It should be normal scale. This is because in org `_' was recognized as Latex command. I recomma

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
Sorry . When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was transformed to a link. After I export that file to html , I find `sea' in that link is subscript. It should be normal scale. This is because in org `_' was recognized as Latex command. I recommand that in link we sh

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Bastien
waterloo writes: > I mean when I export to html the `sea' become subscript. I cannot reproduce this. Your first email didn't mention that you wanted to export to HTML, and it mentioned the LaTeX math mode... -- Bastien ___ Emacs-orgmode mailing

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
I mean when I export to html the `sea' become subscript. 2009/8/23 Bastien > waterloo writes: > > > copy below in an org file: > > http://swift.siphos.be/linux_sea/ > > Works fine here. I get this: > > > \href{http://swift.siphos.be/linux_sea/}{http://swift.siphos.be/linux

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Bastien
waterloo writes: > copy below in an org file: > http://swift.siphos.be/linux_sea/ Works fine here. I get this: \href{http://swift.siphos.be/linux_sea/}{http://swift.siphos.be/linux\_sea/} Please provide more information: http://orgmode.org/org.html#Feedback -- Bastien __

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Bastien
waterloo writes: >  But when link address includes `_' , `_' is always thought of as a > math mode in latex. I cannot reproduce this - can you give an example? -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread waterloo
copy below in an org file: http://swift.siphos.be/linux_sea/ sea is denoted as subscript. 2009/8/23 Bastien > waterloo writes: > > > But when link address includes `_' , `_' is always thought of as a > > math mode in latex. > > I cannot reproduce this - can you give an example? > > -- > Ba

[Orgmode] About `_' in link address .

2009-08-22 Thread waterloo
When I copy a link to org file , It is always transformed to a link that can be point . But when link address includes `_' , `_' is always thought of as a math mode in latex. When I put `\' before `_' , I can not point the link. How to inhibit math mode of `_' in link address ? Thanks __