Re: [Orgmode] Easily re-indent the #+OPTIONS lines

2008-01-17 Thread Adam Spiers
On Thu, Jan 17, 2008 at 09:09:07AM +, Phil Jackson wrote: > Bastien <[EMAIL PROTECTED]> writes: > > I often fiddle around #+AUTHOR, #+TITLE, and other such lines. But > > having to re-align them so that it looks better is time-consuming. > > , > | (align-regexp (point-min) (point-max) "

Re: [Orgmode] Timezone Support

2008-01-17 Thread Carsten Dominik
On Jan 17, 2008, at 5:06 PM, Russell Adams wrote: Would it be practical to extend the time format to include TZ data (ie: -06:00 ?). No, I don't want to go there. It is pandoras box. Only in the neer-going-to-happen rewrite of Org-mode. Otherwise I'll pick a TZ as standard and just mental

Re: [Orgmode] Timezone Support

2008-01-17 Thread Russell Adams
Would it be practical to extend the time format to include TZ data (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just mentally convert from there. Thanks. On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Dominik wrote: > > On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: > > >I've

Re: [Orgmode] Re: HTML export and heading levels

2008-01-17 Thread William Henney
Hi Bernt On Jan 17, 2008 7:49 AM, Bernt Hansen <[EMAIL PROTECTED]> wrote: > Bernt Hansen <[EMAIL PROTECTED]> writes: > > > I started playing with HTML export this week and since I'm lazy I don't > > want to have to remember to export. I created a few simple functions > > that export my org file t

[Orgmode] Re: HTML export and heading levels

2008-01-17 Thread Bernt Hansen
Bernt Hansen <[EMAIL PROTECTED]> writes: > I started playing with HTML export this week and since I'm lazy I don't > want to have to remember to export. I created a few simple functions > that export my org file to HTML and copies the resulting HTML file to my > webserver when I save my org file

Re: [Orgmode] Timezone Support

2008-01-17 Thread Carsten Dominik
On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: I've had a nagging issue with timezones. The timestamps in org do not include TZ data, and I frequently switch timezones. This impacts notes and agenda items. Any ideas? This is a very complex issue and I don't think I can fix this. Sorry

[Orgmode] Question about gnus integration

2008-01-17 Thread Kirill A. Korinskiy
Hello. Why in url gnus not used message-id instead of article id? -- | |*| | Kirill A. Korinskiy <[EMAIL PROTECTED]> | | |*| proud (maniac)? (developer|hacker) |*|*|*| http://catap.ru/ - +7 (916) 3-604-704 - xmpp:[EMAIL PROTECTED] pgplvEmYtdvDM.pgp Description: PGP signature ___

Re: [Orgmode] org-refile bug? org-back-to-heading: before first heading

2008-01-17 Thread Carsten Dominik
Same here, excellent report, just took me 5 minutes to find and fix the bug, thanks! - Carsten On Jan 17, 2008, at 12:32 AM, Bernt Hansen wrote: Hi Carsten, I'm playing with org-refile and in some cases it's not working for me. Here's a test.org file and minimal emacs setup you can try to

Re: [Orgmode] BUG: column view and HTML export

2008-01-17 Thread Carsten Dominik
On Jan 17, 2008, at 3:18 AM, Bernt Hansen wrote: Hi Carsten, I think I've found another bug... (sorry) No need to say sorry if you provide an exemplary report like you just did. Everybody listen up: Great example on how to report a bug! This is fixed for the next release, thanks. - Car

Re: [Orgmode] Easily re-indent the #+OPTIONS lines

2008-01-17 Thread Phil Jackson
Hey Bastien, Bastien <[EMAIL PROTECTED]> writes: > I often fiddle around #+AUTHOR, #+TITLE, and other such lines. But > having to re-align them so that it looks better is time-consuming. > > This function does it automatically: > > (defun bzg-org-indent-options () > "Indent option lines correc