Closed BumbleBeeBleep closed 4 years ago
Thanks for reporting this. Doct does indeed modify its declarations argument. I had not anticipated your use-case! Any performance gained from mutating the argument is probably moot. Working on a patch now to fix this.
The commit below (ad94e62) should take care of that for you. Would you mind testing it for me?
This is working for me, Thanks!
Glad to hear it! I'll merge the fix into master. Thanks again for reporting.
Hello,
I am trying to put some common children under different parents as shown below. But this does not work. Both
ct
andit
put the todo item under the currently clocked item. After running the code the value ofmy/basic-capture-types
is changed to this:Is this meant to happen? If yes, what would be an other way to accomplish this? Thank You!