Re: [O] Tangling org file with nested org source block

2017-10-22 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > From 6300856f8b9623b1ac0a40b7fe62751805159558 Mon Sep 17 00:00:00 2001 > From: thibault > Date: Fri, 20 Oct 2017 22:20:35 -0500 > Subject: [PATCH] ob-tangle.el: Fix tangling of org block with nested source > block It looks good. Applied. Thank you. Regards,

Re: [O] Tangling org file with nested org source block

2017-10-20 Thread Thibault Marin
Following-up on the issue I reported some time ago with tangling of nested source blocks, I would like to propose a patch for review. Before the patch, the following file: , | #+PROPERTY: header-args :tangle output.org | | #+BEGIN_SRC org | | ,* Test | | ,#+BEGIN_SRC org | ,,#+BEGIN_SRC e

[O] Tangling org file with nested org source block

2017-09-27 Thread Thibault Marin
Hi list, I am trying to tangle the following org file: , | #+PROPERTY: header-args :tangle output.org | | #+BEGIN_SRC org | | ,* Test | | ,#+BEGIN_SRC org | ,,#+BEGIN_SRC emacs-lisp | '(1 2 3) | ,,#+END_SRC | ,#+END_SRC | | #+END_SRC ` (note the double commas at the beginning of the