From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: using org-mark-entry-for-agenda-action Date: Tue, 11 Jun 2019 14:41:58 -0400 Message-ID: <87r280ge15.fsf@kyleam.com> References: <87lfy8tsby.fsf@svictor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51594) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1halii-00024X-49 for emacs-orgmode@gnu.org; Tue, 11 Jun 2019 14:42:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1halih-0001KO-0p for emacs-orgmode@gnu.org; Tue, 11 Jun 2019 14:42:08 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:59148) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1halig-0001GZ-Ez for emacs-orgmode@gnu.org; Tue, 11 Jun 2019 14:42:06 -0400 In-Reply-To: <87lfy8tsby.fsf@svictor.net> 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: "Victor A. Stoichita" , emacs-orgmode "Victor A. Stoichita" writes: > The manual describes the function=20 > org-mark-entry-for-agenda-action. It should >> "Mark the current entry for agenda action. After you have marked=20 >> the entry like this, you can open the agenda or the calendar to=20 >> find an appropriate date. With point on the selected date, press=20 >> k s or k d to schedule the marked item." > > https://orgmode.org/manual/Inserting-deadline_002fschedule.html > > However, I can=E2=80=99t seem to find that function using Org mode versio= n=20 > 9.2.3 (9.2.3-20-g31873e-elpaplus). Am I missing something?=20 That command was deleted in f95e5ff1b (Fix a bug, allow "i" in calendar (and remove "k" from calendar), 2012-09-30). doc/org-manual.org no longer contains a reference to it as of e95ac0bac (org-manual: Delete reference to removed function, 2019-05-08). Following your link, I don't see the text you quote, so it seems the manual online has already been updated. --=20 Kyle