From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: how to replace 'org-drawers' Date: Mon, 06 Oct 2014 14:56:16 +0200 Message-ID: <87k34dqrv3.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb7q8-0005wv-HQ for emacs-orgmode@gnu.org; Mon, 06 Oct 2014 08:56:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xb7q1-0003LN-Oz for emacs-orgmode@gnu.org; Mon, 06 Oct 2014 08:56:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:55522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb7q1-0003LE-I1 for emacs-orgmode@gnu.org; Mon, 06 Oct 2014 08:56:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xb7pz-0002TZ-5H for emacs-orgmode@gnu.org; Mon, 06 Oct 2014 14:56:27 +0200 Received: from g231108157.adsl.alicedsl.de ([92.231.108.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Oct 2014 14:56:27 +0200 Received: from tjolitz by g231108157.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Oct 2014 14:56:27 +0200 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 Alan Schmitt writes: > Hello, > > I'm trying to use org-wc, but it fails because org-drawers no longer > exists. Not??? I still find this ,---- | 510:;;; Greater elements | 544:;;;; Center Block | 594:;;;; Drawer `---- in my org-element.el. I guess you mean something else? PS #+BEGIN_SRC emacs-lisp (call-interactively 'org-version) #+END_SRC #+results: : Org-mode version 8.3beta (release_8.3beta-408-g39f5f0 @ /usr/share/emacs/24.3/lisp/org/lisp/) -- cheers, Thorsten