Re: [POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-06-23 Thread Ihor Radchenko
Dmitry Logvinenko writes: > Thank you for your comments, fixed. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5b3a1a634 I also added you to the contributor list. https://git.sr.ht/~bzg/worg/commit/d9174193 -- Ihor Radchenko // yantar92, Org mode

Re: [POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-06-22 Thread Dmitry Logvinenko
Thank you for your comments, fixed. 0001-lisp-org-habit.el-Inherit-habit-style-property.patch Description: Binary data

Re: [POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-06-16 Thread Ihor Radchenko
Dmitry Logvinenko writes: > Subject: [PATCH] lisp/org-habit.el: Inherit habit style property > > * lisp/org-habit.el (org-is-habit-p): Use `org-entry-get' with > 'selective option to optionally find habit subheadings. > * etc/ORG-NEWS: Describe a breaking change. Thanks for the patch! May I

Re: [POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-06-15 Thread Dmitry Logvinenko
-- Dmitry Logvinenko // dmlogv 0001-lisp-org-habit.el-Inherit-habit-style-property.patch Description: Binary data

Re: [POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-05-18 Thread Ihor Radchenko
Ihor Radchenko writes: > I am generally in favour of allowing STYLE to be inherited, but it is > technically a breaking change, as I described. > > Let's see if anyone voices against this change. No objections have been raised. Dmitry, could you please create a proper patch, adding