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