emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] patch: added macro to org-additional-option-like-keywords


From: Carsten Dominik
Subject: Re: [Orgmode] patch: added macro to org-additional-option-like-keywords
Date: Sun, 16 Aug 2009 09:49:11 +0200

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 <address@hidden>
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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]