From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Automatically entering org blocks? Date: Mon, 09 Feb 2015 06:00:22 -0500 Message-ID: <87zj8nuz7d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKm4o-00062h-4w for emacs-orgmode@gnu.org; Mon, 09 Feb 2015 06:00:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKm4n-0002qB-AH for emacs-orgmode@gnu.org; Mon, 09 Feb 2015 06:00:26 -0500 Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:38892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKm4n-0002q5-5t for emacs-orgmode@gnu.org; Mon, 09 Feb 2015 06:00:25 -0500 Received: by mail-yh0-f43.google.com with SMTP id c41so994195yho.2 for ; Mon, 09 Feb 2015 03:00:24 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode list 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. --8<---------------cut here---------------start------------->8--- #+BEGIN_QUOTE Deeply insightful quotation! #+END_QUOTE --8<---------------cut here---------------end--------------->8--- 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.