Hello, co...@online.de (Jonas Hörsch) writes:
> ok, this has been bothering me long enough. the attached patch fixes the > issue [1] for me. Thank you for your patch. > From 3073cb181f607a0cc65031fe68e86cf73347e152 Mon Sep 17 00:00:00 2001 > From: Jonas Hoersch <co...@online.de> > Date: Tue, 29 Oct 2013 17:07:49 +0100 > Subject: [PATCH] org-inlinetask: [FIX] correct inlinetask cycling You need to detail which function is modified and how. E.g.: * lisp/org-inlinetask.el (org-inlinetask-toggle-visibility): Don't use `org-show-entry' as it cannot fold an inlinetask properly. > org-show-entry can't be used to expand a folded inlinetask, as it relies > on org-outline-regexp to find the end of the entry, which has been > altered to exclude inline-tasks by org-cycle. > > instead show the inline task directly using the bounds already computed > by org-inlinetask-toggle-visibility. Also, if you haven't signed FSF papers, you need to add TINYCHANGE at the end of the message. Regards, -- Nicolas Goaziou