From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Dehennin Subject: [PATCH] Small API fix and add test for "addlevel" inclusion parameter Date: Sun, 18 Nov 2012 15:58:17 +0100 Message-ID: <87sj87rm9i.fsf@hati.baby-gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ta6KV-0006FI-HL for emacs-orgmode@gnu.org; Sun, 18 Nov 2012 09:58:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ta6KS-0002xD-Et for emacs-orgmode@gnu.org; Sun, 18 Nov 2012 09:58:39 -0500 Received: from zion.baby-gnu.net ([82.225.168.180]:57389 helo=zion.baby-gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ta6KR-0002fZ-V0 for emacs-orgmode@gnu.org; Sun, 18 Nov 2012 09:58:36 -0500 Received: from [192.168.1.2] (helo=hati.baby-gnu.org) by zion.baby-gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ta6KA-0001TC-Ft for emacs-orgmode@gnu.org; Sun, 18 Nov 2012 15:58:18 +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 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The following changes since commit c2223c8979c5510e01c0dd6cc2378b71484828fc: still execute code block even if :results none (2012-11-17 17:54:08 -0700) are available in the git repository at: git://git.baby-gnu.net/org-mode tags/fix-and-test-org-exp-inclusion for you to fetch changes up to eec6c6086a2e93e4a8a30081603405a4b7b48634: org-exp: Add tests for "addlevel" (2012-11-18 15:47:50 +0100) =2D--------------------------------------------------------------- Without any parameter, inclusion should be done as-is, it was always demoted due to a bug of "org-get-file-contents" call in "org-export-handle-include-files". Add test cases for the "addlevel" option[fn:1] which add one to the current level. Footnotes: [fn:1] http://article.gmane.org/gmane.emacs.orgmode/50030 =2D--------------------------------------------------------------- Daniel Dehennin (2): org-exp: Fix "minlevel" inclusion org-exp: Add tests for "addlevel" lisp/org-exp.el | 2 +- testing/examples/org-exp.org | 25 +++++++++++++++++++++++++ testing/lisp/test-org-exp.el | 24 ++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 1 deletion(-) =2D-=20 Daniel Dehennin R=C3=A9cup=C3=A9rer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iF4EAREKAAYFAlCo94kACgkQFrLRMcygGkuiZgD/QO2hBbamWZINY/bW8xroOzIp R/L2AH9qgLXZpLhef3MBAIJ96B7ysMLRA7eI2Ve584uy8Xx10i08PkRCzHyPzed+ =WRxm -----END PGP SIGNATURE----- --=-=-=--