From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?andr=C3=A9s_?= =?UTF-8?Q?ram=C3=ADrez?= Subject: bug#32068: obsolescense of #+CATEGORY on org-mode 9.x Date: Mon, 09 Jul 2018 15:03:07 +0000 Message-ID: <86efgcladw.fsf@gmail.com> References: <86tvpdnqcp.fsf@sacsa.i-did-not-set--mail-host-address--so-tickle-me> <83efggnbib.fsf@gnu.org> <87sh4vjofi.fsf@nicolasgoaziou.fr> <86lgankxlw.fsf@gmail.com> <87in5rgi1o.fsf@nicolasgoaziou.fr> <86k1q7knbo.fsf@gmail.com> <87d0vyei31.fsf@nicolasgoaziou.fr> <877em6uk42.fsf@nicolasgoaziou.fr> <86h8l9kso8.fsf@gmail.com> <87in5okh30.fsf@nicolasgoaziou.fr> <86fu0slbyr.fsf@gmail.com> <87k1q4iido.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcXhv-0005iJ-Ep for emacs-orgmode@gnu.org; Mon, 09 Jul 2018 11:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcXhq-0005mL-Dm for emacs-orgmode@gnu.org; Mon, 09 Jul 2018 11:04:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44762) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcXhq-0005mH-9d for emacs-orgmode@gnu.org; Mon, 09 Jul 2018 11:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcXhp-00009t-Uv for emacs-orgmode@gnu.org; Mon, 09 Jul 2018 11:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1q4iido.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: 32068@debbugs.gnu.org, Eli Zaretskii Hi Nicolas. > > =C2=BFWhat would have been the way a user should discover this incompat= ibility > > or obsolescense of the "#+CATEGORY"?. >=20 > I would suggest that user to read the releases notes, located in > ORG-NEWS files, in particular the "Incompatible changes" sections. >=20 > This particular change was announced in Org 8.3. >=20 > Also, this feature (multiple CATEGORY keywords) was strongly deprecated, > as pointed out in the old manual, since Org 5.14 (2008). I see. Something is missing on that comment "Use org-lint for a hint about how to modify your agenda file". /usr/share/emacs/26.1/etc/ORG-NEWS emacs 25.1 has org-version 8.2.10 Debian still have 24.5 as default emacs on debian strech. So this issue is going to arise again in the future. So just for the notice of future users. this: --8<---------------cut here---------------start------------->8--- #+CATEGORY: world cup --8<---------------cut here---------------end--------------->8--- should be changed to: --8<---------------cut here---------------start------------->8--- ** world cup (not showed on agenda view) :PROPERTIES: :CATEGORY: world cup :END: --8<---------------cut here---------------end--------------->8--- Regards