On 24.3.2011, at 21:45, Eric S Fraga wrote: > Carsten, > > one question about your workflow. I've actually implemented much of > what you have suggested but I am having one problem: > > Carsten Dominik <carsten.domi...@gmail.com> writes: > > [...] > >> 3. I am not using an ordered list for the action items. Instead, I >> give them explicit numbers, in the sequence in which I am defining >> the actions. I am using some custom code (see end of this mail) to >> create these actions with unique numbers. Running >> `M-x org-maction-new-action' (this is `C-c n' in my setup) will >> insert a new action that looks like this: >> >> ** TODO Action #2: :#2: > > This is fine except that #x tags don't work in latex export! Obviously, > you must not export to latex. The # is not escaped when it is in a tag > although it is within the headline. My immediate easy solution is to > change the tag prefix (A) but I wonder if this is a bug in the latex > export?
Yes, apparently this is a problem in LaTeX export. > > In any case, I'm liking this solution to my minutes+actions problem. This is good to hear! - Carsten