emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Funny bug with org-get-heading


From: Marcin Borkowski
Subject: [O] Funny bug with org-get-heading
Date: Mon, 05 Dec 2016 14:36:00 +0100
User-agent: mu4e 0.9.17; emacs 26.0.50.3

Hi all,

try this: put point at a line saying

--8<---------------cut here---------------start------------->8---
* todo lists
--8<---------------cut here---------------end--------------->8---

and do M-: (org-get-heading t t)

It will strip the "todo" (even though it should only strip "TODO").  It
seems that a (let ((case-fold-search nil)) ...) is missing somewhere
(manually setting case-fold-search to nil made org-get-heading behave
properly).

BTW, I discovered it when clocking an Org task about cleaning up my Org
tasks.  How meta! ;-)

Best,

-- 
Marcin Borkowski



reply via email to

[Prev in Thread] Current Thread [Next in Thread]