From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: [patch, ORG-NEWS] Document new options Date: Wed, 22 Oct 2014 20:04:55 +0200 Message-ID: <87k33sasl4.fsf@gmx.us> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xh0He-0001VD-2b for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 14:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xh0HX-0008TC-E1 for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 14:05:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:41856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xh0HX-0008Sw-6o for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 14:05:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xh0HV-0003DE-Ep for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 20:05:09 +0200 Received: from 109.201.152.228 ([109.201.152.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2014 20:05:09 +0200 Received: from rasmus by 109.201.152.228 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2014 20:05:09 +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 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi, Should these news go into ORG-NEWS? Or will someone else take care of this when 8.3 is released? —Rasmus -- . . . It begins of course with The Internet. A Net of Peers --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-ORG-NEWS-Document-new-options.patch >From a1c3e667c46e42dcdd7792cad26461f60a482c63 Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 22 Oct 2014 19:57:26 +0200 Subject: [PATCH] ORG-NEWS: Document new options --- etc/ORG-NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 429813a..b0a142c 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -49,6 +49,9 @@ anymore. The chosen hard coded quoting style conforms to POSIX. *** Additional markup with =#+INCLUDE= keyword The content of the included file can now be optionally marked up, for instance as HTML. See the documentation for details. +*** File links with =#+INCLUDE= keyword +Objects can be extracted via =#+INCLUDE= using file links. It is +possible to include only the contents of the object. *** Additional =:hline= processing to ob-shell If the argument =:hlines yes= is present in a babel call, an optional argument =:hlines-string= can be used to define a string to use as a @@ -107,6 +110,10 @@ When non-nil, attachments from archived subtrees are removed. This variable generalizes ~org-latex-table-caption-above~, which is now deprecated. In addition to tables, it applies to source blocks, special blocks and images. See docstring for more information. +*** Export unnumbered headlines +Headlines, for which the property ~UNNUMBERED~ is non-nil, are now +exported without section numbers irrespective of their levels. The +property is inherited by children. ** Miscellaneous *** File names in links accept are now compatible with URI syntax Absolute file names can now start with =///= in addition to =/=. E.g., -- 2.1.2 --=-=-=--