From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: function for inserting a block Date: Sun, 05 Nov 2017 13:25:44 -0800 Message-ID: <87y3nkv2nb.fsf@ericabrahamsen.net> References: <877exghblx.fsf@ericabrahamsen.net> <87fuahxxvs.fsf@nicolasgoaziou.fr> <87r2u1cuwj.fsf@ericabrahamsen.net> <87infdctzq.fsf@ericabrahamsen.net> <87k1zsbizs.fsf@ericabrahamsen.net> <87k1zp4rxj.fsf@ericabrahamsen.net> <871slx4j6p.fsf@ericabrahamsen.net> <87r2ttoq5k.fsf@ericabrahamsen.net> <871sltst0t.fsf@nicolasgoaziou.fr> <87y3o14cul.fsf@ericabrahamsen.net> <87po9czqy8.fsf@nicolasgoaziou.fr> <87she2rjqr.fsf@ericabrahamsen.net> <87r2tmwcrv.fsf@nicolasgoaziou.fr> <877evcvc57.fsf@ericabrahamsen.net> <87she0ikmo.fsf@ericabrahamsen.net> <87efpd9jsj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBSSA-0003GP-1S for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 16:27:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBSS6-0008WU-2h for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 16:27:38 -0500 Received: from [195.159.176.226] (port=52144 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBSS5-0008Vy-Qe for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 16:27:33 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eBSRv-0004Gp-A0 for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 22:27:23 +0100 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: emacs-orgmode@gnu.org On 11/05/17 10:06 AM, Nicolas Goaziou wrote: > Hello, > > Eric Abrahamsen writes: > >> From 055af9e9545947b9aeccc3370c8b67a237eea5d8 Mon Sep 17 00:00:00 2001 >> From: Eric Abrahamsen >> Date: Mon, 30 Oct 2017 10:55:29 -0700 >> Subject: [PATCH] Replace easy templates with org-insert-structure-template >> >> * lisp/org.el (org-insert-structure-template): New function for >> wrapping region (or element at point) in a begin/end block. >> (org-structure-predefined-blocks): New option holding predefined >> blocks, for completion. >> (org-try-structure-completion, >> org-complete-expand-structure-template): Remove functions. >> * doc/org.texi (Inserting structure templates): Document. >> * testing/lisp/test-org.el (test-org/insert-template): New test. > > Thank you. I applied your patch with the changes below. Great! >> -* Info directory file:: Installing a manual in Info file hierarchy. >> +* Info directory file:: Installing a manual in Info file hierarchy. > > Ignored. > >> -* Easy templates:: Quick insertion of structural elements >> +* Inserting structure templates:: Wrapping text in code blocks > > I used "Structure templates" instead of "Inserting structure templates" > and updated the rest of the "org.texi" accordingly. > >> -@node Introduction >> +@node Introduction, Document structure, Top, Top > > There is a lot of noise like this in your patch. I removed it. I don't know why that happened, I ran the update-menus and update-nodes menu commands, I figured that was necessary after the section renaming. I have noticed a bit of churn when producing other info manuals, though. Thanks a lot for the rest of your edits! Eric