emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Peter Jones <mlists@pmade.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Re: Insert LOGBOOK drawer removes indendation of first line under headline
Date: Sat, 21 Mar 2009 18:21:34 +0100	[thread overview]
Message-ID: <C035CB85-2B79-4E98-8620-2846D75C78E2@uva.nl> (raw)
In-Reply-To: <m2mybfomri.fsf@pmade.com>


[-- Attachment #1.1: Type: text/plain, Size: 1493 bytes --]

Applied, thanks.

- Carsten

On Mar 20, 2009, at 11:25 PM, Peter Jones wrote:

> David Maus <maus.david@gmail.com> writes:
>> When I start to clock a headline (C-c C-x C-i) that does not have a
>> LOGBOOK drawer orgmode inserts one but removes the indentation of the
>> first line below the headline:
>
> This patch fixes your problem.  Sorry about that.
>
> diff --git a/lisp/org-clock.el b/lisp/org-clock.el
> index c79a6af..8d2279a 100644
> --- a/lisp/org-clock.el
> +++ b/lisp/org-clock.el
> @@ -444,13 +444,13 @@ the clocking selection, associated with the  
> letter `d'."
> 		(stringp org-clock-into-drawer)
> 		(and (integerp org-clock-into-drawer)
> 		     (< org-clock-into-drawer 2)))
> -	(org-indent-line-function)
> 	(insert ":" drawer ":\n:END:\n")
> -	(beginning-of-line 0)
> -	(org-indent-line-function)
> -	(beginning-of-line 0)
> +        (beginning-of-line -1)
> +        (org-indent-line-function)
> 	(org-flag-drawer t)
> -	(beginning-of-line 2)
> +        (beginning-of-line 2)
> +        (org-indent-line-function)
> +	(beginning-of-line)
> 	(or org-log-states-order-reversed
> 	    (and (re-search-forward org-property-end-re nil t)
> 		 (goto-char (match-beginning 0))))))))
>
> -- 
> Peter Jones, http://pmade.com
> pmade inc.  Louisville, CO US
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[-- Attachment #1.2: Type: text/html, Size: 3278 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      parent reply	other threads:[~2009-03-21 19:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-20 21:17 Insert LOGBOOK drawer removes indendation of first line under headline David Maus
2009-03-20 21:42 ` Peter Jones
2009-03-20 22:25 ` [PATCH] " Peter Jones
2009-03-21  6:54   ` David Maus
2009-03-21 17:21   ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C035CB85-2B79-4E98-8620-2846D75C78E2@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=mlists@pmade.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).