emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Grant Rettke <gcr@wisdomandwonder.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Add-Easy-Template-for-COMMENT-C to org.el
Date: Sun, 6 Aug 2017 16:01:42 -0500	[thread overview]
Message-ID: <CAAjq1mch3g+Jp8xCD1B126SaEUBev=jq8DqbvmUjOEi_XQfyZg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

Good afternoon,

Attached is a patch to an Easy Template binding `C' for `COMMENT'.

The tests had the same 1 failure before and after I made the change
"1 unexpected results:
   FAILED  test-org/refile-get-targets"

I'm already in the FSF assignment book.

Sincerely,

Grant Rettke

[-- Attachment #2: 0001-Add-Easy-Template-for-COMMENT-C.patch --]
[-- Type: application/octet-stream, Size: 2291 bytes --]

From bae80a98a29e337be1f677cc40ca9d9a4219447e Mon Sep 17 00:00:00 2001
From: Grant Rettke <gcr@wisdomandwonder.com>
Date: Sun, 6 Aug 2017 15:46:26 -0500
Subject: [PATCH] Add Easy Template for COMMENT (C)

* lisp/org.el: (org-structure-template-alist): Added `COMMENT' block template
  bound to `C'

* doc/org.texi: Add documentation for `COMMENT' Easy Template.

* contrib/orgmanual.org: Add documentation for `COMMENT' Easy Template.
---
 contrib/orgmanual.org | 1 +
 doc/org.texi          | 1 +
 lisp/org.el           | 1 +
 3 files changed, 3 insertions(+)

diff --git a/contrib/orgmanual.org b/contrib/orgmanual.org
index 21011cd96..6cc88a86e 100644
--- a/contrib/orgmanual.org
+++ b/contrib/orgmanual.org
@@ -15922,6 +15922,7 @@ The following template selectors are currently supported:
 | {{{kbd(a)}}} | ~#+BEGIN_ASCII~ ...~ #+END_ASCII~     |
 | {{{kbd(A)}}} | ~#+ASCII:~                            |
 | {{{kbd(c)}}} | ~#+BEGIN_CENTER~ ... ~#+END_CENTER~   |
+| {{{kbd(C)}}} | ~#+BEGIN_COMMENT~ ... ~#+END_COMMENT~ |
 | {{{kbd(e)}}} | ~#+BEGIN_EXAMPLE~ ... ~#+END_EXAMPLE~ |
 | {{{kbd(h)}}} | ~#+BEGIN_HTML~ ... ~#+END_HTML~       |
 | {{{kbd(H)}}} | ~#+HTML:~                             |
diff --git a/doc/org.texi b/doc/org.texi
index db28bfee2..464886972 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -17346,6 +17346,7 @@ Org comes with these pre-defined easy templates:
 @item @kbd{q} @tab @code{#+BEGIN_QUOTE ... #+END_QUOTE}
 @item @kbd{v} @tab @code{#+BEGIN_VERSE ... #+END_VERSE}
 @item @kbd{c} @tab @code{#+BEGIN_CENTER ... #+END_CENTER}
+@item @kbd{C} @tab @code{#+BEGIN_COMMENT ... #+END_COMMENT}
 @item @kbd{l} @tab @code{#+BEGIN_EXPORT latex ... #+END_EXPORT}
 @item @kbd{L} @tab @code{#+LATEX:}
 @item @kbd{h} @tab @code{#+BEGIN_EXPORT html ... #+END_EXPORT}
diff --git a/lisp/org.el b/lisp/org.el
index 9c9df70e2..00b3e6ebf 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12213,6 +12213,7 @@ keywords relative to each registered export back-end."
     ("v" "#+BEGIN_VERSE\n?\n#+END_VERSE")
     ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM")
     ("c" "#+BEGIN_CENTER\n?\n#+END_CENTER")
+    ("C" "#+BEGIN_COMMENT\n?\n#+END_COMMENT")
     ("l" "#+BEGIN_EXPORT latex\n?\n#+END_EXPORT")
     ("L" "#+LaTeX: ")
     ("h" "#+BEGIN_EXPORT html\n?\n#+END_EXPORT")
-- 
2.14.0


             reply	other threads:[~2017-08-06 21:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-06 21:01 Grant Rettke [this message]
2017-08-07  9:47 ` Add-Easy-Template-for-COMMENT-C to org.el Nicolas Goaziou
2017-08-09  0:07   ` Grant Rettke
2017-08-10 10:47     ` Nicolas Goaziou

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='CAAjq1mch3g+Jp8xCD1B126SaEUBev=jq8DqbvmUjOEi_XQfyZg@mail.gmail.com' \
    --to=gcr@wisdomandwonder.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).