From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Patch: typo in org-exp.el (EXPORT_EXCUDE_TAGS) Date: Sun, 26 Oct 2008 04:20:45 +0100 Message-ID: <4903E20D.4030106@gmx.de> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtwB8-00085J-1k for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 23:20:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtwB3-000807-B3 for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 23:20:32 -0400 Received: from [199.232.76.173] (port=60985 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtwB3-000804-3w for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 23:20:29 -0400 Received: from mail.gmx.net ([213.165.64.20]:46680) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KtwB2-0008AF-Sw for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 23:20:29 -0400 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]" Little typo in org-exp.el? Think this should be EXPORT_EXCLUDE_TAGS? diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c5c0bb3..7294390 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2597,7 +2597,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff." #+OPTIONS: H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s *:%s TeX:%s LaTeX:%s skip:%s d:%s tags:%s %s #+EXPORT_SELECT_TAGS: %s -#+EXPORT_EXCUDE_TAGS: %s +#+EXPORT_EXCLUDE_TAGS: %s #+LINK_UP: %s #+LINK_HOME: %s #+CATEGORY: %s