From: Sebastian Rose <sebastian_rose@gmx.de>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: multiline description list, partial patch
Date: Sat, 12 Sep 2009 00:12:35 +0200 [thread overview]
Message-ID: <87my51871o.fsf@gmx.de> (raw)
In-Reply-To: <0302D693-7DDF-46A1-A69C-8B850B65534B@gmail.com> (Carsten Dominik's message of "Thu, 10 Sep 2009 18:40:36 +0200")
Hi Eric,
I think long descriptions are _very_ unusual (it's called "definition
list" (<dl>) in HTML and "definition term" (<dt>).
I used to do this here, before those lists were supported directly in
Org-mode:
- *Bold longish term* \\
Description of the bold longish term.
I bound this function to a key:
(defun sr-insert-org-dd-item ()
(interactive)
(let ( (in (read-from-minibuffer "Definition list DT item: ")) )
(newline-and-indent)
(insert (concat "+ *" in "* \\\\"))
(newline-and-indent)))
I remember I had to set `org-plain-list-ordered-item-terminator' to `t'
to make this work correctly.
This was added in 2008-02-25 and removed, when Carsten added the support
for the definition lists. And I never missed it.
Sebastian
next prev parent reply other threads:[~2009-09-11 22:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-09 19:59 multiline description list, partial patch Eric Schulte
2009-09-10 16:40 ` Carsten Dominik
2009-09-11 22:12 ` Sebastian Rose [this message]
2009-09-11 3:49 ` Carsten Dominik
2009-09-11 6:03 ` Eric Schulte
2009-09-11 21:09 ` Carsten Dominik
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=87my51871o.fsf@gmx.de \
--to=sebastian_rose@gmx.de \
--cc=carsten.dominik@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).