[O] Org: HTML export breaks when you have %20 in the URL:

2011-08-07 Thread T. V. Raman
Org export to html when exporting image links fails --- if you
have %20 (url-encoded space) in the URL.

The anchor around the img link gets broken.

Here is an example:
#+ATTR_HTML:alt=Waiting to leave for White Plains align=center  
height=384
[[http://lh5.ggpht.com/-LC4N-cVAb8o/TjrW8pgkcXI/Cws/F0fdPijBcRE/TVJA%2520015.jpg]]


If you translate the above to html through org export you get
this broken markup:
p
[[http://lh5.ggpht.com/-LC4N-cVAb8o/TjrW8pgkcXI/Cws/F0fdPijBcimg 
src=http://lh5.ggpht.com/-LC4N-cVAb8o/TjrW8pgkcXI/Cws/F0fdPijBcRE/TVJA 
015.jpg alt=Waiting to leave for White Plains align=center  height=384 
/TVJA%2520015.jpg][http://lh5.ggpht.com/-LC4N-cVAb8o/TjrW8pgkcXI/Cws/F0fdPijBcRE/TVJA%2520015.jpg]]
/p

Note that we didn't get a well-formed a href=./a
wrapping the image url.

-- 
Best Regards,
--raman



[Orgmode] Bug: Angle brackets in org-time-stamp-format loses in html export

2008-09-05 Thread T. V. Raman
org.el has the following definition:

(defconst org-time-stamp-formats '(%Y-%m-%d %a . %Y-%m-%d %a %H:%M)
  Formats for `format-time-string' which are used for time stamps.
It is not recommended to change this constant.)

The above loses when you use org-insert-export-options-template
and then create HTML --
the #+ date: line ends with  angle brackets around the date, and
these eventually land up in the meta tag  within an attribute
value.

The problem here is of course brain-dead html/sgml/xml which
doesn't like angle brackets in attribute values.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


Re: [Orgmode] export to html and relative links:

2008-04-13 Thread T. V. Raman
I've not tried http:foo.html -- but I suggest doing that to
author a relative URL is a bad idea.

I  tried ./foo.html and that didn't work either. One compromise
would be to get ./foo.html to link to a relative url, while
foo.html continues to link to  a local anchor

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten 
 Hi,
 
 org-export turns links of the form [[foo][link to relative
 url foo]]
 
 ends up creating links of the form a href=#foo.../a
 
 this means that it becomes impossible to write hyperlinks
 that are relative URLs.
Carsten 
Carsten Hi Raman,
Carsten 
Carsten the url goes into the first pair of square brackets,
Carsten the description into the second.  If you put
Carsten something into the first bracket pair that does not
Carsten look lie a url, it will be treated as an internal
Carsten link.
Carsten 
Carsten Have you tried to use something like
Carsten 
Carsten [[http:foo.html][link to relative url]]
Carsten 
Carsten ?
Carsten 
Carsten - Carsten

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


Re: [Orgmode] export to html and relative links:

2008-04-13 Thread T. V. Raman

I think writing http:foo.html is a bad idea because typing that
string in other contexts is sort of meaningless as a URL.
Until now, everything one types in org-mode sort of has meaning
elsewhere. If you want it to look like a url in this case too
then I'd suggest file:foo.html -- rther than http:file.html.

I  did not suggest that earlier because it's more chars to type,
but that's not a huge concern since emacs does the typing, and we
could always augment c-c c-l to enable authoring of relative
links with file completion.

so file:a/b/c.html would become href=a/b/c.html in the
generated html.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
Carsten 
 I've not tried http:foo.html -- but I suggest doing that
 to author a relative URL is a bad idea.
Carsten 
Carsten Can you explain why you think that this is a bad
Carsten idea?  Educate me!  What is wrong with writing
Carsten http:foo.html ??
Carsten 
Carsten - Carsten
Carsten 
 

 I tried ./foo.html and that didn't work either. One compromise
 would be to get ./foo.html to link to a relative url,
 while foo.html continues to link to a local anchor
 
 Carsten == Carsten Dominik [EMAIL PROTECTED]
 writes:
Carsten On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten 
 Hi,
 
 org-export turns links of the form [[foo][link to
 relative url foo]]
 
 ends up creating links of the form a
 href=#foo.../a
 
 this means that it becomes impossible to write
 hyperlinks that are relative URLs.
Carsten 
Carsten Hi Raman,
Carsten 
Carsten the url goes into the first pair of square brackets,
Carsten the description into the second.  If you put
Carsten something into the first bracket pair that does not
Carsten look lie a url, it will be treated as an internal
Carsten link.
Carsten 
Carsten Have you tried to use something like
Carsten 
Carsten [[http:foo.html][link to relative url]]
Carsten 
Carsten ?
Carsten 
Carsten - Carsten
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


Re: [Orgmode] export to html and relative links:

2008-04-13 Thread T. V. Raman
two suggestions:

1)  accept paths like ./foo.html as local links.
2) Augment C-c C-l to react to file: by providing filename
completion relative to the working directory.

The emacs binding to the w3m browser does this if you type file: in the 
minibuffer
when prompted for a URL.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten H, this is *such* a good idea, that I will
Carsten implement this retroactively into all versions since
Carsten ... 2.0 or so?  Abracadabra! Done.
Carsten 
Carsten In fact, it has been working just so for a very long
Carsten time.
Carsten 
Carsten file:foo.html - href=foo.html file:foo.org -
Carsten href=foo.html
Carsten 
Carsten The second line assumes that the org file foo.org
Carsten will also be converted to an html file in the
Carsten publishing process
Carsten 
Carsten Also, I was mistaken earlier:
Carsten 
Carsten http:foo.html becomes href=http:foo.html and not
Carsten href=foo.html
Carsten 
Carsten so this actually cannot be used for a local link.
Carsten 
Carsten So what remains from this exchange?  Should we
Carsten accept links that look like absolute file names
Carsten (including ./foo.html) as equivalent to
Carsten file:./foo.html ?
Carsten 
Carsten - Carsten
Carsten 
Carsten On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:
Carsten 
 
 I think writing http:foo.html is a bad idea because typing that
 string in other contexts is sort of meaningless as a URL.
 Until now, everything one types in org-mode sort of has
 meaning elsewhere. If you want it to look like a url in
 this case too then I'd suggest file:foo.html -- rther than
 http:file.html.
 
 I did not suggest that earlier because it's more chars to
 type, but that's not a huge concern since emacs does the
 typing, and we could always augment c-c c-l to enable
 authoring of relative links with file completion.
 
 so file:a/b/c.html would become href=a/b/c.html in the
 generated html.
 
 Carsten == Carsten Dominik [EMAIL PROTECTED]
 writes:
Carsten On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
Carsten 
 I've not tried http:foo.html -- but I suggest doing that
 to author a relative URL is a bad idea.
Carsten 
Carsten Can you explain why you think that this is a bad
Carsten idea?  Educate me!  What is wrong with writing
Carsten http:foo.html ??
Carsten 
Carsten - Carsten
Carsten 
 

 I tried ./foo.html and that didn't work either. One compromise
 would be to get ./foo.html to link to a relative url,
 while foo.html continues to link to a local anchor
 
 Carsten == Carsten Dominik
 [EMAIL PROTECTED] writes:
Carsten On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten 
 Hi,
 
 org-export turns links of the form [[foo][link to
 relative url foo]]
 
 ends up creating links of the form a
 href=#foo.../a
 
 this means that it becomes impossible to write
 hyperlinks that are relative URLs.
Carsten 
Carsten Hi Raman,
Carsten 
Carsten the url goes into the first pair of square brackets,
Carsten the description into the second.  If you put
Carsten something into the first bracket pair that does not
Carsten look lie a url, it will be treated as an internal
Carsten link.
Carsten 
Carsten Have you tried to use something like
Carsten 
Carsten [[http:foo.html][link to relative url]]
Carsten 
Carsten ?
Carsten 
Carsten - Carsten
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


[Orgmode] export to html and relative links:

2008-04-12 Thread T. V. Raman
Hi,

org-export turns links of the form 
[[foo][link to relative url foo]]

ends up creating links of the form 
a href=#foo.../a

this means that it becomes impossible to write hyperlinks that
are relative URLs.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


[Orgmode] multiple authors in html export:

2007-11-01 Thread T. V. Raman
#+AUTHOR: a,b

produces the right thing.

However 
#+EMAIL:[EMAIL PROTECTED],[EMAIL PROTECTED]
produces a single mailtoURL
that is incorrect --- how does one create multiple EMAIL links?

Creating multiple #+EMAIL: lines ends up picking the last one.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


[Orgmode] Re: org-mode and Google Calendar

2007-09-30 Thread T. V. Raman
For possible ways of syncing with Google Calendar, see gcal.el --
which is part of my emacs-g-client package
http://emacspeak.googlecode.com/svn/trunk/lisp/g-client

Note that the above code is independent of Emacspeak --- but  has
only been tested under Emacs 22.

 Vagn == Vagn Johansen [EMAIL PROTECTED] writes:
Vagn Bastien [EMAIL PROTECTED] writes:
 Cezar [EMAIL PROTECTED] writes:
 
Vagn 
[...]
Vagn 
 I'm not really *syncing* my Org agenda files with Google
 Calendar.
 
 I don't use Google Calendar to add new events; I just use
 it to check events that I have in my Org agenda files.
Vagn 
Vagn Me too
Vagn 
 So what I basically do, is that I export my agenda files
 to a single .ics file, then ask Google to import this as a
 new calendar.
 
 I've cron'ed this script:
Vagn 
Vagn [...]
Vagn 
Vagn I have my org file on an ftp server so I can access it
Vagn anywhere. I then use the builtin support for FTP in
Vagn Emacs (ange/tramp) to read/write it and the
Vagn corresponding ics file. Because the org file is on a
Vagn FTP server C-c C-e i will automatically write the ics
Vagn file on the FTP server.
Vagn 
Vagn I just point google calendar to this file. The only
Vagn problem I have had is with google calendars timezone
Vagn handling.
Vagn 
Vagn -- Vagn Johansen
Vagn 
Vagn 
Vagn 
Vagn ___
Vagn Emacs-orgmode mailing list Remember: use `Reply All' to
Vagn send replies to the list.  Emacs-orgmode@gnu.org
Vagn http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


[Orgmode] spreadsheet advice

2007-09-11 Thread T. V. Raman

For easy insertion of templates as you make entries on a
daily/hourly basis, look at the org - remember integration ---
the easiest way to do this would be to 

A)  install remember
B) Create an appropriate entry in the org-remember-templates,
C) Just hit remember and jot down what you are entering.



 Robert == Robert D Crawford [EMAIL PROTECTED] writes:
Robert I am a new user to org-mode and picked it up mainly
Robert for the spreadsheet functionality.  I have a few
Robert questions that I cannot seem to get an answer to from
Robert reading the info manual.
Robert 
Robert I am using the spreadsheet to keep track of my blood
Robert glucose levels, correctional boluses, carb intake,
Robert meal boluses, and basal increases.  All of these
Robert things need to be recorded to the nearest hour.  Each
Robert section will look like the following and corresponds
Robert to one day.  I have removed many of the hours for
Robert brevity.
Robert 
Robert | | date | 00 | 01 | 22 | 23 | avg bg | tot carb |
Robert |---+---+-+++++--|
Robert | | bg | | | | | | | | | corr | | | | | | | | | carb
Robert | | | | | | | | | bolus | | | | | | | | | basal | | |
Robert | | | | | | | | | | | | |
Robert |---+---+-+++++--|
Robert #+TBLFM: @3$3=if(@-10,(@-1-100.0)/100.0,string()
Robert 
Robert As you can see, I have only the basic layout and one
Robert equation.
Robert 
Robert Now for the questions.
Robert 
Robert 1.  I would like to keep all the tables above in one
Robert spreadsheet, one table for each day of the month,
Robert creating a new spreadsheet each month.  If there is a
Robert more efficient way to do it I am more than open to
Robert suggestion.  The reason is that I would be able to
Robert more easily track trends in blood glucose levels on a
Robert time-of-day basis.
Robert 
Robert All other questions assume the above layout.
Robert 
Robert 2.  I would like to create a bg-template.org file and
Robert simply insert that file every morning when I do my
Robert first reading.  One problem I see is the equations
Robert might need to be rewritten for the bit that gets
Robert added.  Is there some way to get past this issue?
Robert 
Robert 3.  Is there some functionality for row equations
Robert like there is for column equations?  The rows marked
Robert corr and bolus can be automatically filled with
Robert values and I would like to do this but don't want to
Robert have to bother with the work necessary to yank the
Robert equation in each field if it is not necessary.  I did
Robert try to use a range in the tblfm line but this does
Robert not work.
Robert 
Robert 4.  In the name of further automation, can one jump
Robert to a particular coordinate in the spreadsheet?
Robert 
Robert I think that takes care of my immediate questions.
Robert Thanks for any assistance offered.
Robert 
Robert rdc -- Robert D. Crawford [EMAIL PROTECTED]
Robert 
Robert But I don't like Spam
Robert 
Robert 
Robert ___
Robert Emacs-orgmode mailing list Remember: use `Reply All'
Robert to send replies to the list.  Emacs-orgmode@gnu.org
Robert http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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


[Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman
From building 5.08:
emacs -batch -q -eval (add-to-list (quote load-path) 
\/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org.el

In org-columns-eval:
org.el:14725:8:Warning: `next-line' used from Lisp code
That command is designed for interactive use only

In end of data:
org.el:24787:1:Warning: the following functions might not be defined at
runtime: gnus-summary-last-subject, rmail-show-message, parse-time-string,
calendar-forward-day, check-calendar-holidays, calendar-goto-date,
calendar-goto-today, calendar-iso-date-string,
calendar-julian-date-string, calendar-astro-date-string,
calendar-hebrew-date-string, calendar-islamic-date-string,
calendar-french-date-string, calendar-bahai-date-string,
calendar-mayan-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-persian-date-string,
calendar-chinese-date-string, Info-goto-node
org.el:24787:1:Warning: the following functions are not known to be defined:
add-local-hook, table--at-cell-p, bbdb-record-name, bbdb-current-record,
bbdb-record-getprop, vm-summarize, vm-follow-summary-cursor,
vm-select-folder-buffer, vm-su-subject, vm-get-header-contents,
vm-su-message-id, wl-summary-message-number, elmo-message-field,
elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
wl-summary-line-from, elmo-message-entity-field, wl-summary-line-subject,
rmail-narrow-to-non-pruned-header, gnus-article-show-summary,
dired-get-filename, bbdb-name, bbdb-company, bbdb, Info-find-node,
vm-isearch-update, vm-isearch-narrow, vm-beginning-of-message,
elmo-folder-exists-p, wl-folder-get-elmo-folder,
wl-summary-goto-folder-subr, wl-summary-jump-to-msg-by-message-id,
wl-summary-redisplay, rmail-what-message, mh-index-previous-folder,
mh-get-msg-num, mh-show-buffer-message-number, mh-display-msg,
mh-header-display, mh-show-header-display, mh-get-header-field, mh-show,
mh-show-show, mh-find-path, mh-visit-folder, mh-normalize-folder-name,
mh-search-choose, mh-search, mh-show-msg, bibtex-generate-autokey,
bibtex-beginning-of-entry, bibtex-parse-entry, bibtex-url, remember,
remember-buffer-desc, make-glyph, list-diary-entries, add-to-diary-list,
cdlatex-tab, org-export-latex-cleaned-string
Wrote /tmp/org-5.08/org.elc
emacs -batch -q -eval (add-to-list (quote load-path) 
\/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org-publish.el

In org-publish-org-to-html:
org-publish.el:461:8:Warning: function `org-publish-org-to-html' defined
multiple times in this file

In end of data:
org-publish.el:623:1:Warning: the following functions are not known to be
defined: org-export-as-html, eshell/cp
Wrote /tmp/org-5.08/org-publish.elc
emacs -batch -q -eval (add-to-list (quote load-path) 
\/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org-mouse.el

In org-mouse-show-context-menu:
org-mouse.el:194:24:Warning: reference to free variable
`org-mouse-context-menu-function'

In org-mouse-replace-match-and-surround:
org-mouse.el:260:25:Warning: reference to free variable `rest'

In org-mouse-get-priority:
org-mouse.el:312:37:Warning: reference to free variable `org-default-priority'

In org-mouse-at-link:
org-mouse.el:318:26:Warning: reference to free variable
`org-bracket-link-regexp'
org-mouse.el:319:26:Warning: reference to free variable `org-angle-link-re'
org-mouse.el:320:26:Warning: reference to free variable `org-plain-link-re'

In org-mouse-priority-list:
org-mouse.el:343:34:Warning: reference to free variable `org-lowest-priority'

In org-mouse-popup-global-menu:
org-mouse.el:459:22:Warning: reference to free variable
`org-agenda-custom-commands'

In org-mouse-todo-keywords:
org-mouse.el:552:57:Warning: reference to free variable `org-todo-keywords'

In org-mouse-match-todo-keyword:
org-mouse.el:558:34:Warning: reference to free variable `org-todo-regexp'

In org-mouse-context-menu:
org-mouse.el:572:31:Warning: reference to free variable `org-deadline-string'
org-mouse.el:572:51:Warning: reference to free variable `org-scheduled-string'
org-mouse.el:595:52:Warning: reference to free variable `org-startup-options'

In org-mouse-do-remotely:
org-mouse.el:972:35:Warning: reference to free variable `_cmd'

In end of data:
org-mouse.el:1058:3:Warning: the following functions are not known to be
defined: outline-next-heading, org-insert-heading, org-time-stamp,
org-timestamp-change, org-priority, org-at-date-range-p,
org-at-timestamp-p, org-split-string, org-get-tags, org-get-buffer-tags,
org-set-tags, org-at-item-p, org-at-item-checkbox-p, org-previous-item,
org-next-item, org-back-to-heading, org-context, org-demote-subtree,
org-promote-subtree, org-cut-subtree, outline-end-of-subtree,
org-paste-subtree, org-with-remote-undo, org-show-hidden-entry,
org-flag-heading, org-get-heading, org-agenda-change-all-lines
Wrote /tmp/org-5.08/org-mouse.elc
emacs -batch -q -eval (add-to-list 

Re: [Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman

Yes, I know it's not a problem, just pointed it out from a
code-hygene point of view 

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten None of this is a problem.  - Carsten
Carsten 
Carsten On Sep 7, 2007, at 15:38, T. V. Raman wrote:
Carsten 
 From building 5.08:
 emacs -batch -q -eval (add-to-list (quote load-path)
 \/usr/local/share/emacs/site-lisp\) -f
 batch-byte-compile org.el
 
 In org-columns-eval: org.el:14725:8:Warning: `next-line'
 used from Lisp code That command is designed for
 interactive use only
 
 In end of data: org.el:24787:1:Warning: the following
 functions might not be defined at runtime:
 gnus-summary-last-subject, rmail-show-message,
 parse-time-string, calendar-forward-day,
 check-calendar-holidays, calendar-goto-date,
 calendar-goto-today, calendar-iso-date-string,
 calendar-julian-date-string, calendar-astro-date-string,
 calendar-hebrew-date-string, calendar-islamic-date-string,
 calendar-french-date-string, calendar-bahai-date-string,
 calendar-mayan-date-string, calendar-coptic-date-string,
 calendar-ethiopic-date-string,
 calendar-persian-date-string,
 calendar-chinese-date-string, Info-goto-node
 org.el:24787:1:Warning: the following functions are not
 known to be defined: add-local-hook, table--at-cell-p,
 bbdb-record-name, bbdb-current-record,
 bbdb-record-getprop, vm-summarize,
 vm-follow-summary-cursor, vm-select-folder-buffer,
 vm-su-subject, vm-get-header-contents, vm-su-message-id,
 wl-summary-message-number, elmo-message-field,
 elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
 wl-summary-line-from, elmo-message-entity-field,
 wl-summary-line-subject,
 rmail-narrow-to-non-pruned-header,
 gnus-article-show-summary, dired-get-filename, bbdb-name,
 bbdb-company, bbdb, Info-find-node, vm-isearch-update,
 vm-isearch-narrow, vm-beginning-of-message,
 elmo-folder-exists-p, wl-folder-get-elmo-folder,
 wl-summary-goto-folder-subr,
 wl-summary-jump-to-msg-by-message-id,
 wl-summary-redisplay, rmail-what-message,
 mh-index-previous-folder, mh-get-msg-num,
 mh-show-buffer-message-number, mh-display-msg,
 mh-header-display, mh-show-header-display,
 mh-get-header-field, mh-show, mh-show-show, mh-find-path,
 mh-visit-folder, mh-normalize-folder-name,
 mh-search-choose, mh-search, mh-show-msg,
 bibtex-generate-autokey, bibtex-beginning-of-entry,
 bibtex-parse-entry, bibtex-url, remember,
 remember-buffer-desc, make-glyph, list-diary-entries,
 add-to-diary-list, cdlatex-tab,
 org-export-latex-cleaned-string Wrote
 /tmp/org-5.08/org.elc emacs -batch -q -eval (add-to-list
 (quote load-path) \/usr/local/share/emacs/site-lisp\)
 -f batch-byte-compile org-publish.el
 
 In org-publish-org-to-html: org-publish.el:461:8:Warning:
 function `org-publish-org-to-html' defined multiple times
 in this file
 
 In end of data: org-publish.el:623:1:Warning: the
 following functions are not known to be defined:
 org-export-as-html, eshell/cp Wrote
 /tmp/org-5.08/org-publish.elc emacs -batch -q -eval
 (add-to-list (quote load-path)
 \/usr/local/share/emacs/site-lisp\) -f
 batch-byte-compile org-mouse.el
 
 In org-mouse-show-context-menu:
 org-mouse.el:194:24:Warning: reference to free variable
 `org-mouse-context-menu-function'
 
 In org-mouse-replace-match-and-surround:
 org-mouse.el:260:25:Warning: reference to free variable
 `rest'
 
 In org-mouse-get-priority: org-mouse.el:312:37:Warning:
 reference to free variable `org-default-priority'
 
 In org-mouse-at-link: org-mouse.el:318:26:Warning:
 reference to free variable `org-bracket-link-regexp'
 org-mouse.el:319:26:Warning: reference to free variable
 `org-angle-link-re' org-mouse.el:320:26:Warning: reference
 to free variable `org-plain-link-re'
 
 In org-mouse-priority-list: org-mouse.el:343:34:Warning:
 reference to free variable `org-lowest-priority'
 
 In org-mouse-popup-global-menu:
 org-mouse.el:459:22:Warning: reference to free variable
 `org-agenda-custom-commands'
 
 In org-mouse-todo-keywords: org-mouse.el:552:57:Warning:
 reference to free variable `org-todo-keywords'
 
 In org-mouse-match-todo-keyword:
 org-mouse.el:558:34:Warning: reference to free variable
 `org-todo-regexp'
 
 In org-mouse-context-menu: org-mouse.el:572:31:Warning:
 reference to free variable `org-deadline-string'
 org-mouse.el:572:51:Warning: reference to free variable
 `org-scheduled-string' org-mouse.el:595:52:Warning:
 reference to free variable `org-startup-options'
 
 In org-mouse-do-remotely: org-mouse.el:972:35:Warning:
 reference to free variable `_cmd'
 
 In end of data: org-mouse.el:1058:3

Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-05 Thread T. V. Raman
I'm perfectly happy to do this with properties rather than
categories. But I suggested categories because that is what
agenda  views are using at present in the left column.
Could we perhaps introduce a special property that is used by
org-agenda to build the left column?

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten On Sep 4, 2007, at 20:00, Bastien wrote:
Carsten 
 T. V. Raman [EMAIL PROTECTED] writes:
 
 It would be nice to have an interactive
 org-agenda-set-category alongside org-agenda-set-tag in
 the agenda buffer.
 
 I think it doesn't make sense to have
 `org-agenda-set-category' until we are able to set the
 category as a property of the headline.
 
 For now categories (like the archiving locations) are set
 by looking *backward* for a line like #+CATEGORY or
 #+ARCHIVE.
 
 When setting the category with `org-agenda-set-category',
 where should such a line be inserted/modified? Just above
 the headline? Then storing this headline won't delete the
 #+CATEGORY line. Just under the headline?  Then the
 headline itself won't be recognized as belonging to that
 category...  See the discussion here:
 
 http://article.gmane.org/gmane.emacs.orgmode/2898
 
 Please anybody stops me if I'm wrong, but I guess the
 #+ARCHIVE and #+CATEGORY instructions are slowly dying and
 will be set as properties in the future.
Carsten 
Carsten I have been thinking in this direction as well.  The
Carsten only problem is that properties are quite invisible
Carsten during normal working.
Carsten 
Carsten But I agree that the multiple #+CATEGORY things in a
Carsten single file are complex and not very clean, so
Carsten properties might be better.
 
 Then, in the new world, where such #+CONSTRUCTS are only
 used to set *file* properties (not headlines properties),
Carsten 
Carsten Yes, I'd like to go there, eventually.
Carsten 
 it will be okay to set whatever property you want through
 the column view -- and perhaps the column view itself
 would be available in the agenda ebuffer
Carsten 
Carsten it is!
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-read-date minibuffer bindings:

2007-09-04 Thread T. V. Raman

Incidentally, it might be worthwhile to promote org-read-date to
all of Emacs as read-date -- Emacs needs a good date-picker
widget alongside things like read-file and org-read-date is the
best I've seen. Incidentally I'm planning to update gcal.el (part
of emacs-g-client)
to use org-read-date if available.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten On Sep 4, 2007, at 4:29, T. V. Raman wrote:
Carsten 
 For all date/calendar related things, down-arrow moves
 forward, up-arrow back --- except in the keybindings set
 up for org-time-stamp through org-shiftup and
 org-shiftdown
 
 In some sense, the binding used there -- up-arrow
 increases down-arrow decreases field under point makes
 local sense, but is globally confusing.
Carsten 
Carsten You are right, I have been irritated by this as
Carsten well, without knowing why.  I modeled it after the
Carsten typical number selection item in widgets that
Carsten usually have little arrow on the side that you can
Carsten click.
Carsten 
Carsten But now you are telling me the reason of my
Carsten confusion: In the calenda and in the agenda, down
Carsten means later.
Carsten 
Carsten I am hesitant to change the default for this (would
Carsten to after massive voting), but there will be an
Carsten option `org-edit-timestamp-down-means-later' in the
Carsten next version.
Carsten 
Carsten Thanks!
Carsten 
Carsten - Carsten
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread T. V. Raman
It would be nice to have an interactive org-agenda-set-category
alongside org-agenda-set-tag 
in the agenda buffer.

This would allow one to quickly categorize tasks.

Later, it might also be  nice to implement a function that  say
rearranges all todo entries of a particular category under a
common section. I find myself doing this by hand at present, and
Emacs will probably do it better than my fingers.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Feature Request: org-agenda-set-category

2007-09-04 Thread T. V. Raman
Putting it immediately after the headline is how I would
implement it.

And it would work depending on ones workstyle --- most features
of org  make sense only in the context of a work style.

 Bastien == Bastien  [EMAIL PROTECTED] writes:
Bastien T. V. Raman [EMAIL PROTECTED] writes:
 It would be nice to have an interactive
 org-agenda-set-category alongside org-agenda-set-tag in
 the agenda buffer.
Bastien 
Bastien I think it doesn't make sense to have
Bastien `org-agenda-set-category' until we are able to set
Bastien the category as a property of the headline.
Bastien 
Bastien For now categories (like the archiving locations)
Bastien are set by looking *backward* for a line like
Bastien #+CATEGORY or #+ARCHIVE.
Bastien 
Bastien When setting the category with
Bastien `org-agenda-set-category', where should such a line
Bastien be inserted/modified? Just above the headline? Then
Bastien storing this headline won't delete the #+CATEGORY
Bastien line. Just under the headline?  Then the headline
Bastien itself won't be recognized as belonging to that
Bastien category...  See the discussion here:
Bastien 
Bastien   http://article.gmane.org/gmane.emacs.orgmode/2898
Bastien 
Bastien Please anybody stops me if I'm wrong, but I guess
Bastien the #+ARCHIVE and #+CATEGORY instructions are slowly
Bastien dying and will be set as properties in the
Bastien future. We already (as of 5.07) have these new
Bastien properties when archiving:
Bastien 
Bastien   :ARCHIVE_TIME: 2007-09-01 sam 05:54 :ARCHIVE_FILE:
Bastien ~/org/bzg.org :ARCHIVE_CATEGORY: nothot
Bastien 
Bastien Then, in the new world, where such #+CONSTRUCTS are
Bastien only used to set *file* properties (not headlines
Bastien properties), it will be okay to set whatever
Bastien property you want through the column view -- and
Bastien perhaps the column view itself would be available in
Bastien the agenda ebuffer, which would let you have your
Bastien `org-agenda-set-category'.
Bastien 
Bastien (Of course #+CATEGORY will remain, but only as a way
Bastien to categorize files, not headlines.)
Bastien 
 This would allow one to quickly categorize tasks.
Bastien 
Bastien Yes, as the column view allows quick selection of
Bastien *any* property.
Bastien 
 Later, it might also be nice to implement a function that
 say rearranges all todo entries of a particular category
 under a common section. I find myself doing this by hand
 at present, and Emacs will probably do it better than my
 fingers.
Bastien 
Bastien Maybe `org-sort-entries' could group entries that
Bastien have a property in common.
Bastien 
Bastien -- Bastien
Bastien 
Bastien 
Bastien ___
Bastien Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Bastien http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] feature request: additional org/remember template escapes:

2007-09-03 Thread T. V. Raman

Yes,  your suggested replacement for the message would be
clearer.
And thanks for the new template, org/remember is an amazing piece
of work.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten On Sep 1, 2007, at 6:32, T. V. Raman wrote:
Carsten 
 I've been using org with remember as my Web Notebook for
 the last 18 months.
 
 I browse exclusively from Emacs as an emacspeak user (w3
 and W3M) and this is an incredibly useful thing to have.
 
 The one thing that prevents me from completely satisfied
 is the set of available template escapes -- based on what
 is possible, entries end up looking like:
 
 ** [[URL]] note
 
 where note is what I typed in the remember buffer.
 
 Ideally I'd like the above to be :
 
 ** [[URL][Note]]
 
Carsten 

Starting with 5.08, you will be able to use %A in the template.
Carsten It will insert the link, but explicitly prompt you
Carsten for the link description.
Carsten 
 or even better, have the entry go in as a bullet rather
 than a section header.
Carsten 
Carsten This is hard, because the whole note insertion of
Carsten remember notes is based on the outline structure.
Carsten No action for now.
Carsten 
 Finally, I have never understood what the inserted at
 level n shifted by m message means, could we come up with
 better wording? I feel uneasy criticizing without a better
 suggestion, but I dont understand what it means fully, and
 am consequently reluctant to hazard at a better phrase.
Carsten 
Carsten A remember note is an outline entry, i.e. it has a
Carsten first line with one or many stars.  Notes are
Carsten inserted into the existing outline structure using
Carsten the command org-paste-subtree.  The command is
Carsten clever about adjusting the outline level of the
Carsten inserted subtree, so that it correctly fits into the
Carsten local hierarchy.  And to make sure the user
Carsten understands what just happened, it tells the user
Carsten what the new outline level of the inserted item is,
Carsten if it hat to be shifted (i.e. promoted or demoted
Carsten but removing or adding stars) to get there.  At the
Carsten time of implementation this was more of a debugging
Carsten feedback than anything else.
Carsten 
Carsten I guess this is reasonably useful feedback when
Carsten using the pasting commands explicitly, in an
Carsten interactive way.  We could turn off the message in
Carsten non-interactive use like this (during remember
Carsten filing note storing).
Carsten 
Carsten For interactive use, how about the simpler:
Carsten 
Carsten Clipboard pasted as level N subtree
Carsten 
Carsten Would that be clearer?
Carsten 
Carsten - Carsten
Carsten 
Carsten 
Carsten 
Carsten -- Carsten Dominik Sterrenkundig Instituut Anton
Carsten Pannekoek Universiteit van Amsterdam Kruislaan 403
Carsten NL-1098SJ Amsterdam phone: +31 20 525 7477
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-agenda -- todo commands dont change state?

2007-09-03 Thread T. V. Raman

I cloned John W's setup.
I also saw that he had a small note saying dont use the todo
cycling commands
I've now been successfully using the helper commands he defined
in his customizations. Incidentally, those commands might be
useful to promote into org-mode -- they work really nicely.
I also like the work style that that encourages, i.e. hit tab in
the agenda view, and work with the entry in the toto file.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten Hi Raman, I am unable to reproduce this.  I guess we
Carsten need more info about your setup.
Carsten 
Carsten - Carsten
Carsten 
Carsten On Sep 1, 2007, at 23:27, T. V. Raman wrote:
Carsten 
 Hitting 't' in the agenda buffer pops up an input area,
 but finishing with C-C C-c raises a not within an item
 error and the state is not updated.
 
 
 Using C-u t does not raise this error, but the state
 remains untouched.
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs
 
 
 ___
 Emacs-orgmode mailing list Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 
Carsten 
--
Carsten Dominik Sterrenkundig Instituut Anton Pannekoek
Carsten Universiteit van Amsterdam Kruislaan 403 NL-1098SJ
Carsten Amsterdam phone: +31 20 525 7477
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-mode and outline: Signalling at top level

2007-08-31 Thread T. V. Raman
So following the excellent article on GTD, I decided to start
using org for keeping my day planner.

I discovered an immediate irritant (only Emacspeak users will hit
this)--
when you create the agenda view  Emacs signals Already at top 
multiple times.

This is not coming from org-mode, but from outline-up-heading ---
which has the unfortunate habit of raising a signal that is
caught elsewhere.

Emacspeak notices this because it has to provide speec/auditory
output on signal --- there are too many emacs packages that use
signal to indicate user-visible error conditions, e.g. VM at
end-of-folder.

For now, I defined an around advice on outline-up-heading to
silence the output in case of a signal, but I think it would be
useful for org-mode to protect itself from calling
outline-up-heading unnecessarily -- purely from a software hygene
point of view.

To observe the problem, try invoke org-agenda with
debug-on-signal set to T--
alternatively, just look at the messages buffer.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] 4.77: org-export-region-as-html produces strange output

2007-06-18 Thread T. V. Raman

What is strange about col

A)   I dont know what that element means or why it is there.
B)   It's also missing its closing tag.



 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten Hi Raman, On Jun 17, 2007, at 20:32, T. V. Raman
