[PATCH] Fix date in org-latex--format-spec

2022-02-22 Thread Lucas V. R.
that fixed things for me. From ddeaa68f540173a27bc0fddd6f8957b5e6af7ffe Mon Sep 17 00:00:00 2001 From: "Lucas V. R" Date: Tue, 22 Feb 2022 14:46:45 -0300 Subject: [PATCH] ox-latex: date should not be a property list --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 del

Re: Bug: Occasional error with recurring tasks in agenda [9.4 (release_9.4-3-ge6021b @ /home/james/.config/emacs/straight/build/org-plus-contrib/)]

2020-09-25 Thread James N . V . Cash
>>> It seems to always work properly from the org buffer itself, so I assume >>> it's something happening in the agenda, but I'm not sure where to look. >>> I've tried debugging `org-agenda-todo`, but I can't see anything in >>> askance there. Any advice as to what I should be looking for?

Re: Bug: Occasional error with recurring tasks in agenda [9.4 (release_9.4-3-ge6021b @ /home/james/.config/emacs/straight/build/org-plus-contrib/)]

2020-09-23 Thread James N . V . Cash
Ihor Radchenko writes: >> It seems to always work properly from the org buffer itself, so I assume >> it's something happening in the agenda, but I'm not sure where to look. >> I've tried debugging `org-agenda-todo`, but I can't see anything in >> askance there. Any advice as to what I should be

Bug: Occasional error with recurring tasks in agenda [9.4 (release_9.4-3-ge6021b @ /home/james/.config/emacs/straight/build/org-plus-contrib/)]

2020-09-22 Thread James N V Cash
I've started seeing an issues as of a couple of days ago, after upgrading to org 9.4. When I mark a task with a recurring deadline done from the agenda view, sometimes it doesn't recur, but instead marks the task as done. I haven't yet been able to isolate why -- just now I marked a task as

Re: eldoc recursion error

2020-09-20 Thread James N . V . Cash
ecessary we could just check the value of eldoc-documentation-strategy and behave appropriately. >From 7d59ecadbea429626bae90464d76f01b60c8d67f Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Thu, 17 Sep 2020 10:51:13 -0400 Subject: [PATCH] Address org-eldoc-recurs

Re: eldoc recursion error

2020-09-20 Thread James N . V . Cash
James N. V. Cash writes: > I was just thinking more about this, and I'm concerned I might need to > change things around a little bit more. The closure that > org-eldoc-get-mode-local-documentation-function now returns under Emacs > 28 doesn't take any arguments and instead lets

Re: eldoc recursion error

2020-09-20 Thread James N . V . Cash
Kyle Meyer writes: > Using lexical-let here is problematic because it's obsolete since Emacs > 24. Taking a quick glance, I don't see any issues with switching this > file over to lexical binding by adding " -*- lexical-binding: t; -*-" to > the first line. Cool, will do. I was concerned that

Re: eldoc recursion error

2020-09-17 Thread James N . V . Cash
ow the new eldoc strategy works, by passing through the callback to the mode-local eldoc function if available, which will be a closure over the configured documentation strategy with eldoc-documentation-functions bound to the appropriate mode-local value. >From 4c2042c9e3820d88cd655cf01d572b9686a40

Re: eldoc recursion error

2020-09-15 Thread James N V Cash
I've attached a patch that addresses the recursion issue with Emacs 28 and shows eldoc properly with example python. It presumably should act the same with older versions of Emacs, although I haven't tested. diff --git a/contrib/lisp/org-eldoc.el b/contrib/lisp/org-eldoc.el index

Re: tags-todo agenda shoud not ignore DONE items

2020-09-15 Thread James N V Cash
Bastien writes: > Confirming this as an issue, if someone wants to fix it. I've tried taking a shot at addressing this issue via the patch attached. As mentioned in the thread, might potentially cause issues by changing how it matches -- should there be an option? Or is the idea just that if

Re: [PATCH] Make org-eldoc work with Emacs 28

2020-07-16 Thread James N . V . Cash
Kyle Meyer writes: > Basil L. Contovounesios writes: >> How involved would it be to make org-eldoc work in >> non-"backwards-compatibility" mode? > > I think we can do that, while still supporting Org's minimum Emacs > version, by following python.el. Here's what it does: > ... > > ...

