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

2008-09-05 Thread raman
Thanks, another org-export irritant: could we lose the "#+ insert some descriptive text here" line from the default template? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.or

[Orgmode] 5.08: org-remember throws an error:

2007-09-08 Thread raman
If I use the new, shiny %A in my remember tempaltes, org throws an error when I hit C-c C-c in the remember buffer. The error is coming from org-paste which somewhat unhelpfully says signal: The kill is not a (set of) tree(s) - please use C-y to yank anyway Interestingly enough this error doesn

Re: Org mode export accessibility

2022-06-27 Thread T.V Raman
purpose " what you publish, and making that result usable by different user communities is a direct consequence of suche machine-processability. Hope this helps. -- --Raman Thanks, --Raman(I Search, I Find, I Misplace, I Research) ♉ Id: kg:/m/0285kf1 🦮 -- Thanks, --Raman(I Search, I Find, I Misplace, I Research) ♉ Id: kg:/m/0285kf1 🦮

Re: Org mode export accessibility

2022-07-07 Thread T.V Raman
ments. The question is what improvements can be made on > Org side.] > > Best, > Ihor" > > Very glad to hear from TV Raman, the creator of EmacSpeak, > > I'm not blind like TV but I was motivated to turn my a main OrgMode buffer > into an audio deskto

Re: Org mode export accessibility

2022-07-07 Thread T.V Raman
P.S. Emacspeak is not camel-cased -- please say Emacspeak -- and not with the 's' capitalized. -- Thanks, --Raman(I Search, I Find, I Misplace, I Research) ♉ Id: kg:/m/0285kf1 🦮 -- Thanks, --Raman(I Search, I Find, I Misplace, I Research) ♉ Id: kg:/m/0285kf1 🦮

Re: Org mode export accessibility

2022-07-07 Thread T.V Raman
s to > read > such documents. The question is what improvements can be made on > Org side.] > > Best, > Ihor" > > Very glad to hear from TV Raman, the creator of EmacSpeak, > > I'm not blind like TV but I was motivated to turn my a main OrgMode > buffer i

Re: Org mode export accessibility

2022-07-08 Thread T.V Raman
; Note that we already have a much more feature-full export functionality. > RMS even suggested that Org might be used as a replacement for Texinfo: > https://yhetil.org/emacs-devel/e1nzqh5-0001ob...@fencepost.gnu.org > > Best, > Ihor -- Thanks, --Raman(I Search, I Find, I Misplace, I Research) ♉ Id: kg:/m/0285kf1 🦮 -- Thanks, --Raman(I Search, I Find, I Misplace, I Research) ♉ Id: kg:/m/0285kf1 🦮

Re: Org mode export accessibility

2022-07-08 Thread T.V Raman
1. Labels: yes -- figure captions etc. are examples of "labels" in general. 2. Math: Yes -- I meant the TeX/LaTeX representation of a math expression. Ihor Radchenko writes: > "T.V Raman" writes: > > > On org side: > > Thanks for the

Re: Org mode export accessibility

2022-07-09 Thread T.V Raman
as a format doesn't have the affordance to preserve the LaTeX and even if you kluged up something --- the tools to extract that out of the PDF would need to be invented. > "T.V Raman" writes: > >> > > 3. For math especially, make sure the TeX/LaTeX is prese

Re: Org mode export accessibility

2022-09-30 Thread T.V Raman
ax Nikulin writes: > Accessibility issues of exported files have been raised on the Org mode > mail list again. I decided to revive this thread because I noticed a > LaTeX package that may be related to the following suggestion (I am not > sure that I got it right though). >

Re: Org mode export accessibility

2022-09-30 Thread T.V Raman
correct; user-facing tools are still lacking but that shouldn't cause us to wait since that creates a chicken-and-egg problem. Max Nikulin writes: > On 30/09/2022 20:29, T.V Raman wrote: > > > > 9. Note that this is not the end of the trail; for such exports to > >

Re: Org mode export accessibility