Carsten wrote:
Carsten 
 

 See attached org input and resulting HTML.
 
 Things that look buggy:
 
 The example uses a section header, a bulleted list and a
 table.
 
 See list of problems below:
 
 0) The table becomes part of the final bullet.
Carsten 
Carsten I'd say this is on purpose.  Same is true for pre
Carsten stuff, these are just insertions, their indentation
Carsten does not change the structure.
Carsten 
 1) The table has a strange col element inside it.
Carsten 
Carsten What is strange about it?
Carsten 
 2) Given that I invoked org-export-region-as-html with a
 prefix arg, it would be a good idea not to generate
 section numbers --
Carsten 
Carsten Good point, I will turn that off.  There is a
Carsten similar problems with ID of headings, these should
Carsten maybe also turned because using cut-and-paste, you
Carsten might get multiple id's like sec-1.
Carsten 
Carsten Thanks.
Carsten 
Carsten - Carsten

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] 4.77: org-export-region-as-html produces strange output

2007-06-17 Thread T. V. Raman


See attached org input and resulting HTML.

Things that look buggy:

The example uses a section header, a bulleted list and a table.

See list of problems below:

0)  The table becomes part of the final bullet.
1)  The table has a strange col element inside it.
2)  Given that I invoked org-export-region-as-html with a prefix
arg, it would be a good idea not to generate section numbers --
or at least make the generation of such section numbers
customizable by the user.
Otherwise, cutting and pasting the generated html markup requires
handfixing of the section numbers 



