From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Automatically entering org blocks?
Date: Mon, 09 Feb 2015 07:02:22 -0800 [thread overview]
Message-ID: <m2h9uvqgap.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <87egpzuws8.fsf@ericabrahamsen.net>
This seems to do what you want on text in a region. It is not too well
tested though!
#+BEGIN_SRC emacs-lisp
(defun wrap-text-in-org-block (start end)
(interactive "r")
(goto-char end)
(insert "\n#+END_QUOTE\n")
(goto-char start)
(insert "\n#+BEGIN_QUOTE:\n"))
#+END_SRC
Eric Abrahamsen writes:
> torys.anderson@gmail.com (Tory S. Anderson) writes:
>
>> Is there a command for automatically entering org blocks (such as for
>> quotes or src), the same way there's a command for inserting drawers?
>> I'm sure there must be, but I've searched the "block" and "insert"
>> command lists and don't see anything that seems promising.
>>
>> #+BEGIN_QUOTE
>> Deeply insightful quotation!
>> #+END_QUOTE
>>
>> I'm sure I'm missing something; it's a pain to have to manually begin
>> and close these things every time. I guess I'm getting spoiled by so
>> much of the org mode goodness that makes things easier.
>
> Yes! Start with a "<" on the left-hand margin, then enter a key letter,
> then TAB to expand. Your quote above would start with a "<q", then TAB
> to expand. See the "Easy Templates" section of the manual for details.
>
> What you can't do is take existing text and wrap it in a block. (Prove
> me wrong, someone!)
>
> E
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
next prev parent reply other threads:[~2015-02-09 15:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-09 11:00 Automatically entering org blocks? Tory S. Anderson
2015-02-09 11:52 ` Eric Abrahamsen
2015-02-09 15:02 ` John Kitchin [this message]
2015-02-09 17:25 ` Grant Rettke
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=m2h9uvqgap.fsf@andrew.cmu.edu \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
--cc=eric@ericabrahamsen.net \
/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).