emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Yuri Niyazov <yuri.niyazov@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [bug?] Different whitespace behavior between capture, and capture w. refile
Date: Sun, 4 Jan 2015 20:01:29 -0800	[thread overview]
Message-ID: <CACbjG0uyBNnp4y_0S6FFUc4RDrG-L1czzkHL0T-zBVCUmrfM6Q@mail.gmail.com> (raw)

Let's say I start with a .notes file that looks like this:

#+BEGIN_EXAMPLE
* Tasks
* Refile Here
* Other Stuff
#+END_EXAMPLE

with all the default capture templates.

The only org-mode configuration I have is

(org-blank-before-new-entry (quote ((heading) (plain-list-item))))

as well as C-c c for capture. Everything else is default. This is on
Emacs 24.4, and org-mode 8.2.10

Let's say I have another file called ~/Spike.org open, and I am
capturing from it. This is not relevant to the example, but makes it
clearer where the links are coming from.

Then, I capture two items:

C-c c t "Capture Item 1" C-c C-c and C-c c t "Capture Item 2" C-c C-c.

Now, my .notes file looks like this:

#+BEGIN_EXAMPLE
* Tasks
** TODO Capture Item 1
  [2015-01-04 Sun]
  [[file:~/Spike.org]]
** TODO Capture Item 2
  [2015-01-04 Sun]
  [[file:~/Spike.org]]
* Refile Here
* Other Stuff
#+END_EXAMPLE

Note how there are no blank lines between the different capture items.

Now, I capture two items, but instead of finishing the capture with
C-c C-c, I refile right from the Capture window:

C-c c t "Refile Item 1" C-c C-w "Refile here" and C-c c t "Refile Item
2" C-c C-w "Refile here".

Now, my .notes file looks like this:

#+BEGIN_EXAMPLE
* Tasks
** TODO Capture Item 1
  [2015-01-04 Sun]
  [[file:~/Spike.org]]
** TODO Capture Item 2
  [2015-01-04 Sun]
  [[file:~/Spike.org]]
* Refile Here
** TODO Refile Item 1
  [2015-01-04 Sun]
  [[file:~/Spike.org]]

** TODO Refile Item 2
  [2015-01-04 Sun]
  [[file:~/Spike.org]]

* Other Stuff
#+END_EXAMPLE

Note how refiling from the capture window introduced whitespace
between items under "Refile here", but finishing the capture doesn't.
Needless to say, this inconsistency drives me mildly up the wall. I am
currently looking into writing some sort of hook for
org-after-refile-insert-hook, but exactly what to do there is unclear.
Is there some configuration option I am missing?

Thanks!

             reply	other threads:[~2015-01-05  4:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-05  4:01 Yuri Niyazov [this message]
2015-01-09  0:38 ` [bug?] Different whitespace behavior between capture, and capture w. refile Yuri Niyazov

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=CACbjG0uyBNnp4y_0S6FFUc4RDrG-L1czzkHL0T-zBVCUmrfM6Q@mail.gmail.com \
    --to=yuri.niyazov@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).