2022-10-01 Thread T.V Raman
Ihor Radchenko writes: No on both counts. > "T.V Raman" writes: > >> 8. Now, connect the dots, newer LaTeX packages like the one mentioned >>(there may well be others now or in the future) can inprinciple >>ensure that the required "back pointers

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

2011-08-07 Thread T. V. Raman
RE/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]] Note that we didn't get a well-formed .. wrapping the image url. -- Best Regards, --raman

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

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

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

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

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

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

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

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

2008-04-13 Thread T. V. Raman
file:// urls are already designed to be platform independent. So an org file should never carry in it a path like a\\b\\c.html -- we should always use a/b/c.html since that's the syntax used by relative URLs. >>>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]&g

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

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

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

2008-09-06 Thread T. V. Raman
for me it's the other way around, I can never remember how it works, and insert it automatically -- especially the export line >>>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> Hi Raman, On Sep 6, 2008, at 12:28 AM, raman wrote:

[Orgmode] Emacs 23.0.60, orgmode, hidden sections and next-line:

2008-09-17 Thread T. V. Raman
when running newer builds of emacs 23 out of CVS: Open an org-mode file, and hide the content, with just the sections heads showing. Next-line (c-n) no longer moves to the next section unless you first hit C-e to move to the end of the line. -- Best Regards, --raman Email: [EMAIL

[Emacs-orgmode] org-occur raises signal?

2006-05-07 Thread T. V. Raman
when the command succeeds? -- 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-orgmode] org: sorting table throws error:

2006-05-07 Thread T. V. Raman
ce org-table) 17 19 (fontified nil)) "")) org-table-sort-lines(510 550 "n") call-interactively(org-table-sort-lines) -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP:

[Emacs-orgmode] org and remember:

2006-05-07 Thread T. V. Raman
e whole link, brackets and all. Finally, I would like the note to be pasted into the file without having to go through the org-goto dialog --- I find the prompt for that dialog confusing in general --- Thanks, --Raman -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://e

[Emacs-orgmode] possible bug in org-remember-handler

2006-05-07 Thread T. V. Raman
in the recursive edit buffer that org-remember-handler pops up and hit enter, the note ends up as a level 2 heading at the end of the file. -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP

[Emacs-orgmode] Suggestions on list create/edit commands:

2006-05-11 Thread T. V. Raman
I dont have a good suggestion for how to go about achieving it 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

[Emacs-orgmode] Org-mode 4.29

2006-05-13 Thread T. V. Raman
cvs emacs still has 4.26. would be nice if your releases just came with cvs update of 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

Re: [Emacs-orgmode] Re: Suggestions on list create/edit commands:

2006-05-14 Thread T. V. Raman
OTECTED]> writes: Philip> Carsten Dominik <[EMAIL PROTECTED]> writes: Philip> >> On May 12, 2006, at 4:39, T. V. Raman wrote: >>> >>> >>> 1) orgtbl is nice as a minor mode. Why not go once step >>> further and

Re: [Emacs-orgmode] Re: Suggestions on list create/edit commands:

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

Re: [Emacs-orgmode] Release of org-mode 4.30

2006-05-19 Thread T. V. Raman
I'd say just make it [] the [_] feels uglier anyway -- 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:

[Emacs-orgmode] Wishlist Item: KBD navigation through list items:

2006-05-20 Thread T. V. Raman
I'm looking for a way to move through list items with a single keystroke, e.g. M-n and M-p or something similar. I didn't find a convenient org-next-item and org-previous-item command, would it be possible to add these? -- Best Regards, --raman Email: [EMAIL PROTECTED] WW

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

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

[Emacs-orgmode] org-demote leaves point in the wrong place?

