emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <esflists@gmail.com>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: "ZHUO QL (KDr2)" <zhuoql@yahoo.com>,
	org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: Proposal: references from code to text.
Date: Mon, 14 May 2018 18:11:30 +0100	[thread overview]
Message-ID: <8736yu2md9.fsf@ucl.ac.uk> (raw)
In-Reply-To: CAJ51ETq4pk-zk=y4fC-bH6QJvN0h8mR-vUUds3UmNdWyohfq7Q@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

... continued ...

although I found a strange bug in the tangling and noweb syntax.  I
didn't want to have quotes in the text so I removed them and put them in
the lisp src block instead:

#+begin_src org
  ,#+NAME: ADD
  ,#+BEGIN_SRC emacs-lisp -n -r :noweb yes :tangle test.el

  (defun add (x y)
    "<<DOC-OF-ADD>>" ;; code to code
    (+ x y) (ref:add)
    )
  ,#+END_SRC
#+end_src

which when exported or tangled resulted in some strange quoting:

#+begin_src emacs-lisp
  (defun add (x y)
    "
    "We use the function add to calculate the sum of two numbers." ;; code to code
    (+ x y) 
    )
#+end_src

I'm probably not supposed to put a <<...>> link within quotes but the
output is surprising in any case.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-591-gee336b

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

  parent reply	other threads:[~2018-05-14 17:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <800808596.465327.1526131788117.ref@mail.yahoo.com>
2018-05-12 13:29 ` Proposal: references from code to text ZHUO QL (KDr2)
2018-05-14  5:48   ` Eric S Fraga
2018-05-14 15:05     ` John Kitchin
2018-05-14 17:06       ` Eric S Fraga
2018-05-14 17:11       ` Eric S Fraga [this message]
2018-05-15  4:49       ` ZHUO QL (KDr2)
2018-05-15 10:04         ` Eric S Fraga
2018-05-16  7:04           ` ZHUO QL (KDr2)
2018-05-16 14:25             ` John Kitchin
2018-05-16 19:37               ` Samuel Wales
2018-05-17  2:29                 ` John Kitchin
2018-05-17  2:40                   ` Samuel Wales
2018-05-17  2:58               ` ZHUO QL (KDr2)
2018-05-17  3:10                 ` John Kitchin
2018-05-17  9:33                   ` ZHUO QL (KDr2)
2018-06-15 21:44                     ` John Kitchin
2018-06-15 18:07               ` Grant Rettke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736yu2md9.fsf@ucl.ac.uk \
    --to=esflists@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jkitchin@andrew.cmu.edu \
    --cc=zhuoql@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).