* Introduction
  - First bullet.
  - Second bullet.

|--+---|
| Name | Email |



h2 id=sec-11 Introduction/h2

ul
li
First bullet.
/li
li
Second bullet.

table border=2 cellspacing=0 cellpadding=6 rules=groups frame=hsides
COL align=leftCOL align=left
tbody
trtdName/tdtdEmail/td/tr
/tbody
/table

/li
/ul

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Export to PDF

2007-04-28 Thread T. V. Raman

to get hyperlinks etc from latex into pdf, the best option is to
use package hyperref 

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten Why don't you go through HTML und use
Carsten http://www.rustyparts.com/pdf.php
Carsten 
Carsten - Carsten
Carsten 
Carsten On Apr 18, 2007, at 14:59, Denis Bueno wrote:
Carsten 
 All-
 
 I'm somewhat mystified that I can't seem to find support
 for this feature in Org mode. I looked through the manual
 and mailing list, but it seems no one has used -- or even
 wanted -- this feature. However, it's one of the (very
 few) things I can find lacking in org-mode. Is there a
 chance this will be implemented in the future?
 
 LaTeX-heavy files especially would benefit from
 export-to-pdf (and indeed, this is why I want it). The
 lack of this feature is the one thing that gives me pause
 about using org-mode to take notes in college.
 
 Thank you.
 
 -Denis
 
 
 ___
 Emacs-orgmode mailing list Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 
