[Orgmode] Re: Why I can't publish my project under Windows?

2010-06-06 Thread Richard Riley
Nick Dokos  writes:

> Water Lin  wrote:
>
>> I don't know why the word "touch" in my configuration. And I also don't
>> know if I use it under Linux.
>> 
>> I check my org mode configuration file, but I can't find any word like
>> "touch" in my org-sites.el file.
>> 
>> So, what's the function of this "touch" program?
>> 
>
> It updates the modification time of its arguments to the current time.
> It is used for timestamping. But I guess it does not exist on Windoze
> (except for cygwin).

There are various equivalents.

http://stackoverflow.com/questions/51435/windows-version-of-the-unix-touch-command

>
>> What should I do now? Upgrade the org mode to latest version?
>> 
>
> Yes. Did you see Carsten's message?
>
>   http://thread.gmane.org/gmane.emacs.orgmode/25929/focus=25932
>
> HTH,
> Nick
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

-- 
ASCII ribbon campaign ( )
 - against HTML email  X
 & vCards / \


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


[Orgmode] Template for a resume

2010-06-06 Thread Henri-Paul Indiogine
Greetings!

Could someone please share a org file that he or she uses to generate
a resume in LaTeX?

Thanks,


Henri-Paul Indiogine

Curriculum & Instruction
Texas A&M University

Email: hindiog...@gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico

"Rien ne va de soi.  Rien n'est donné. Tous est construit."   Gaston
Bachelard, 1934

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


Re: [Orgmode] Why I can't publish my project under Windows?

2010-06-06 Thread Nick Dokos
Water Lin  wrote:


> I don't know why the word "touch" in my configuration. And I also don't
> know if I use it under Linux.
> 
> I check my org mode configuration file, but I can't find any word like
> "touch" in my org-sites.el file.
> 
> So, what's the function of this "touch" program?
> 

It updates the modification time of its arguments to the current time.
It is used for timestamping. But I guess it does not exist on Windoze
(except for cygwin).

> What should I do now? Upgrade the org mode to latest version?
> 

Yes. Did you see Carsten's message?

  http://thread.gmane.org/gmane.emacs.orgmode/25929/focus=25932

HTH,
Nick

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


Re: [Orgmode] repo.or.cz down?

2010-06-06 Thread Nick Dokos
Carsten Dominik  wrote:


> I have not been able to reach repo.or.cz for more than a day now.  Is
> it just me?
> 

No. I pulled yesterday some time but I just tried again and I could
not.

Nick

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


[Orgmode] repo.or.cz down?

2010-06-06 Thread Carsten Dominik

Hi,

I have not been able to reach repo.or.cz for more than a day now.  Is  
it just me?


Greetings!

- Carsten

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


Re: [Orgmode] Bug: org-diary-class does not export to .ics (iCalendar)

2010-06-06 Thread Carsten Dominik


On Jun 7, 2010, at 1:46 AM, Daniel Martins wrote:

I am syncing Google Calendar with with GCalDaemon and then I noticed  
that org-diary-class  is completely ignored by the ics export function



Eg
** 16:00-18:00 Class B5
 <%%(org-diary-class  7 6 2010 10 9 2010 1 24 25)>


Does not appear in the organizer.ics as expected


Hi Daniel,

there is a double problem here.

1. unfortunately, sexps in time stamps like this are not supported by  
Org.

   You'd have to write it like this:

  ** 16:00-18:00 Class B5
  %%(org-diary-class  7 6 2010 10 9 2010 1 24 25)

   which would still be possible in this case.

2. However, icalendar.el does not have support for org-diary-class.

So I do not have a solution for you..

- Carsten


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


[Orgmode] Vertical line anomaly between Example block and lines starting with a colon

2010-06-06 Thread Giovanni Moretti
My first post to this list - thanks Dominik and all, your efforts are 
much appreciated.


I'm working up a presentation on orgmode for a local club and needed to 
prefix it with a brief emacs overview, and so included this:


#+BEGIN_EXAMPLE
  ctrl-P (previous line)
   |
   |
Ctrl-A <<<  Ctrl-B < o > Ctrl-F >>>  Ctrl-E
 Col 1  back char  !   fwd charEOL
   !
  ctrl-N (next line)
