emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Re: [BUG] org-cycle on hidden inline task makes also oth


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] Re: [BUG] org-cycle on hidden inline task makes also other inline tasks visible
Date: Tue, 29 Oct 2013 21:02:15 +0100

Hello,

address@hidden (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 <address@hidden>
> 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



reply via email to

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