From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: What happened to `org-end-of-meta-data-and-drawers'? Date: Sat, 06 Feb 2016 00:16:13 +0100 Message-ID: <87d1sa4uki.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRpc1-0002Fs-8t for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 18:16:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRpby-0003ng-1J for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 18:16:25 -0500 Received: from plane.gmane.org ([80.91.229.3]:33023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRpbx-0003nU-RV for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 18:16:21 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aRpbv-0006Y8-Sx for emacs-orgmode@gnu.org; Sat, 06 Feb 2016 00:16:19 +0100 Received: from x55b0e30c.dyn.telefonica.de ([85.176.227.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Feb 2016 00:16:19 +0100 Received: from tjolitz by x55b0e30c.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Feb 2016 00:16:19 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi List, again an Org function I used in one of my libraries has disappeared. ,---- | org-dp-lib.el:483:1:Warning: the function `org-end-of-meta-data-and-drawers' | is not known to be defined. `---- Two related questions: - is there a replacement? - using Magit, how can I investigate the fate of such a lost function without investing too much time and effort? PS Another rather unrelated question: Byte-compiling files that require package cl, I always get one of two errors: - using (require 'cl), I get ,---- | org-dp.el:172:1:Warning: cl package required at runtime `---- - but, when I correctly use (eval-when-compile (require 'cl)), I see several of these: ,---- | org-dp-lib.el:275:40:Warning: function `remove-duplicates' from cl package | called at runtime `---- How to avoid both kinds of warnings? I'm probably not really up-to-date here ... -- cheers, Thorsten