I recently started using org-mode, so forgive me if this is covered somewhere that I missed. But I'm trying to use fixmee.el with org-mode; it works by finding "fixme" tags in comments, but it's not finding anything in my orgmode files. I've traced the problem to the fact that syntax-ppss fails to accurately report that it's in a comment.
So position point inside a comment in an org file and eval: (nth 4 (syntax-ppss)) It should (?) report t, but it's giving me nil. -- Jeremy Hankins <no...@nowan.org>