#+END_EXAMPLE

:   ctrl-P (previous line)
:|
:|
: Ctrl-A <<<  Ctrl-B < o > Ctrl-F >>>  Ctrl-E
: Col 1   back char  |   fwd charEOL
:|
:   ctrl-N (next line)

I'm using Orgmode v6.36c and when exporting to HTML (and LaTex Beamer), 
the two lines containing the single vertical bar immediately below the 
"ctrl-P" line in the #+EXAMPLE block vanish, whereas using the alternate 
colon at the beginning of the line notation, the rendering is as expected.


Interestingly, enabling the +n option (#+BEGIN_EXAMPLE +n) causes the 
missing lines (lines 2 & 3) to reappear.


I don't think it's supposed to do this ...

Cheers
Giovanni


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


Re: [Orgmode] Why I can't publish my project under Windows?

2010-06-06 Thread Water Lin
Giovanni Ridolfi  writes:

> Water Lin  writes:
>
>> I can publish my org projects under Ubuntu but I can't publish it under
>> Windows. All settings are the same especially the home directory. I have
>> set the home path for different platform.
>>
>> While I publish my org project under Windows, Emacs reminds me
>> following
>
> 1. Which windows? XP, Vista?
> 2. Are you under cygwin ?
> 3. Which Emacs-version?
> 4. which org-version?

I am using Windows XP and not using Cygwin.

My org mode version is 6.31a which is binding with my Emacs 23.

>
>> errors:
>> ==
>> Debugger entered--Lisp error: (file-error "Searching for program" "no such 
>> file or directory" "touch")
>>   call-process("touch" nil 0 nil "e:/water/My 
>> Dropbox/EmacsHome/.org-timestamps/X25e4900e8c818b67efbd6a89083ad0458650dbfa")
>>   org-publish-update-timestamp("e:/water/My 
>> Dropbox/EmacsHome/org/notes/index.org" "e:/water/My 
>> Dropbox/EmacsHome/org/private_html/notes/" org-publish-org-to-html)
>> =
>
>>  call-process("touch" nil 0 nil "e:/water/My 
>> Dropbox/EmacsHome/.org-timestamps/X25e4900e8c818b67efbd6a89083ad0458650dbfa")
>^
> why do you have the word "touch" in your configuration?
> Do you call the "touch" program under GNU/Linux? 
> Do you have it installed under Windows?

I don't know why the word "touch" in my configuration. And I also don't
know if I use it under Linux.

I check my org mode configuration file, but I can't find any word like
"touch" in my org-sites.el file.

So, what's the function of this "touch" program?

What should I do now? Upgrade the org mode to latest version?

Thanks

Water Lin

>
>>
>> What's the meaning of .org-timestamps folder? 
> from the description of the variable:
>
>   "Name of directory in which to store publishing timestamps."
>
> Do you have it *in your home* under Windows?
>
> Could you, please, customize the org-publish-use-timestamps-flag to nil
>
> (defcustom org-publish-use-timestamps-flag t
>   "When non-nil, use timestamp checking to publish only changed files.
> When nil, do no timestamp checking and always publish all files."
>
> to see if you still have the publishing problem?
>
> cheers,
> Giovanni
>

-- 
Water Lin's notes and pencils: http://en.waterlin.org
Email: water...@ymail.com
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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


Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-06 Thread Nick Dokos
Daniel Martins  wrote:

> Sorry,
> 
> but I did not understand. Which of the 4 variables should be set?
> 
> I have the same intention as Eraldo.
> 

I haven't tried it but I would guess this one:

Show Value Org Sort Agenda Notime Is Late 
   Non-nil means items without time are considered late. More

Nick

> 
> 2010/6/6 Carsten Dominik 
> 
> >
> > On Jun 6, 2010, at 1:13 AM, Eraldo Helal wrote:
> >
> >  Right now (default), I get time specific entries shown before events
> >> that last the whole day. I would however prefer to get whole-day
> >> entries(no time) first and time-entries after.
> >>
> >> org-agenda-sorting-strategy:
> >> agenda
> >>  habit-down time-up priority-down category-keep
> >> ,[ result (now) ]
> >> | Day-agenda (W23):
> >> | Monday  7 June 2010 W23
> >> |   jku:12:45-15:15  Betriebssysteme
> >> |   jku:15:30-18:45  Betriebswirtschaftslehre
> >> |   review: Scheduled:  TODO daily review
> >> |   event:  APPT TEX speech
> >> `
> >>
> >> ,[ result (would like to have) ]
> >> | Day-agenda (W23):
> >> | Monday  7 June 2010 W23
> >> |   event:  APPT TEX speech
> >> |   jku:12:45-15:15  Betriebssysteme
> >> |   jku:15:30-18:45  Betriebswirtschaftslehre
> >> |   review: Scheduled:  TODO daily review
> >> `
> >> the Scheduled item can also go above the time-events if that is easier
> >> to get.
> >>
> >> Would be great if someone could enlighten me with the matching sorting
> >> strategy. :)
> >> Or suggest what else I could do/use instead.
> >>
> >
> > Hi Eraldo,
> >
> > this is
> >
> > Have you looked in the customization group org-agenda-sorting?
> >
> > There are exacly 4 variables there, and one of them is the right one.
> >
> > Cheers
> >
> > - Carsten
> > (steq org-agenda-notim
> >
> >
> >
> >> Greetings from Austria,
> >> Eraldo
> >>
> >> ___
> >> Emacs-orgmode mailing list
> >> Please use `Reply All' to send replies to the list.
> >> Emacs-orgmode@gnu.org
> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >>
> >
> > - Carsten
> >
> >
> >
> >
> >
> > ___
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
> 
> --0016e6d2661aafdf0a048865465b
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> 
> Sorry,but I did not understand. Which of the 4 variables should be =
> set?I have the same intention as Eraldo.Daniel class=3D"gmail_quote">2010/6/6 Carsten Dominik < f=3D"mailto:carsten.domi...@gmail.com";>carsten.domi...@gmail.com> pan>
>  r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><=
> div class=3D"h5">
> On Jun 6, 2010, at 1:13 AM, Eraldo Helal wrote:
> 
>  r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
> Right now (default), I get time specific entries shown before events
> that last the whole day. I would however prefer to get whole-day
> entries(no time) first and time-entries after.
> 
> org-agenda-sorting-strategy:
> agenda
> =A0habit-down time-up priority-down category-keep
> ,[ result (now) ]
> | Day-agenda (W23):
> | Monday =A0 =A0 =A07 June 2010 W23
> | =A0 jku: =A0 =A0 =A0 =A012:45-15:15 =A0Betriebssysteme
> | =A0 jku: =A0 =A0 =A0 =A015:30-18:45 =A0Betriebswirtschaftslehre
> | =A0 review: =A0 =A0 Scheduled: =A0TODO daily review
> | =A0 event: =A0 =A0 =A0APPT TEX speech
> `
> 
> ,[ result (would like to have) ]
> | Day-agenda (W23):
> | Monday =A0 =A0 =A07 June 2010 W23
> | =A0 event: =A0 =A0 =A0APPT TEX speech
> | =A0 jku: =A0 =A0 =A0 =A012:45-15:15 =A0Betriebssysteme
> | =A0 jku: =A0 =A0 =A0 =A015:30-18:45 =A0Betriebswirtschaftslehre
> | =A0 review: =A0 =A0 Scheduled: =A0TODO daily review
> `
> the Scheduled item can also go above the time-events if that is easier
> to get.
> 
> Would be great if someone could enlighten me with the matching sorting
> strategy. :)
> Or suggest what else I could do/use instead.
> 
> 
> Hi Eraldo,
> 
> this is
> 
> Have you looked in the customization group org-agenda-sorting?
> 
> There are exacly 4 variables there, and one of them is the right one.
> 
> Cheers
> 
> - Carsten
> (steq org-agenda-notim
> 
>  r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
> 
> Greetings from Austria,
> Eraldo
> 
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> mailto:Emacs-orgmode@gnu.org"; target=3D"_blank">emacs-orgm...@gn=
> u.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode"; target=3D"_=
> blank">http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 
> 
> - Carsten
> 
> 
> 
> 
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> mailto:Emacs-orgmode@gnu.org"; target=3D"_blank">emacs-orgm...@gn=
> u.org
> http:

Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-06 Thread Daniel Martins
Sorry,

but I did not understand. Which of the 4 variables should be set?

I have the same intention as Eraldo.

Daniel

2010/6/6 Carsten Dominik 

>
> On Jun 6, 2010, at 1:13 AM, Eraldo Helal wrote:
>
>  Right now (default), I get time specific entries shown before events
>> that last the whole day. I would however prefer to get whole-day
>> entries(no time) first and time-entries after.
>>
>> org-agenda-sorting-strategy:
>> agenda
>>  habit-down time-up priority-down category-keep
>> ,[ result (now) ]
>> | Day-agenda (W23):
>> | Monday  7 June 2010 W23
>> |   jku:12:45-15:15  Betriebssysteme
>> |   jku:15:30-18:45  Betriebswirtschaftslehre
>> |   review: Scheduled:  TODO daily review
>> |   event:  APPT TEX speech
>> `
>>
>> ,[ result (would like to have) ]
>> | Day-agenda (W23):
>> | Monday  7 June 2010 W23
>> |   event:  APPT TEX speech
>> |   jku:12:45-15:15  Betriebssysteme
>> |   jku:15:30-18:45  Betriebswirtschaftslehre
>> |   review: Scheduled:  TODO daily review
>> `
>> the Scheduled item can also go above the time-events if that is easier
>> to get.
>>
>> Would be great if someone could enlighten me with the matching sorting
>> strategy. :)
>> Or suggest what else I could do/use instead.
>>
>
> Hi Eraldo,
>
> this is
>
> Have you looked in the customization group org-agenda-sorting?
>
> There are exacly 4 variables there, and one of them is the right one.
>
> Cheers
>
> - Carsten
> (steq org-agenda-notim
>
>
>
>> Greetings from Austria,
>> Eraldo
>>
>> ___
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
> - Carsten
>
>
>
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Bug: org-diary-class does not export to .ics (iCalendar)

2010-06-06 Thread Daniel Martins
I am syncing Google Calendar with with GCalDaemon and then I noticed that
org-diary-class  is completely ignored by the ics export function


Eg
** 16:00-18:00 Class B5
 <%%(org-diary-class  7 6 2010 10 9 2010 1 24 25)>


Does not appear in the organizer.ics as expected

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


[Orgmode] Re: org-babel-R export parameters

2010-06-06 Thread Dan Davison
Russell Adams  writes:

> I needed the ability to view what parameters were sent to plot in
> R. Turns out that you can't query some things like the active filename
> in R, so I went back to org.
>
> This patch takes each parameter and converts it to a variable in R,
> including the filename (org_babel_filename).
>
> My intent is to parse the filename in R to create a dev.copy() to a
> pdf while creating a PNG. Ideally then I can see the png inline, and
> export to latex with the PDF.

Hi Russell,

I haven't completely understood paras 1 and 3 above. Would you mind
posting an example that illustrates the problem that this patch solves?

Dan


>
> Thanks.
>
> --
> Russell Adamsrlad...@adamsinfoserv.com
>
> PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/
>
> Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
>
>
>
>
> $ diff -Narub org-babel-R.el.orig org-babel-R.el
> --- org-babel-R.el.orig   2010-06-06 17:42:46.0 -0500
> +++ org-babel-R.el2010-06-06 17:53:59.0 -0500
> @@ -161,7 +161,12 @@
>   (if (member (car pair) allowed-args)
>(format ",%s=%s" (substring 
> (symbol-name (car pair)) 1) (cdr pair)) ""))
>   params ""))
> -(format "%s(%s=\"%s\"%s%s%s)\n" device filearg out-file args (if 
> extra-args "," "") (or extra-args ""
> +(setq babel-vars (mapconcat (lambda (pair)
> +  (if (member (car pair) allowed-args)
> +  (format "org_babel_%s=\"%s\"\n" 
> (substring (symbol-name (car pair)) 1) (cdr pair)) ""))
> +params ""))
> +(setq babel-vars (concat babel-vars (format 
> "org_babel_filename=\"%s\"\n" out-file)))
> +(format "%s(%s=\"%s\"%s%s%s)\n%s\n" device filearg out-file args (if 
> extra-args "," "") (or extra-args "") babel-vars)))
>  
>  (defvar org-babel-R-eoe-indicator "'org_babel_R_eoe'")
>  (defvar org-babel-R-eoe-output "[1] \"org_babel_R_eoe\"")
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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


[Orgmode] org-babel-R export parameters

2010-06-06 Thread Russell Adams
I needed the ability to view what parameters were sent to plot in
R. Turns out that you can't query some things like the active filename
in R, so I went back to org.

This patch takes each parameter and converts it to a variable in R,
including the filename (org_babel_filename).

My intent is to parse the filename in R to create a dev.copy() to a
pdf while creating a PNG. Ideally then I can see the png inline, and
export to latex with the PDF.

Thanks.

--
Russell Adamsrlad...@adamsinfoserv.com

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3




$ diff -Narub org-babel-R.el.orig org-babel-R.el
--- org-babel-R.el.orig   2010-06-06 17:42:46.0 -0500
+++ org-babel-R.el2010-06-06 17:53:59.0 -0500
@@ -161,7 +161,12 @@
  (if (member (car pair) allowed-args)
   (format ",%s=%s" (substring (symbol-name 
(car pair)) 1) (cdr pair)) ""))
  params ""))
-(format "%s(%s=\"%s\"%s%s%s)\n" device filearg out-file args (if 
extra-args "," "") (or extra-args ""
+(setq babel-vars (mapconcat (lambda (pair)
+  (if (member (car pair) allowed-args)
+  (format "org_babel_%s=\"%s\"\n" 
(substring (symbol-name (car pair)) 1) (cdr pair)) ""))
+params ""))
+(setq babel-vars (concat babel-vars (format "org_babel_filename=\"%s\"\n" 
out-file)))
+(format "%s(%s=\"%s\"%s%s%s)\n%s\n" device filearg out-file args (if 
extra-args "," "") (or extra-args "") babel-vars)))
 
 (defvar org-babel-R-eoe-indicator "'org_babel_R_eoe'")
 (defvar org-babel-R-eoe-output "[1] \"org_babel_R_eoe\"")


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


Re: [Orgmode] Bug: Pretty display of subscripts and hyperlinks

2010-06-06 Thread Matthew Lundin
Carsten Dominik  writes:

> I guess this is wih pretty entity display turned on?
>

Yes. Sorry I forgot to mention that.

- Matt

> On Jun 6, 2010, at 7:39 PM, Matt Lundin wrote:
>
>> Git commit 70d24c5d036cd5787f719104a0ad2f157c5207b1 causes underscores
>> in hyperlinks to display parts of link and description as subscripts.
>> E.g., this link...
>>
>> [[http://www.samplepage.com/an_underscore][Some description words]]
>>
>> ...displays the word "Some" in the description as a subscript. With
>> M-x
>> visible-mode, the substring "underscore][Some" is displayed as a
>> subscript.

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


Re: [Orgmode] Bug: Pretty display of subscripts and hyperlinks

2010-06-06 Thread Carsten Dominik

I guess this is wih pretty entity display turned on?

- Carsten

On Jun 6, 2010, at 7:39 PM, Matt Lundin wrote:


Hi Carsten,

Git commit 70d24c5d036cd5787f719104a0ad2f157c5207b1 causes underscores
in hyperlinks to display parts of link and description as subscripts.
E.g., this link...

[[http://www.samplepage.com/an_underscore][Some description words]]

...displays the word "Some" in the description as a subscript. With  
M-x

visible-mode, the substring "underscore][Some" is displayed as a
subscript.

Thanks,
Matt

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


- Carsten




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


[Orgmode] Bug: Pretty display of subscripts and hyperlinks

2010-06-06 Thread Matt Lundin
Hi Carsten,

Git commit 70d24c5d036cd5787f719104a0ad2f157c5207b1 causes underscores
in hyperlinks to display parts of link and description as subscripts.
E.g., this link...

[[http://www.samplepage.com/an_underscore][Some description words]]

...displays the word "Some" in the description as a subscript. With M-x
visible-mode, the substring "underscore][Some" is displayed as a
subscript.

Thanks,
Matt

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