Carsten 
--
Carsten Dominik Sterrenkundig Instituut Anton Pannekoek
Carsten Universiteit van Amsterdam Kruislaan 403 NL-1098SJ
Carsten Amsterdam phone: +31 20 525 7477
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-insert-links and minibuffer history?

2007-01-27 Thread T. V. Raman
Hi,

It would be nice if org-stroed-links got used as minibuffer
history by org-insert-links.

The present behavior -- hitting enter inserts the most recently
yanked link, intuitively makes one want to hit M-n and M-p to
cycle through the set of links stored in org-stored-links
 Thanks, 
 --Raman

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] keyboard command request: jumping to links in org mode

2007-01-24 Thread T. V. Raman
Hi,

I need a keyboard command to move through the links in an
org-mode buffer; I cant find something that will do this at
present.

This means that I need to use regular word navigation commands at
present to navigate to a link on a line before hitting c-c c-o
--- tab would have been a possible key to use for this but it's
already taken.

Key choice aside I'd like two interactive commands, org-next-link
and org-previous-link --- should basically come down to executing
(goto-char (next-single-property-change ..)) of the right
property. 

Do you think something like this could be added?

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-mode, vc, and read-only files:

2006-10-08 Thread T. V. Raman
Would it be possible to make org-cycle work on read-only files
--- suspect we just neeed to wrap its body in a 
(let ((inhibit-read-only t))...)

