From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: [BUG] org-element-headline-parser - missing keyword in docstring Date: Thu, 31 Jul 2014 11:56:11 +0200 Message-ID: <877g2tam2s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCn6E-0006H7-Ac for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 05:56:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCn65-0004DP-O5 for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 05:56:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:59316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCn65-0004Br-GX for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 05:56:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XCn60-0006Mf-DW for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 11:56:24 +0200 Received: from g231110029.adsl.alicedsl.de ([92.231.110.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2014 11:56:24 +0200 Received: from tjolitz by g231110029.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2014 11:56:24 +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 In docstring ,----[ C-h f org-element-headline-parser RET ] | org-element-headline-parser is a compiled Lisp function in | `org-element.el'. | | (org-element-headline-parser LIMIT &optional RAW-SECONDARY-P) | | Parse a headline. | | Return a list whose CAR is `headline' and CDR is a plist | containing `:raw-value', `:title', `:alt-title', `:begin', | `:end', `:pre-blank', `:contents-begin' and `:contents-end', | `:level', `:priority', `:tags', `:todo-keyword',`:todo-type', | `:scheduled', `:deadline', `:closed', `:archivedp', `:commentedp' | and `:footnote-section-p' keywords. | [...] `---- property :post-blank is missing. -- cheers, Thorsten