Hi Martin, Martin Butz <m...@mkblog.org> writes:
> (1) Clock in/out just by toggeling the task state does not work anymore. > For starting and stopping the clock I have the code from Sacha Chua [2] > in my dot-emacs. I suppose, that this does not work any more with the > new org-code. As I frequently rely on the clock I would be glad to solve > the problem. Does someone have a hint for me? You can add a function to `org-after-todo-state-change-hook', which will call `org-clock-in/out' at some point. But better to ask Sacha since this is her code. > (2) I did some tests with the org-odt-exporter, which where successful > in case of a small test file but failed with some of my daily used file. > In one case the emacs message buffer seemed to contain the whole export > output (pasting just a few lines here) > #(" " 0 10 (face org-indent)) wrap-prefix #(" " 0 10 > (face org-indent))) 48810 49241 (fontified nil org-category > "hfk-design-durch-aneignung" line-prefix #(" " 0 10 (face > org-indent)) wrap-prefix #(" " 0 13 (face org-indent))) > 49241 49242 (fontified nil org-category "hfk-design-durch-aneignung" > line-prefix #(" " 0 10 (face org-indent)) wrap-prefix #(" > " 0 10 (face org-indent))) 49242 49340 (fontified nil org-category > "hfk-design-durch-aneignung" line-prefix #(" " 0 10 (face > org-indent)) wrap-prefix #(" " 0 13 (face org-indent))) > 49341 49361 (original-indentation 0) 49361 49362 (fontified nil > org-category "hfk-design-durch-aneignung" line-prefix #(" " 0 > 10 (face org-indent)) wrap-prefix #(" " 0 13 (face > org-indent))) 49362 49374 (fontified nil org-category > "hfk-design-durch-aneignung" line-prefix #( > > I did get nothing else and wonder, what's the best way to debug such > a case? I suggest to bisect the .org source file until you find the part that prevents ODT exports. Best, -- Bastien