At present, if you put your org files under vc control, with RCS then
opening a checked-in  file i.e. one that is read-only, causes an
error since org-cycle is unable to change properties on read-only
content.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Emacs-orgmode] org-mode: couple of html related feature requests

2006-08-07 Thread T. V. Raman

I dont care as much about th #+title bit as much as all headings
appearing one level demoted in html 

I'd like '* heading' to become h1, not h2 as it does at present.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten I still fail to see why this would be better than
Carsten using the #+TITLE line that has exactly this
Carsten purpose.  If you want to specify the title line, you
Carsten can use that line.  If you don't want to specify it,
Carsten all we are discussing about is the question of what
Carsten would be a good default for the title.  I am
Carsten currently taking that default from the file name,
Carsten you want it from the first headline - both can be
Carsten equally good and bad titles.
Carsten 
Carsten - Carsten
Carsten 
Carsten On Aug 3, 2006, at 3:07, T. V. Raman wrote:
Carsten 
 But we could still use the first top-levle heading?  The
 rest of the mapping still holds, since html lets you have
 multiple h1 headings on a page. As things stand,
 everything gets demoted a level when you go through org
 
 Carsten == Carsten Dominik [EMAIL PROTECTED]
 writes:
Carsten Hi Raman, On Jul 23, 2006, at 20:19, T. V. Raman
Carsten wrote:
Carsten 
 Hi,
 
 Here are a couple of html export related feature
 requests.
 
 0) Would it be possible to generate the title element
 from the first top-level heading -- rather than the base
 filename?