2006-05-20 Thread T. V. Raman
this is especially noticeable when editting lists and createing sublists. Start a new item, hit M-shift-right and the new bullet indents; continue typing and text ends up at the beginning of the line, rather than where you want it. -- Best Regards, --raman Email: [EMAIL PROTECTED

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

Re: [Emacs-orgmode] Wishlist Item: KBD navigation through list items:

2006-05-20 Thread T. V. Raman
Plain list items. I already know how to move amongst outline headings using outline mode navigation. >>>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> On May 20, 2006, at 19:15, T. V. Raman wrote: Carsten> >> > >

[Emacs-orgmode] HTML question

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

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

2006-05-20 Thread T. V. Raman
I was mildly surprized/disappointed when C-c l org-store-link raised an error in an info buffer. How about teaching org about info: links? -- 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:http://emacspeak.sf.net/raman/raman

[Emacs-orgmode] html output from org: could we make it xhtml

2006-05-24 Thread T. V. Raman
well-formed markup. I switched from using muse to org --- and like everything about org except the bad HTML aspect of its current incarnation --- muse lets you produce either html or xhtml as an option. -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net

Re: [Emacs-orgmode] html output from org: could we make it xhtml

2006-05-25 Thread T. V. Raman
t; Unfortunately I am a total amateur as far as HTML is Carsten> concerned. What is wrong about the HTML I am Carsten> producing? Carsten> Carsten> - Carsten Carsten> Carsten> On May 25, 2006, at 3:32, T. V. Raman wrote: Carsten> >> I

[Emacs-orgmode] minor patch for org-next-item, org-previous-item

2006-05-25 Thread T. V. Raman
gt;(error "This is already the first item in the list") 14694c14694 < (org-up-heading-all 1)) --- > (org-up-heading-all 1)) \ No newline at end of file 18:26:41 labrador org-4.33 $ -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://ema

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

2006-05-25 Thread T. V. Raman
: input org file Title: bullets bullets Table of Contents 1 HTML Export. 1.1 Subsection 1.1.1 Numbered Lists: 1 HTML Export. this is to test HTML export and move output to XHTML. Bulleted list. More bullets. 1.1 Subsection Another list. More things to do. 1.1.1 Numbered Lists: First item. Second item. Third and last item. Author: TV Raman <[EMAIL PROTECTED]> Date: 2006/05/25 06:32:18 PM ___ 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

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

2006-06-02 Thread T. V. Raman
___ >> 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 Car

[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   -- should be   -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP:http://emacspeak.sf.net/raman

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

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

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

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

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

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

[Emacs-orgmode] Re: Org-mode 4.39

2006-06-24 Thread T. V. Raman
tex4ht can export to MathML. It can also export drawings to svg. >>>>> "Leon" == Leon <[EMAIL PROTECTED]> writes: Leon> "T. V. Raman" <[EMAIL PROTECTED]> writes: >> for html export from latex, I recommend tex4ht -- >

[Emacs-orgmode] ranges of rows in other columns

2006-06-27 Thread T. V. Raman
D PGP Austin> SIGNATURE- Austin> Austin> Austin> _______ Austin> Emacs-orgmode mailing list Emacs-orgmode@gnu.org Austin> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Emacs-orgmode] Re: Org-mode 4.40

2006-06-28 Thread T. V. Raman
the magic meta-arrow key --- but more often than not fails. -- 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://i

Re: [Emacs-orgmode] Org-mode 4.39

2006-06-29 Thread T. V. Raman
#x27;t Carsten> think this route is viable for the moment. And Carsten> since displaying equations was the main (even the Carsten> only) driver for embedded LaTeX in org-mode, I am Carsten> sticking with images for the time being. Carsten> Carsten>

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

2006-07-23 Thread T. V. Raman
do I supress generation f the Table of contents? 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

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

2006-07-23 Thread T. V. Raman
painful because things on the HTML side get too deep in their hierarchy. >>>>> "tvr" == T V Raman <[EMAIL PROTECTED]> writes: tvr> Hi, Here are a couple of html export related feature tvr> requests. tvr> tvr> 0) Would it be possibl

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

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

[Emacs-orgmode] POLL: Anyone using CamelCase links?

2006-08-28 Thread T. V. Raman
Carsten> Carsten> ___ Carsten> Emacs-orgmode mailing list Emacs-orgmode@gnu.org Carsten> http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Best Regards, --raman Email:

[Orgmode] org-store-link in dired buffer?

2006-09-04 Thread T. V. Raman
it? Xiao-Yong> Xiao-Yong> Thanks for the time. Xiao-Yong> Xiao-Yong> Xiao-Yong -- ,,, (o o) ---ooO-(_)-Ooo--- Xiao-Yong> Xiao-Yong> Xiao-Yong> ___ Xiao-Yong> Emacs-orgmode mailing list Emacs

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

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

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

