Re: [Emacs-orgmode] configurable link export

2006-05-20 Thread Carsten Dominik
Hi Austin, On May 19, 2006, at 21:33, Austin Frank wrote: I'd like to suggest a configuration option that influences the way links are exported in the org-export-as-* functions. [...] I think you are raising a very valid point here. This is something that needs to be handled in an appropr

Re: [Emacs-orgmode] third export request

2006-05-20 Thread Carsten Dominik
This is no problem. I will probably not make separate variables for this, but allow an alist value for org-publishing-directory that can look like this: (setq org-publishing-directory '((:html . "./html/") (:ascii . "../text/") (:xoxo . "html/"))) Something along those

Re: [Emacs-orgmode] configurable link export

2006-05-20 Thread David O'Toole
Carsten Dominik <[EMAIL PROTECTED]> writes: > Anyway, I have been thinking about your argumentation and come to the > conclusion that this is an issue I would like to push almost entirely > onto Davids table. David, are you listening? :-) Yes :-) > way, would be that the structure and content

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

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

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

2006-05-20 Thread Carsten Dominik
Fixed, thanks. - Carsten On May 20, 2006, at 19:40, T. V. Raman wrote: 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

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

2006-05-20 Thread Carsten Dominik
On May 20, 2006, at 19:15, T. V. Raman wrote: 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? Are you talking about

[Emacs-orgmode] HTML question

2006-05-20 Thread Carsten Dominik
I am trying to improve the HTML representation of the new checkboxes in items. I found out that I could use to get a pretty checkbox, but that of course gives a checkbox that is actually active, so users can select and deselect them - unwanted in this case. I would like a checkbox that sh

[Emacs-orgmode] Re: HTML question

2006-05-20 Thread Todd Neal
Carsten Dominik <[EMAIL PROTECTED]> writes: > this case. I would like a checkbox that shows the state, but cannot > be changed. Is there an easy way to do this? The following appears to work in Firefox. Permanently Checked Permanently Unchecked Todd

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> >> > > I'm looking for a way to move through list items

[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

[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] Re: cannot store link to an info ode?

2006-05-20 Thread Todd Neal
"T. V. Raman" <[EMAIL PROTECTED]> writes: --- ../org.el 2006-05-20 23:28:27.491989152 -0400 +++ org.el 2006-05-20 23:23:37.445082984 -0400 @@ -2666,7 +2666,7 @@ (defconst org-non-link-chars "]\t\n\r<>") (defconst org-link-types '("https?" "ftp" "mailto" "file" "news" "bbdb" "vm" - "wl" "m

[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

Re: [Emacs-orgmode] HTML question

2006-05-20 Thread Carsten Dominik
On May 21, 2006, at 1:01, T. V. Raman wrote: 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. Hmmm, this is a problem indeed. I

Re: [Emacs-orgmode] HTML question

2006-05-20 Thread David Emery
On Date: Sun, 21 May 2006 08:09:46 +0200, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On May 21, 2006, at 1:01, T. V. Raman wrote: > > > > > 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. X

Re: [Emacs-orgmode] HTML question

2006-05-20 Thread Carsten Dominik
That works, great, thanks. - Carsten On May 21, 2006, at 8:42, David Emery wrote: X -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmod