[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug] ox-taskjuggler
From: |
Søren Mikkelsen |
Subject: |
Re: [O] [bug] ox-taskjuggler |
Date: |
Fri, 23 Jan 2015 12:31:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2015-01-23 09:59, Christian Egli wrote:
> Søren Mikkelsen <address@hidden> writes:
>
>> It works, but only for tasks that aren't having a start
>> attribute. It is possible to give a warning if the start
>> attribute already exists and make the default one, the one
>> specified in the attributes (drawer)?
>
> What exactly doesn't work? Are there two start entries in the task?
> One because of the SCHEDULED property and one because of the the
> start property?
>
> Then you might have to remove the start property from
> org-taskjuggler-valid-task-attributes before adding the other
> valid attributes i.e.
>
> ;; Add other valid attributes. (org-taskjuggler--indent-string
> (org-taskjuggler--build-attributes task
> org-taskjuggler-valid-task-attributes))
>
> Might have to become (untested)
>
> ;; Add other valid attributes. (org-taskjuggler--indent-string
> (org-taskjuggler--build-attributes task (remq 'start
> org-taskjuggler-valid-task-attributes)))
>
> HTH Christian
>
The problem by removing the start attribute is that it destroys the
backward compatibility. I want ox-taskjuggler to accept both methods,
where the start property attribute overrules the scheduled attribute,
if this is present.
- --
Best regards,
Søren Mikkelsen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJUwjEEAAoJECUE7rt2jWDw5WQH/AhkKBjfWZLryYG+Zqj1D5Re
+JXahe52HYf5oBXeSJHF250wKxF4KSme6JXHBfO5lfT5IZY+YwZTeUxm0a2KXod3
y9bxrWKqNglkqLLHxpwsZMpTGfcy4LOGJwxqL+brcRSJzftf17bpKnD1pcj62/uT
UxLQlWbmmj0WqP4f0xLMtyvkRc5OWDz6T/mylxM0/26cK2xIhdigV42dTXvwFu13
NZdfhL5lUgORHOYseSfV23e/89pnw3V9PIO/4QA/6HEBP7icsSlMb4qiAOMf6wdE
JbPVf4hkYfDmBKcFuWeWKAdz94I/Xcov2/0XoCc/qOFEhhlAvxrFm+KzI/Xjr30=
=EpK7
-----END PGP SIGNATURE-----
- [O] [bug] ox-taskjuggler, Søren Mikkelsen, 2015/01/20
- Re: [O] [bug] ox-taskjuggler, Nicolas Goaziou, 2015/01/20
- Re: [O] [bug] ox-taskjuggler, Søren Mikkelsen, 2015/01/21
- Re: [O] [bug] ox-taskjuggler, John Hendy, 2015/01/21
- Re: [O] [bug] ox-taskjuggler, Søren Mikkelsen, 2015/01/22
- Re: [O] [bug] ox-taskjuggler, Christian Egli, 2015/01/22
- Re: [O] [bug] ox-taskjuggler, Søren Mikkelsen, 2015/01/22
- Re: [O] [bug] ox-taskjuggler, Christian Egli, 2015/01/23
- Re: [O] [bug] ox-taskjuggler,
Søren Mikkelsen <=
- Re: [O] [bug] ox-taskjuggler, Christian Egli, 2015/01/26