From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: [PATCH 3/3] Fix a typo in the commentary. Date: Mon, 21 Mar 2011 16:11:08 +0100 Message-ID: <1300720268-9375-4-git-send-email-christian.egli@alumni.ethz.ch> References: <1300720268-9375-1-git-send-email-christian.egli@alumni.ethz.ch> Return-path: Received: from [140.186.70.92] (port=32987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1glk-0002RN-HB for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 11:11:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1glj-0002Hv-Cu for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 11:11:44 -0400 Received: from mail.sbszh.ch ([217.162.18.84]:37244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1glj-0002An-6g for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 11:11:43 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.sbszh.ch (Postfix) with ESMTP id 99B4D86EB for ; Mon, 21 Mar 2011 16:11:19 +0100 (CET) Received: from mail.sbszh.ch ([127.0.0.1]) by localhost (mail01.dmz.sbszh.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uw7wr8+SpyUc for ; Mon, 21 Mar 2011 16:11:17 +0100 (CET) Received: from s05.sbszh.ch (s05.sbszh.ch [10.0.9.9]) by mail.sbszh.ch (Postfix) with ESMTP id 9445386E8 for ; Mon, 21 Mar 2011 16:11:17 +0100 (CET) In-Reply-To: <1300720268-9375-1-git-send-email-christian.egli@alumni.ethz.ch> 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 Cc: Christian Egli From: Christian Egli * org-taskjuggler.el: Fix a typo in the commentary. --- lisp/org-taskjuggler.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index bcf2c45..f891634 100644 --- a/lisp/org-taskjuggler.el +++ b/lisp/org-taskjuggler.el @@ -144,7 +144,7 @@ ;; - Look at org-file-properties, org-global-properties and ;; org-global-properties-fixed ;; - What about property inheritance and org-property-inherit-p? -;; - Use TYP_TODO as an way to assign resources +;; - Use TYPE_TODO as an way to assign resources ;; - Make sure multiple dependency definitions (i.e. BLOCKER on ;; previous-sibling and on a specific task_id) in multiple ;; attributes are properly exported. -- 1.7.1