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

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

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: Carsten> >> Thanks, another org-ex

[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

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

2008-04-13 Thread T. V. Raman
t; writes: Carsten> Hi Raman, On Apr 13, 2008, at 8:48 PM, T. V. Raman Carsten> wrote: Carsten> >> two suggestions: >> >> 1) accept paths like "./foo.html" as local links. Carsten> Carsten> I will look into this. The pro

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
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
> "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]] >>

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

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

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

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

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] %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
>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:247

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

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

[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

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] meta shift return in org mode at the console:

2007-09-03 Thread T. V. Raman
I have my Linux console keymaps hacked appropriately such that the following binding in function-key-map (define-key function-key-map "\e[M" [(shift return)]) This gives me shift-return, and preceding it with esc gives meta shift return -- everywhere in Emacs that is except org-mode buffers (wh

[Orgmode] org-read-date minibuffer bindings:

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

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

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

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

[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 PROTECTED] WWW:http://

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

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

[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

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

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] 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 element inside it. 2) Given that I invoked org-export-re

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>

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

2007-04-16 Thread T. V. Raman
to put time stamps, or Carsten> whatever. Carsten> Carsten> So in order to realize such a minor mode, I would Carsten> need a clear definition. Carsten> Carsten> - Carsten Carsten> Carsten> On Mar 31, 2007, at 23:58, T. V. Raman wrote: Ca

Re: [Orgmode] Org-mode version 4.68

2007-03-31 Thread T. V. Raman
would be nice to be able to invoke org-publish on a region of text and have it replaced by say html. > "David" == David O'Toole <[EMAIL PROTECTED]> writes: David> Hi everyone, David> David> I'll set aside some time this week to straighten out David> these problems. Sorry I ha

[Orgmode] Request: org as minor mode?

2007-03-31 Thread T. V. Raman
I've now come to rely heavily on org-mode for too many things -- this is of course good. But this is also means that increasingly, I'd like to use org-mode as a minor mode in conjunction with other major modes. Is this possible? org lets you use things like orgtbl or org-cdlatex within org-mode;

[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] org-mode 4.63 (was: [Orgmodelink navigation

2007-01-27 Thread T. V. Raman
Thanks for adding org-next-link and org-previous-link. Couple of nit requests: could these be made to cycle through the buffer a la isearch -- rather than failing silently when on the first (or last) link as happens at present with org-next-link (org-previous-link). > "Carsten" == Carsten D

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

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

2006-10-10 Thread T. V. Raman
m Carsten> really is? Maybe an example file that hits the Carsten> error and produces a backtrace? Carsten> Carsten> Thanks. Carsten> Carsten> - Carsten Carsten> Carsten> Carsten> On Oct 7, 2006, at 21:16, T. V. Raman wrote: Car

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

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

2006-09-04 Thread T. V. Raman
Sounds weird, can you explain how you envision using this? > "Xiao-Yong" == Xiao-Yong Jin <[EMAIL PROTECTED]> writes: Xiao-Yong> Hi folks, I don't know if you guys like dired. Xiao-Yong> But I think it could be better if org-store-link Xiao-Yong> could work even in dired buffer.

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

2006-08-28 Thread T. V. Raman
I've personally found camel-case links in wiki-like things to give initial gratification, but also prove fragile over time. For instance, if you cut and paste code --- all hell breaks loose if you're dealing with java or c++ code. Scottish names etc as you point out are another example. As long

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] 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

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

2006-07-23 Thread T. V. Raman
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? 1) How do I avoid the -*- mode: ... -*- line from showing up in the exported HTML? 2) Finally, how

Re: [Emacs-orgmode] Org-mode 4.39

2006-06-29 Thread T. V. Raman
in that case, could you pass the LaTeX through into the HTML as an HTML comment? It "future proofs" things, and also creates HTML files that have better information than black and white dots --- > "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> On Jun 25, 2006, at 13:3

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

2006-06-28 Thread T. V. Raman
One somewhat hard to track down bug is the behavior of insertion of bullets. I haven't pinned it down yet, but here is what happens: I have org-insert-heading bound to C-j. I start a bulleted list by hitting " -" at the front of a line, type some text, and press C-j. 9 times out of 10, I get

[Emacs-orgmode] ranges of rows in other columns

2006-06-27 Thread T. V. Raman
calc may be your friend here. We should create a couple recipes for passing a row or column from org to calc and getting it back -- then we can do all the computes on the calc side. Calc has an "embed" mode that works very well out of the box inside text LaTeX and consequently org files; would b

[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] 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 installa

[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] Fwd: org mode list

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

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] table.el and org.el

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

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

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

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

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

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

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

2006-05-25 Thread T. V. Raman
made the error messages more succinct/pleasant to hear: diff org.el org.el.~1~ 3923c3923 < (error "On last item. " --- > (error "This is already the last item in the list" 3944c3944 <(error "On first item.") --- >(error "This is already the firs

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] html output from org: could we make it xhtml

2006-05-24 Thread T. V. Raman
I noticed that the html org mode produces is sadly html 4.0 loose --- about the buggiest kind of HTML we could produce. Before it is too late, could we produce well-formed XHTML? Since it is auto-generated, it should not make any difference to the org user, but will have the effect of producing we

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

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

[Emacs-orgmode] HTML question

2006-05-20 Thread T. V. Raman
the bigger issue with this is that legal HTML and XHTML does not allow you to have a free floating checkbox item outside an html form element. XForms does allow this, but is probably not what you're looking for. > "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> I am tryi

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] 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-al

[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] W

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

[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] WWW:http:/

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:irc://irc.freeno

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

2006-05-14 Thread T. V. Raman
Using the pop-input trick to invoke org inside email I ran into another edge case: Org does not like creating bullets unless you have at least one section heading --- I think this is a bit unfortunate, though I can see where the error is coming from; the culprit is really outline mode -- Best

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

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

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

2006-05-11 Thread T. V. Raman
Hi, Here are a couple of suggestions on list item creation -- incidentally I ended up binding org-insert-heading to C-j -- it is a lot nicer to use. My list edit suggestions are mostly motivated by the behavior of emacs python mode. 0) Enable backspace to outdent while creating nested lists

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

2006-05-07 Thread T. V. Raman
Attempting to paste a note into the first section in an existing org file appears to fail in that the note gets placed at the end of the file. Pasting into sections other than the first section works. i.e. If you have a file with the following: * first *second *third then if you pick *first

[Emacs-orgmode] org and remember:

2006-05-07 Thread T. V. Raman
A couple of questions -- I use remember with org as a means for obtaining rich hot lists. I just found out about org remember templates, but am running into a couple of issues: I first set (setq org-remember-templates '( (?w "* %? %U \n %a"

[Emacs-orgmode] org: sorting table throws error:

2006-05-07 Thread T. V. Raman
I'll attach sample input and backtrace. Calling org-table-sort-lines throws an error. | Number | Square | |+| | 3 | 9 | | 5 | 25 | | 4 | 16 | Error raised: mapcar: Args out of range: "", 1, 9 BackTrace: Debugger entered--Lisp error: (args-out-of-ra

[Emacs-orgmode] org-occur raises signal?

2006-05-07 Thread T. V. Raman
Hi, this may not be a problem in general, but it's an irritant with emacspeak. Command org-occur calls signal even when it succeeds, and this caused me to think the command was failing --- specifically -- it raises Already at top level of the outline --- any chance of not using signal when the