Carsten 
Carsten No, I don't want to do this.  If we do this we
Carsten implicitly assume that there is only one top-level
Carsten heading in the file, in general there will be more
Carsten than one.  However, you can always set the document
Carsten title like this:
Carsten 
Carsten #+TITLE: This is a title for the HTML export
Carsten 
 1) How do I avoid the -*- mode: ... -*- line from
 showing up in the exported HTML?
Carsten 
Carsten How do you get it in?  I have never seen it.
Carsten Anybody?
Carsten 
 2) Finally, how do I supress generation f the Table of
 contents?
Carsten 
Carsten This was already answered by David Emery.
Carsten 
 And one related request:
 
 Once we get the vaue of title from the first top-level
 heading, we could also promote everything up by a level
 on the html side so that '*' headings become h1, '**'
 become h2 etc.
 
 I find the present practice of '*' headings becoming h2s
 a bit painful because things on the HTML side get too
 deep in their hierarchy.
Carsten 
Carsten I don't think it is useful to treat the first
Carsten toplevel heading differently from the others.  And I
Carsten personally like the title in H1 and the top level
Carsten headings in H2.  However, I can see that this is a
Carsten matter of taste, so I will provide a variable
Carsten 
Carsten org-export-html-toplevel-hlevel
Carsten 
Carsten that can be used to set which of H1, H2, H3
Carsten  should be used for level 1 org-mode headings.
Carsten Default for now continues to be 2.
Carsten 
Carsten Related to this, I have an HTML/CSS question:
Carsten 
Carsten If I do
Carsten 
Carsten H1 class=titleDocument title/H1
Carsten 
Carsten H1My first outline heading/H1
Carsten 
Carsten what do i have to put into the css style to make the
Carsten first line appear differently from the second? I
Carsten have tried:
Carsten 
Carsten h1 { font-size: 18pt; padding-top: 1em; }
Carsten 
Carsten .title { font-size: 20pt; color: #ff8c00; }
Carsten 
Carsten but that does not work.
Carsten 
Carsten Thanks.
Carsten 
Carsten - Carsten
Carsten 
Carsten 
Carsten 
Carsten -- Carsten Dominik Sterrenkundig Instituut Anton
Carsten Pannekoek Universiteit van Amsterdam Kruislaan 403
Carsten NL-1098SJ Amsterdam phone: +31 20 525 7477
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs
 
 
Carsten 
--
Carsten Dominik Sterrenkundig Instituut Anton Pannekoek
Carsten Universiteit van Amsterdam Kruislaan 403 NL-1098SJ
Carsten Amsterdam phone: +31 20 525 7477

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] Fwd: org mode list

