From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Hansen Subject: Problem with noweb-ref property [9.0.5 (9.0.5-elpaplus @ /home/rainer/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Thu, 23 Feb 2017 17:20:25 +0100 Message-ID: <87efyo516e.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgw8J-0000Bh-Gk for emacs-orgmode@gnu.org; Thu, 23 Feb 2017 11:20:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgw8G-00079g-A2 for emacs-orgmode@gnu.org; Thu, 23 Feb 2017 11:20:43 -0500 Received: from mout.gmx.net ([212.227.15.19]:50569) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cgw8F-00076N-VP for emacs-orgmode@gnu.org; Thu, 23 Feb 2017 11:20:40 -0500 Received: from rainer-desktop ([84.44.210.174]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M0PdN-1cLxlX03Jd-00udNY for ; Thu, 23 Feb 2017 17:20:26 +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" To: emacs-orgmode@gnu.org Hi, I have tried the following example of using noweb-ref: --8<---------------cut here---------------start------------->8--- #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh <> #+END_SRC * the mount point of the fullest disk ** query all mounted disks #+HEADER: :noweb-ref fullest-disk #+BEGIN_SRC sh df \ #+END_SRC ** strip the header row :PROPERTIES: :noweb-ref: fullest-disk :END: #+BEGIN_SRC sh :noweb yes |sed '1d' \ #+END_SRC --8<---------------cut here---------------end--------------->8--- It was mentioned more than 5 years ago as creating problems: https://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00825.html Now I got the same problem as mentioned in the post of that time - the created file contains only --8<---------------cut here---------------start------------->8--- #!/bin/sh df \ --8<---------------cut here---------------end--------------->8--- Missing is the second block. Any ideas why? Regards, Rainer Emacs : GNU Emacs 26.0.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.10.8) of 2016-10-26 Package: Org mode version 9.0.5 (9.0.5-elpaplus @ /home/rainer/.emacs.d/elpa/org-plus-contrib-20170210/) current state: ============== (setq org-protocol-default-template-key "l" org-export-backends '(ascii beamer html icalendar latex odt freemind) org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-calc-default-modes '(calc-internal-prec 12 calc-float-format (fix 2) calc-angle-mode deg calc-prefer-frac nil calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www (" " hh ":" mm)) calc-display-working-message t) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-log-done 'time org-confirm-shell-link-function 'yes-or-no-p org-use-sub-superscripts '{} org-default-notes-file "~/orgfiles/notes.org" org-agenda-include-diary t org-after-todo-state-change-hook '(org-clock-out-if-current) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(#[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-show-block-all append local] 5] #[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes turn-on-font-lock org-eldoc-load) org-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5)) org-format-latex-header "\\documentclass[a4paper]{scrartcl}\n\\usepackage[usenames]{color}\n\\usepackage{amsmath}\n\\usepackage[mathscr]{eucal}\n\\pagestyle{empty} % do not remove\n[PACKAGES]\n[DEFAULT-PACKAGES]\n% The settings below are copied from fullpage.sty\n% \\setlength{\\textwidth}{\\paperwidth}\n% \\addtolength{\\textwidth}{-3cm}\n% \\setlength{\\oddsidemargin}{1.5cm}\n%\\addtolength{\\oddsidemargin}{-2.54cm}\n% \\setlength{\\evensidemargin}{\\oddsidemargin}\n% \\setlength{\\textheight}{\\paperheight}\n% \\addtolength{\\textheight}{-\\headheight}\n% \\addtolength{\\textheight}{-\\headsep}\n% \\addtolength{\\textheight}{-\\footskip}\n% \\addtolength{\\textheight}{-3cm}\n% \\setlength{\\topmargin}{1.5cm}\n% \\addtolength{\\topmargin}{-2.54cm}" org-archive-hook '(org-attach-archive-delete-maybe) org-use-speed-commands t org-clock-persist t org-refile-use-outline-path 'file org-directory "~/orgfiles/" org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-use-property-inheritance '("noweb-ref") org-refile-allow-creating-parent-nodes 'confirm org-todo-keywords '((sequence "TODO(t)" "DONE") (sequence "PLANNING(p)" "DEFERRED" "|" "DONE" "CANCELLED")) org-modules '(org-bbdb org-bibtex org-gnus org-info org-protocol org-git-link org-irc org-wl org-w3m) org-babel-tangle-lang-exts '(("python" . "py") ("awk" . "awk") ("emacs-lisp" . "el") ("elisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-link-parameters '(("id" :follow org-id-open) ("w3m" :store org-w3m-store-link) ("wl" :follow org-wl-open :store org-wl-store-link) ("irc" :follow org-irc-visit :store org-irc-store-link) ("git" :follow org-git-open :store org-git-store-link) ("gitbare" :follow org-gitbare-open) ("info" :follow org-info-open :export org-info-export :store org-info-store-link) ("gnus" :follow org-gnus-open :store org-gnus-store-link) ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link) ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete org-bbdb-complete-link :store org-bbdb-store-link) ("file+sys") ("file+emacs") ("magit" :follow org-magit-open :export org-magit-export) ("doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path)))) ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path)))) ("https" :follow (lambda (path) (browse-url (concat "https:" path)))) ("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path)))) ("message" :follow (lambda (path) (browse-url (concat "message:" path)))) ("news" :follow (lambda (path) (browse-url (concat "news:" path)))) ("shell" :follow org--open-shell-link)) org-table-duration-custom-format 'days org-babel-load-languages '((awk . t) (ditaa . t) (emacs-lisp . t) (python . t) (R . t) (dot . t) (shell . t)) org-clock-sound "/usr/share/sounds/KDE-Im-Phone-Ring.wav" org-clock-out-hook '(org-clock-remove-empty-clock-drawer) )