Correct :nexport: tag

This commit is contained in:
contrapunctus 2022-02-15 01:26:15 +05:30
parent d88619b15f
commit 27ebc824fa
4 changed files with 6 additions and 6 deletions

View File

@ -741,7 +741,7 @@ Return t, to permit use in `chronometrist-before-out-functions'."
;;; chronometrist-key-values.el ends here
#+END_SRC
* Local variables :NOEXPORT:
* Local variables :noexport:
# Local Variables:
# eval: (when (package-installed-p 'literate-elisp) (require 'literate-elisp) (literate-elisp-load (buffer-file-name)))
# End:

View File

@ -171,7 +171,7 @@ SCHEMA should be a vector as specified by `tabulated-list-format'."
;;; chronometrist-spark.el ends here
#+END_SRC
* Local variables :NOEXPORT:
* Local variables :noexport:
# Local Variables:
# eval: (when (package-installed-p 'literate-elisp) (require 'literate-elisp) (literate-elisp-load (buffer-file-name)))
# End:

View File

@ -206,7 +206,7 @@ break time is up."
;;; chronometrist-third.el ends here
#+END_SRC
* Local variables :NOEXPORT:
* Local variables :noexport:
# Local Variables:
# my-org-src-default-lang: "emacs-lisp"
# eval: (when (package-installed-p 'literate-elisp) (require 'literate-elisp) (literate-elisp-load (buffer-file-name)))

View File

@ -2851,7 +2851,7 @@ Return value is either a list in the form
collect plist))
#+END_SRC
***** TODO active-days :reader:method:NOEXPORT:
***** TODO active-days :reader:method:noexport:
#+BEGIN_SRC emacs-lisp :tangle no
(cl-defmethod chronometrist-active-days ((backend chronometrist-plist-group-backend) task &key start end)
(cl-check-type task string)
@ -2876,7 +2876,7 @@ We apply the same hack as in the [[hack-note-plist-group-insert][insert]] method
t))
#+END_SRC
***** count-records :reader:method:NOEXPORT:
***** count-records :reader:method:noexport:
#+BEGIN_SRC emacs-lisp :tangle no
(cl-defmethod chronometrist-count-records ((backend chronometrist-plist-group-backend)))
#+END_SRC
@ -4763,7 +4763,7 @@ Return value is a list as specified by `tabulated-list-entries'."
;;; chronometrist.el ends here
#+END_SRC
* Local variables :NOEXPORT:
* Local variables :noexport:
Evaluate this to be able to insert the package prefix via =nameless-insert-name=, at the cost of having all =nameless-aliases= break (= less readable code).
#+BEGIN_SRC emacs-lisp :load no :tangle no