From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: patch: added macro to org-additional-option-like-keywords Date: Thu, 13 Aug 2009 11:23:24 +0200 Message-ID: <4A83DB8C.2020404@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050703030000020806010306" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbWXV-0006fg-Oz for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 05:24:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbWXR-0006ct-13 for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 05:24:05 -0400 Received: from [199.232.76.173] (port=44841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbWXQ-0006cq-Ml for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 05:24:00 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:41292) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbWXQ-0002Ef-5E for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 05:24:00 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 2908A3497A for ; Thu, 13 Aug 2009 11:23:58 +0200 (MEST) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 12224) with ESMTP id f+9O4HJVkoIs 07439-07 for ; Thu, 13 Aug 2009 11:23:55 +0200 (MEST) 16195 Received: from [130.149.24.75] (algieba.ni.cs.tu-berlin.de [130.149.24.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: drmabuse) by mailhost.cs.tu-berlin.de (Postfix) with ESMTPSA for ; Thu, 13 Aug 2009 11:23:55 +0200 (MEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------050703030000020806010306 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --------------050703030000020806010306 Content-Type: text/plain; name="0001-added-MACRO-to-org-additional-option-like-keywords.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename*0="0001-added-MACRO-to-org-additional-option-like-keywords.patc"; filename*1="h" >From 8e59b595b855f7cd9377598219a7b8dbb22e41f6 Mon Sep 17 00:00:00 2001 From: Stephan Schmitt Date: Thu, 13 Aug 2009 11:19:30 +0200 Subject: [PATCH] added "MACRO" to org-additional-option-like-keywords '#+MACRO' can now be auto-completed using M-Tab --- lisp/org.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 6a37acd..b76e329 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8924,7 +8924,7 @@ This function can be used in a hook." "BEGIN_SRC" "END_SRC" "CATEGORY" "COLUMNS" "CAPTION" "LABEL" - "BIND")) + "BIND" "MACRO")) (defcustom org-structure-template-alist '( -- 1.6.3.3 --------------050703030000020806010306 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --------------050703030000020806010306--