2006-06-23 Thread T. V. Raman

It appears to be working now.



 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten I just got this message from Raman, and I don't know
Carsten what to do.  Anyone here has more experience in
Carsten mailing list management that I do?  Thanks.
Carsten 
Carsten - Carsten
Carsten 
Carsten Begin forwarded message:
Carsten 
 From: TV Raman [EMAIL PROTECTED] From: T. V. Raman
 [EMAIL PROTECTED] Date: June 23, 2006 6:44:55 CEST To:
 [EMAIL PROTECTED] Subject: org mode list
 
 unfortunately sourceforge appears to have bounced my mail
 last week, resulting in org-mode mailing list
 unsubscribing me.  Unfortunately the reconfirm cookie
 has also expired, and I'm at a loss as to how to re-enable
 my subscription
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs
 
 
 
Carsten --
Carsten Dominik Sterrenkundig Instituut Anton Pannekoek
Carsten Universiteit van Amsterdam Kruislaan 403 NL-1098SJ
Carsten Amsterdam phone: +31 20 525 7477
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] Org-mode 4.39

2006-06-23 Thread T. V. Raman
for html export from latex, I recommend tex4ht -- exporting
images is a bad thing since someone who cannot see wont be able
to read something that should be perfectly readable.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] example of tex4ht to produce html from LaTeX

2006-06-23 Thread T. V. Raman
As an example, see
http://safariexamples.informit.com/0321154991/index.html
I typeset this book in LaTeX, and the online HTML was produced by
tex4ht.

tex4ht is installed on most linux systems where TeX is these
days, the script to invoke it is either xhlatex.sh or xhlatex
depending on the installation.

Let's atleast make the mechanism to  export LaTeX to HTML
customizable, and have xhlatex as one of the available choices
--- and preferably the default.
 Thanks, 
 --Raman

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Emacs-orgmode] table.el and org.el

2006-06-05 Thread T. V. Raman

I hadn't realized org-mode-map did its own rebindings; that
should be sufficient in terms of clues for me to trace this down.



 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten I have never closely looked at how table.el works
