From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [PATCH] ox-taskjuggler.el: allow direct 'depends' specification Date: Tue, 10 Nov 2015 00:04:44 +0000 Message-ID: <87egfysorn.fsf@gmail.com> References: <87vb9akcwc.fsf@feelingofgreen.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvwQc-0004HG-Fo for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 19:04:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvwQZ-00051D-98 for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 19:04:50 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:35169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvwQZ-000518-20 for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 19:04:47 -0500 Received: by wmdw130 with SMTP id w130so50599577wmd.0 for ; Mon, 09 Nov 2015 16:04:46 -0800 (PST) In-Reply-To: <87vb9akcwc.fsf@feelingofgreen.ru> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kosyrev Serge <_deepfire@feelingofgreen.ru>, emacs-orgmode@gnu.org Hi Kosyrev, 2015ko azaroak 8an, Kosyrev Serge-ek idatzi zuen: >=20 > * ox-taskjuggler.el (org-taskjuggler-valid-task-attributes): add depends > to the list of valid task attributes > --- > contrib/lisp/ox-taskjuggler.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler= .el > index 2bd47e6..cfb28f2 100644 > --- a/contrib/lisp/ox-taskjuggler.el > +++ b/contrib/lisp/ox-taskjuggler.el > @@ -301,7 +301,7 @@ but before any resource and task declarations." > :type '(string :tag "Preamble")) >=20=20 > (defcustom org-taskjuggler-valid-task-attributes Is this an open-ended list that an average user could meaningfully add to? If not, perhaps it should be a defconst. (I don=E2=80=99t know anythi= ng about the taskjuggler format, so I=E2=80=99m sure whatever decision you make will be OK.) --=20 Aaron Ecay