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

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: