From: Jeff Horn <jrhorn424@gmail.com>
To: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Refiling list items
Date: Sat, 6 Aug 2011 14:54:46 -0400 [thread overview]
Message-ID: <CA+K2SAzrzSeKY1gRrvN7sWCO6XP-J_0AHraVWkBdewHM5MV=-Q@mail.gmail.com> (raw)
Should org-refile be able to refile list items? I suspect it would be
non-trivial to add this functionality if it isn't already there, but I
feel a bit overwhelmed keeping notes as headlines, particularly
because I like to leave soft wrapping off and have a hard wrap at 80
columns.
,----[ Sample Outline ]
| * Headline 1
| - List level 1
| - List level 2
| * Headline 2
| Some text.
`----
If I attempt to refile the item "- List level 1" to the second headline, I get
,----[ Mangled Outline ]
| * Headline 2
| Some text.
| ** Headline 1
| - List level 1
| - List level 2
`----
when the following is expected
,----[ Expected Outline ]
| * Headline 1
| * Headline 2
| - List level 1
| - List level 2
| Some text.
`----
Where the list items appear before or after "Some text." depending on
refile variables.
--
Jeffrey Horn
http://www.failuretorefrain.com/jeff/
next reply other threads:[~2011-08-06 18:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-06 18:54 Jeff Horn [this message]
2011-08-08 4:09 ` Refiling list items Jeff Horn
2011-08-08 9:48 ` Nicolas Goaziou
2011-08-08 22:35 ` Jeff Horn
2011-08-08 23:03 ` Nicolas Goaziou
2011-08-08 23:47 ` Jeff Horn
2011-08-09 0:02 ` Nick Dokos
2011-08-09 2:31 ` suvayu ali
2011-08-09 0:20 ` Nick Dokos
2011-08-09 0:40 ` Jeff Horn
2011-08-09 0:45 ` Jeff Horn
2011-08-10 10:05 ` Nicolas Goaziou
2011-08-10 15:16 ` Jeff Horn
2011-08-17 9:32 ` Bastien
2011-08-22 16:12 ` Jeff Horn
2012-01-18 4:56 ` Jeff Horn
2013-06-28 21:09 ` Samuel Wales
2013-06-30 23:16 ` Bastien
2013-07-01 21:35 ` Samuel Wales
2013-07-02 7:32 ` Bastien
2011-08-09 1:07 ` Florian Beck
2011-08-08 16:12 ` Florian Beck
2011-08-08 17:05 ` Nicolas Goaziou
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+K2SAzrzSeKY1gRrvN7sWCO6XP-J_0AHraVWkBdewHM5MV=-Q@mail.gmail.com' \
--to=jrhorn424@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.