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: Re: Fix Subtle Heading Creation Bugs
Date: Thu, 23 Oct 2008 07:07:52 +0200	[thread overview]
Message-ID: <3ADE0E8D-CB5B-4E63-90CF-10A1B5B3CC7A@uva.nl> (raw)
In-Reply-To: <m23aiow3t0.fsf@pmade.com>

Applied, thanks.

- Carsten

On Oct 23, 2008, at 2:30 AM, Peter Jones wrote:

> Carsten Dominik <dominik@science.uva.nl> writes:
>> I have applied your full patch, thanks.
>>
>> Please verify the push, I did have a little technical problem when
>> applying, so please make sure it worked correctly.
>
> Almost, I must have forgotten this:
>
> diff --git a/lisp/org.el b/lisp/org.el
> index ad0f106..5bca9e8 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -4694,7 +4694,7 @@ but create the new hedline after the current  
> line."
> If the heading has no TODO state, or if the state is DONE, use the  
> first
> state (TODO by default).  Also with prefix arg, force first state."
>   (interactive "P")
> -  (when (not (org-insert-item 'checkbox))
> +  (when (or force-heading (not (org-insert-item 'checkbox)))
>     (org-insert-heading force-heading)
>     (save-excursion
>       (org-back-to-heading)
>
> -- 
> 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

      reply	other threads:[~2008-10-23  6:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-18  0:10 [PATCH] Fix Subtle Heading Creation Bugs Peter Jones
2008-10-18  6:01 ` Carsten Dominik
2008-10-18 15:24   ` Peter Jones
2008-10-18 17:59     ` Manish
2008-10-22  6:02 ` [PATCH] " Carsten Dominik
2008-10-23  0:30   ` Peter Jones
2008-10-23  5:07     ` 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=3ADE0E8D-CB5B-4E63-90CF-10A1B5B3CC7A@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).