Hi Wolfgang, I've played a bit with your FiXme-module. First of all, thanks for the work! But I ran into following issues. 1. Something is going wrong if I allow interaction. So the text is marked as a link, but one can't jump to the right location. 2. Instead of margin notes I would like to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error. 3. Is it possible to save the FiXme-list in a external text file? Something like \savebuffer[expanded list of fixmes][list.txt] \usemodule[fixme] % \setupfixme % -> error % [before={\startcomment[FiXme]}, % after=\stopcomment] \setupinteraction[state=start] \setuplist[fixme][interaction=all] \starttext \fixme{To be done …} \input knuth \fixme{To be done …} \input tufte \fixme{To be done …} \page \placelist[fixme] \stoptext Best regards Andreas
Am 05.11.2010 um 13:12 schrieb Andreas Harder:
Hi Wolfgang,
I've played a bit with your FiXme-module. First of all, thanks for the work! But I ran into following issues.
1. Something is going wrong if I allow interaction. So the text is marked as a link, but one can't jump to the right location.
Works for me, maybe a bug in context which is now solved.
2. Instead of margin notes I would like to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error.
comments are defined as buffers and buffers can’t be used in before/after keys but i can add a „location=comment“ to the module.
3. Is it possible to save the FiXme-list in a external text file? Something like \savebuffer[expanded list of fixmes][list.txt]
Do you want a separate file for each entry or one file with all entries? Wolfgang
Am 08.11.2010 um 20:16 schrieb Wolfgang Schuster:
Am 05.11.2010 um 13:12 schrieb Andreas Harder:
Hi Wolfgang,
I've played a bit with your FiXme-module. First of all, thanks for the work! But I ran into following issues.
1. Something is going wrong if I allow interaction. So the text is marked as a link, but one can't jump to the right location.
Works for me, maybe a bug in context which is now solved.
Hmm, I'm using the latest beta. I checked some documents and it works there but fails in something simple like \setupinteraction[state=start] \starttext \placelist[chapter][interaction=all] \dorecurse{5}{\chapter{Chapter} } \stoptext But anyway it has nothing to do with your module.
2. Instead of margin notes I would like to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error.
comments are defined as buffers and buffers can’t be used in before/after keys but i can add a „location=comment“ to the module.
That would be nice, but would't "alternative=comment“ more appropriate?
3. Is it possible to save the FiXme-list in a external text file? Something like \savebuffer[expanded list of fixmes][list.txt]
Do you want a separate file for each entry or one file with all entries?
I thought of one file with all entries. My first idea was to write something like: \startTODO * \currentcomponent ** TODO fix that, fix this ** DONE fix that, fix this \stopTODO Write all TODO environments in a single file and use Emacs Org-mode to navigate through the list. Best regards Andreas
participants (3)
-
Andreas Harder
-
Andreas Harder
-
Wolfgang Schuster