eschulte / epresent

Presentations in Emacs -- based on Org-mode
183 stars 51 forks source link

Problem with slide title #13

Closed tmalsburg closed 9 years ago

tmalsburg commented 9 years ago

One of my slides starts with "Done!" but epresent doesn't show that in presentation mode.

Example:

* Done! Now the experiment is ready to run.

It makes sense to remove DONE because that's an org keyword but epresent should leave things like Done! untouched.

tmalsburg commented 9 years ago

Update: I can't use the word done anywhere in the title not just at the beginning.

tmalsburg commented 9 years ago

Hm, after your fix an intial Done is still hidden although that is not an org keyword. It's only an org keyword if it uses capital letters exclusively. The strange thing is that org-todo-line-regexp seems to only match uppercase DONE.