Re: [PATCH] Make org-eldoc work with Emacs 28

2020-07-13 Thread James N . V . Cash
Nicolas Goaziou writes: > Do we need another variable for that? Could > org-eldoc-documentation-function catch wrong-number-of-arguments error, > and try another call instead? I believe that the issue is org-eldoc-documentation-function itself is called with the wrong number of arguments; the

[PATCH] Make org-eldoc work with Emacs 28

2020-07-12 Thread James N. V. Cash
, which puts eldoc in "backwards-compatability" mode. >From 5c04048c0d1ed3f80c7dd3e6477e12fc8e760675 Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Fri, 10 Jul 2020 11:56:23 -0400 Subject: [PATCH] Make org-eldoc work with Emacs 28's new eldoc API Still using

[O] Prepended list item captures get placed among LOGBOOK entries

2017-06-08 Thread Bruce V Chiarelli
Hello, I'll explain the problem with this example: * Run this in =emacs -Q= with the latest org #+BEGIN_SRC emacs-lisp ;(add-to-list 'load-path "~/build/org-mode/lisp") ;;; ensure we are using the latest Org (setq org-capture-templates (quote (("x" "Testing" item

Re: [O] Insert datetree entry

2017-04-05 Thread Bruce V Chiarelli
Daniele Nicolodi writes: > On 4/4/17 1:25 PM, Bruce V Chiarelli wrote: >> >> Daniele Nicolodi <dani...@grinta.net> writes: > Hi Bruce, > > I modified your code as follow to be able to insert a datetree entry > correctly being anywhere in an existing datetre

Re: [O] Insert datetree entry

2017-04-04 Thread Bruce V Chiarelli
> > Cheers, > Daniele -- Bruce V. Chiarelli http://github.com/bccomm

Re: [O] Insert datetree entry

2017-04-03 Thread Bruce V Chiarelli
as a subheading of the current heading (or find it if it already exists). Getting rid of 'subtree-at-point will make the year a level 1 heading at the end of the file, like with org-capture. Bruce -- Bruce V. Chiarelli http://github.com/bccomm

Re: [O] Help needed tangling with orgmode v9

2017-03-31 Thread Bruce V Chiarelli
Guido Van Hoecke writes: > Hi, > Hi there, > So I changed the #+PROPERTY lines into: > > #+PROPERTY: header-args :tangle emacs-guivho.el > #+PROPERTY: header-args :padline yes > #+PROPERTY: header-args :eval never > #+PROPERTY: header-args :eval no > #+PROPERTY:

[O] Price/ list comparison

2017-02-01 Thread Eduardo V.
I constantly buy diodes, resistors, etc. for projects and i mostly save the receipts. I want to know if there is an org-mode way (or any other software) that let's me input all the data form the receipts and tell me which components are cheaper in X store. A plus if it has a way of telling me

[O] Where have org-latex-classes gone? And Ignore heading title but export contents

2016-11-11 Thread Eduardo V.
I'm getting an error trying to add my class to org-mode (add-to-list 'org-latex-classes ieeetran-class) Symbol's value as variable is void: org-latex-classes What is the org-mode 9 way of adding classes? Also, on org-mode 8 i added this hook to remove headlines and it worked perfectly, now it

Re: [O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-31 Thread Bruce V. Chiarelli
2016-10-31 17:04 GMT-07:00 Nicolas Goaziou <m...@nicolasgoaziou.fr>: > "Bruce V. Chiarelli" <mano...@gmail.com> writes: > >> org-todo calls org-auto-repeat-maybe, which sees the ".+" style >> repeater. It calls org-timestamp-change to move the time

Re: [O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-31 Thread Bruce V. Chiarelli
2016-10-31 8:23 GMT-07:00 Nicolas Goaziou <m...@nicolasgoaziou.fr>: > Hello, > > "Bruce V. Chiarelli" <mano...@gmail.com> writes: > >> I've noticed some unusual behavior with repeating entries when the >> system-time-locale variable is set. Specifical

[O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-30 Thread Bruce V. Chiarelli
en marking this task DONE * TODO Anki basic reviews :habit:study: SCHEDULED: <2016-10-29 szo .+1d> vbecomesv * TODO Anki basic reviews :habit:study: SCHEDULED: <2016-10-30 v .+1d> Which is not cor

Re: [O] Bug: numeric org-clock-into-drawer is ignored [8.3beta (release_8.3beta-846-g38ab8b @ /Users/vvv/lib/emacs/org-mode/lisp/)]

2015-02-28 Thread Valery V. Vorotyntsev
On 27 February 2015 at 23:20, Valery V. Vorotyntsev valery...@gmail.com wrote: I have set `org-clock-into-drawer' to 2. `(org-clock-into-drawer)' should return the same value (see the documentation of this function), yet it returns LOGBOOK. Proposed patch: --[ begin ]-- diff

[O] link for tracking numbers using Org Link Abbrev Alist

2014-06-04 Thread Benjamin V Alexander
Hello! This is just a tip (a it probably belongs somewhere in the worg, but that's a bit beyond me at the moment). I use org-mode to track my todo list, which often requires followup with shippers such as fedex, usps, ups, and dhl. I found this website (link below) which shows how to build

[O] Problems PlantUML

2013-04-06 Thread v
Hi, running Org-mode version 7.8.11 under GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10) I am stumbling over a problem with babel/plantuml: Exporting a file with simple demo data leads to a png file with error msg @startuml empty description. Evaluating the code block results in a

[O] [PATCH 1/2] Fix Property Inheritance

2012-12-25 Thread William V. Wishon
* org.el (org-update-property-plist): Added logic to replace the existing property value if the new value is nil or if the old value is nil. This is to support the usage of nil as a reset in a chain of PROP+ statements. Eg: :prop+: foo - :prop+: nil - :prop+: bar would result in a property

[O] [PATCH 2/2] Updates to test cases

2012-12-25 Thread William V. Wishon
* property-inheritance.org: Updated test cases to include expected outcomes. Adjusted the numeric values to be in order. Removed irrelevant addition tests. --- testing/examples/property-inheritance.org | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff

[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

[Orgmode] small addition to The Org Manual

2009-12-21 Thread V Spagnolo
A key that explicitly states what is meant by C-, S- and M-, would be helpful. Cheers, V ___ 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] Shotcut Icon and PDF problem in the HTML output

2009-06-30 Thread Vikram S V
Hi I see neither of the problems you see: the icon is in the proper place and the PDF of the org home page is readable by both xpdf and acroread. But note that Carsten fixed something having to do with (I'm guessing) with org-info.js, that was causing the navigation sidebar of the manual to

Re: [Orgmode] Shotcut Icon and PDF problem in the HTML output

2009-06-30 Thread Vikram S V
Hi Xin, I think the manual is a different story than the other HTML pages generated by org-mode. I see. Thank you for the pointer. As you can see (?), the icon seems to be missing in the manual pages too. I am no expert at org-mode, my naive guess is that, probably there is some common source

Re: [Orgmode] [BUG REPORT] Bad C-u C-C C-t screen rendering with vertically split screen in emacs

2008-11-06 Thread Gary V. Vaughan
Hi Carsten, 2008/11/3 Carsten Dominik [EMAIL PROTECTED]: Hi Gary, I believe this problem is now fixed, please verify. Thanks. Short version: yes it seems to be working now. Long version: I couldn't persuade my emacs to grok a fresh git clone of the org-mode master (though I didn't try very

[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

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

2008-04-13 Thread T. V. Raman
[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

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

2008-04-13 Thread T. V. Raman
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

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

2008-04-13 Thread T. V. Raman
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

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

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

[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

[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

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

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

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

2007-09-05 Thread T. V. Raman
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

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

2007-09-04 Thread T. V. Raman
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

[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

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

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

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

2007-09-03 Thread T. V. Raman
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

[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

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

[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

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

[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

[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

[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

[Orgmode] BibTeX export question

2006-09-19 Thread S V N Vishwanathan
already exists. Browsing thro the manual + a google search or did not bring up anything relevant. If anything is unclear please let me know. S V N Vishwanathan ps: pls cc me on a reply since I am not subscribed to the mailing list. - Complex systems tend to oppose their own proper function

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

2006-08-07 Thread T. V. Raman
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

[Emacs-orgmode] Fwd: org mode list

2006-06-23 Thread T. V. Raman
- 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

[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

[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

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

2006-06-05 Thread T. V. Raman
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

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

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

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

[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

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

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