Update some :tangle no statements to :noweb-ref no

When I did my bulk-after! change with :noweb-ref + :tangle no it
rendered some explicit :tangle no statements redundant. To restore the
intended behaviour, I need to update them to :noweb-ref <other-value>
forms.
This commit is contained in:
TEC 2021-08-17 02:27:45 +08:00
parent 019d8dd9c3
commit bf4c71ba08
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 2 additions and 2 deletions

View File

@ -4931,7 +4931,7 @@ Unfortunately, it ignores the ~file = {...}~ =.bib= keys though. Let's fix that.
I separate files on =;=, which may just be a Zotero/BetterBibLaTeX thing, but it's
a good idea in my case at least.
#+begin_src emacs-lisp :tangle no
#+begin_src emacs-lisp :noweb-ref none
(use-package! org-ref
;; :after org
:defer t
@ -5434,7 +5434,7 @@ set up org-capture.
#+end_src
It would also be nice to improve how the capture dialogue looks
#+name: prettify-capture
#+begin_src emacs-lisp :tangle no
#+begin_src emacs-lisp :noweb-ref none
(defun org-capture-select-template-prettier (&optional keys)
"Select a capture template, in a prettier way than default
Lisp programs can force the template by setting KEYS to a string."