> From: Guido Van Hoecke <gui...@gmail.com> > Date: Sun, 5 Jun 2016 21:41:18 +0200 > Cc: help-gnu-emacs <help-gnu-em...@gnu.org>, orgmode <emacs-orgmode@gnu.org> > > For testing i went to change flycheck-temp-file-system in flycheck.el > so that it reads > > (setq tempfile (convert-standard-filename (expand-file-name > (file-name-nondirectory filename) > directory))) > > rather than the original > > (setq tempfile (expand-file-name (file-name-nondirectory filename) > directory)) > > I than edebugged the flycheck-temp-file-system with the > "c:/Users/guivh/emacs-guivho/.flycheck_emacs-guivho.org[*Org Src > emacs-guivho.org[ emacs-lisp ]*]") filename, and it nicely produced a > tempfile where the '*'s are replaced by '!'s. > > Still, when editing elisp blocks from my elisp.org files, I keep > hitting the '*' problem...
What is "the '*' problem", exactly?