From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: add org-quote-region Date: Sun, 05 Aug 2018 00:28:59 -0400 Message-ID: <871sbdighg.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmAfC-0008GX-SE for emacs-orgmode@gnu.org; Sun, 05 Aug 2018 00:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmAf9-000140-Np for emacs-orgmode@gnu.org; Sun, 05 Aug 2018 00:29:06 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:52580) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fmAf9-00011C-HP for emacs-orgmode@gnu.org; Sun, 05 Aug 2018 00:29:03 -0400 In-Reply-To: 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" To: Will Pierce , emacs-orgmode@gnu.org Hello, Will Pierce writes: > Adds a function to turn the highlighted region into a block quote for > export ("#+begin_quote...#+end_quote"). > > As a writer using org-mode I've found this very useful. I believe this can already be achieved in a more general way with org-insert-structure-template (currently in master, which will be released as Org 9.2). Select the region of interest and type C-c C-, q