2006-10-10 Thread T. V. Raman
s end. >>>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> Hi Raman, I sure could wrap the relevant parts in Carsten> org-cycle with inhibit-read-only, but so far I Carsten> cannot reproduce the error. When I am loading a Carste

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

2007-01-24 Thread T. V. Raman
d 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.

[Orgmode] org-mode 4.63 (was: [Orgmodelink navigation

2007-01-27 Thread T. V. Raman
time to figure out how to fix this. Anyway, Carsten> 4.63 works again, sorry for the hickup. Carsten> Carsten> Raman, the link navigation commands are in there as Carsten> well. Carsten> Carsten> Thanks, David, for the report! 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] Request: org as minor mode?

2007-03-31 Thread T. V. Raman
ulleted lists with a minimal amount of fuss. 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:ir

Re: [Orgmode] Org-mode version 4.68

2007-03-31 Thread T. V. Raman
I have forwarded this mail to David O'Toole, to find out >> if he still feels responsible for changes in org-publish. >> Lets wait if he responds. David> David> -- David O'Toole [EMAIL PROTECTED] David> http://dto.freeshell.org/notebook/ David> D

Re: [Orgmode] Request: org as minor mode?

2007-04-16 Thread T. V. Raman
the minor mode, and provide a org-mode-prefix that users can bind to a key. For instance I might bind this to hyper-o in my environment. >>>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> Hi Raman This is a complex question. Carsten&

Re: [Orgmode] Export to PDF

2007-04-28 Thread T. V. Raman
rsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Carsten> Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Carsten> Amsterdam phone: +31 20 525 7477 Carsten> Carsten> Carsten> Carsten> _____

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

2007-06-17 Thread T. V. Raman
- First bullet. - Second bullet. |--+---| | Name | Email | 1 Introduction First bullet. Second bullet. NameEmail -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP:http

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

2007-06-18 Thread T. V. Raman
What is strange about 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

[Orgmode] org:conversion to html loses first row?

2007-06-27 Thread T. V. Raman
As an example try converting this table to html. The first row disappears mysteriously. |+---+---+---+---| | / | 1 | 6 | 9 | | | 17 | 2 | 8 | 7 | 3 | || 1 | 1 | 7 | 3 | || | 1 | 5 | 3 | || | | | 0 | |+---+---+---+---| -- Best Regards, --raman Email

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

2007-08-31 Thread T. V. Raman
oblem, 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-a

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

2007-08-31 Thread T. V. Raman
, 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. -- Best

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

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

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 wro

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

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

[Orgmode] org-read-date minibuffer bindings:

2007-09-03 Thread T. V. Raman
globally confusing. I'd suggest swapping them around. -- 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:

[Orgmode] meta shift return in org mode at the console:

2007-09-03 Thread T. V. Raman
de buffers (which is where I really wanted it). What am I missing? -- 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 I

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

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

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

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

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&g

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

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

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

2007-09-06 Thread T. V. Raman
That would get some level of consistency in which sounds like a good idea. >>>>> "Bastien" == Bastien <[EMAIL PROTECTED]> writes: Bastien> "T. V. Raman" <[EMAIL PROTECTED]> writes: >> Could we perhaps introduce a special prop

[Orgmode] %A in 5.08 does nothing?

2007-09-07 Thread T. V. Raman
So the relevant line in the customize buffer for org-remember-templates looks like: * %A %i But the org-remember buffer I get is sadly empty. -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP

[Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman
/org-5.08/org-mouse.elc emacs -batch -q -eval "(add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\")" -f batch-byte-compile org-export-latex.el Wrote /tmp/org-5.08/org-export-latex.elc emacs -batch -q -eval "(add-to-list (quote load-path) \"/usr/lo

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, 2

[Orgmode] spreadsheet advice

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

[Orgmode] Re: org-mode and Google Calendar

2007-09-30 Thread T. V. Raman
gt; 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> Ema

[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