Carsten and how it creates and installs its special keymap.
Carsten Nor do I know what Emacs speak does.
Carsten 
Carsten But I can explain what Org-mode does:
Carsten 
Carsten Org-mode defines its own self-insert-command
Carsten (org-self-insert-command).  It then re-binds all
Carsten keys that are assigned to self-insert-command in the
Carsten *global* map.  That binding takes place in
Carsten org-mode-map.  However, for me table.el works fine -
Carsten so that means it does install its keymap correctly
Carsten also in Org-mode.
Carsten 
Carsten To summarize - I have no idea where things go wrong.
Carsten 
Carsten Things to try would be to (require 'table) before
Carsten org.el gets loaded, and maybe (if that if necessary)
Carsten to force table.tl to built its keymap before the
Carsten first org-mode file gets loaded.
Carsten 
Carsten - Carsten
Carsten 
Carsten On Jun 5, 2006, at 2:14, T. V. Raman wrote:
Carsten 
 I'm losing table-mode keybindings when I create table.el
 tables in org-mode.
 
 This may be due to interction with emacspeak --- see
 explanation below, but I need some tips on how to fix
 this.
 
 Symptoms:
 
 I can use table.el tables in non-org buffers.
 
 In org-buffer, if I create a table.el table I get
 problems.
 
 Explanation of Problem:
 
 Emacspeak redefines self-insert-command since that command
 cannot be advised.  table.el also redefines and rebinds
 self-insert-command, and I have advised table.el's
 insertion commands, that works correctly.
 
 table.el sets up a special keymap where it rebinds
 self-insert-command; I've advised the remapping command to
 become aware of the need to also rebind emacspeak's
 version of self-insert command.
 
 For some reason there seems to be some interaction between
 table.el and org-mode that causes the final step in the
 above chain to fail.
 
 Thoughts?
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs
 
 
 ___
 Emacs-orgmode mailing list Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 
Carsten --
Carsten Dominik Sterrenkundig Instituut Anton Pannekoek
Carsten Universiteit van Amsterdam Kruislaan 403 NL-1098SJ
Carsten Amsterdam phone: +31 20 525 7477

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Emacs-orgmode] org-agenda-todo-list-sublevels bug?

2006-06-02 Thread T. V. Raman

Here's one for the list:

Now that we have xhtml output, and CSS support, it might be nice
to introduce support for microformats -- starting with things
like hcard and hcalendar.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten OK, there is indeed a bug, exposed because of your
Carsten setting
Carsten 
Carsten (setq org-agenda-todo-ignore-scheduled t)
Carsten 
Carsten which I don't have and therefore the bug did not
Carsten happen for me.  Thanks for taking the time to make
Carsten me a test file, and for including your complete
Carsten configuration.
Carsten 
Carsten I have fixed this for the next version.  I am not
Carsten sure if you realize this, but this will mean that
Carsten your example todo list will be completely empty. You
Carsten ask Org-mode to not treat scheduled items as open,
Carsten and you also ask it to ignore the subitems of any
Carsten TODO.  The first setting makes it skip the first
Carsten headline, the second setting makes it skip the other
Carsten two.
Carsten 
Carsten Thanks
Carsten 
Carsten - Carsten
Carsten 
Carsten On Jun 1, 2006, at 17:07, Christian Egli wrote:
Carsten 
 Hi all
 
 On Wed, 2006-05-24 at 12:53 +0200, Christian Egli wrote:
 I really like the option to hide TODOs that are part of a
 bigger TODO, for example
 
 * TODO Organize party ** TODO Invite people ** TODO Find
 location
 
 Thanks to the option org-agenda-todo-list-sublevels my
 agenda only contains the Organize party task and is not
 cluttered with the subtasks.
 
 However if I schedule the task Organize Party the
 subtasks show up in the ALL CURRENTLY OPEN TODO
 ITEMS. I guess the code to skip the subtasks should not
 only be in org-agenda-get-todos but also in
 org-agenda-get-scheduled and possibly all
 org-agenda-get-* functions.
 
 Attached is the test org file and my .emacs. The version
 of org-mode is 4.35 (from CVS). The *Org Agenda* Buffer
 looks as follows:
 
 ALL CURRENTLY OPEN TODO ITEMS: test: TODO Invite people
 test: TODO Find location Monday 29 May 2006 Tuesday 30 May
 2006 Wednesday 31 May 2006 Thursday 1 June 2006 test:
 Scheduled: TODO Organize party Friday 2 June 2006 Saturday
 3 June 2006 Sunday 4 June 2006
 
 test.org.emacs___
 Emacs-orgmode mailing list Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
Carsten --
Carsten Dominik Sterrenkundig Instituut Anton Pannekoek
Carsten Universiteit van Amsterdam Kruislaan 403 NL-1098SJ
Carsten Amsterdam phone: +31 20 525 7477
Carsten 
Carsten 
Carsten 
Carsten ___
Carsten Emacs-orgmode mailing list Emacs-orgmode@gnu.org
Carsten http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] missing ';' in html output

2006-06-02 Thread T. V. Raman
Minor bug (probably introduced by me )--
in xhtml output, non-breaking space is coming out as nbsp --
should be nbsp;

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Emacs-orgmode] patch to org.el to produce xhtml:

2006-05-27 Thread T. V. Raman

yes, I believe we will be mostly there. I still need to see what
we output for tables.

 Carsten == Carsten Dominik [EMAIL PROTECTED] writes:
Carsten On May 26, 2006, at 4:05, T. V. Raman wrote:
Carsten 
 I am attaching a partial patch (see below for explanation
 of partial) along with sample files, I hope others here
 can help finish this.
 
 Goal: Produce well-formed XHTML.
 
 What I have Fixed:
 
 0) Ensure all tagnames are lower case.  1) Emit correct
 doctype and xhtml namespace.  2) Emit / to close meta
 tags.  3) Emit /li to close bullets (not all cases
 covered) 4) Ensured that all attribute values are quoted.
 
 ToDo:
 
 A) Emit closing li tags in all cases.  B) Emit closing
 /p to close paragraphs.  C) Ensure that author and date
 bits on the bottom are wrapped in a p class=xxx.../p
 where xxx is author or date as appropriate.
 
Carsten
I think I can take care of these remaining issues.  This is all
Carsten that is needed to get to XHTM strict  Easier
Carsten than I thought, then.
Carsten 
Carsten   Thanks!
Carsten 
Carsten Carsten

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] Request: use call-interactively in org-shiftmetaup and friends?

2006-05-20 Thread T. V. Raman

This is a request  for making speech-enabling some of org-mode's
wizard commands easier from Emacspeak

At present org-shiftmetaup and friends call the correct
interactive command based on context -- this is very nice.

To provide the right spoken message, the ideal points to advice
in emacspeak are the context specific commands,
e.g. org-move-item-up etc.

To keep the advice safe, I usually 
protect the code in the advice fragment with a (when
(interactive-p) ...)
so that the advice doesn't fire when the command is called from
within other functions.

I'm having to break this rule right now because org-shiftmetaup
etc call the appropriate interactive command
e.g. org-move-item-up as a function; could you change these to
use call-interactively -- would make my life on the advice side
much easier.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] org-metaright and org-shiftmetaright

2006-05-20 Thread T. V. Raman
These two commands appear to do practically  the same thing, I'm
confused  as to  why they are distict.

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Emacs-orgmode] Re: cannot store link to an info ode?

2006-05-20 Thread T. V. Raman
Applied your patch, works like a charm!

Thanks, and hope this gets into the next update to org-mode.el

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode