From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: patch: added macro to org-additional-option-like-keywords Date: Sun, 16 Aug 2009 09:49:11 +0200 Message-ID: <278A77FE-95CB-4E13-B3AB-85FBEC5187D5@gmail.com> References: <4A83DB8C.2020404@cs.tu-berlin.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McaUT-00005h-5U for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 03:49:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McaUO-0008WR-M5 for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 03:49:20 -0400 Received: from [199.232.76.173] (port=45612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McaUO-0008WO-IJ for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 03:49:16 -0400 Received: from mail-ew0-f207.google.com ([209.85.219.207]:46424) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McaUO-0006y6-5H for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 03:49:16 -0400 Received: by ewy3 with SMTP id 3so94884ewy.42 for ; Sun, 16 Aug 2009 00:49:15 -0700 (PDT) In-Reply-To: <4A83DB8C.2020404@cs.tu-berlin.de> 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: Stephan Schmitt Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Aug 13, 2009, at 11:23 AM, Stephan Schmitt wrote: > 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 > > _______________________________________________ > 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