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

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

2008-01-16 Thread Bastien
Hi folks, 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 correctly." (interactive) (save-excursion (goto-ch