Test `org-get-table-fix-info' within README.org

This commit is contained in:
Gerard Vermeulen 2023-06-30 08:10:59 +02:00
parent 7839082062
commit 419a37e506
1 changed files with 28 additions and 0 deletions

View File

@ -3078,6 +3078,34 @@ The property is from the drawer of headline matching TARGET and LEVEL."
(nreverse done)))
#+end_src
#+caption[Test ~get-org-table-fix-info~]:
#+caption: Test ~get-org-table-fix-info~ with ~limit=10~ and ~debug=1~.
#+header: :wrap "src emacs-lisp :eval never :results silent :tangle no"
#+header: :var limit=10 debug=1
#+name: lst:test-get-org-table-fix-info
#+begin_src emacs-lisp :exports both :results value pp :tangle no
(get-org-table-fix-info limit debug)
#+end_src
#+caption[Test ~get-org-table-fix-info~ results]:
#+caption: Test ~get-org-table-fix-info~ results.
#+caption: The code identifies the captured column view in listing
#+caption: [[lst:property-syntax-demonstration][property syntax demonstration]] as a table in a source block
#+caption: instead of a captured column view in a source block.
#+name: lst:test-get-org-table-fix-info-results
#+RESULTS: lst:test-get-org-table-fix-info
#+begin_src emacs-lisp :eval never :results silent :tangle no
((table "tab:help-key-bindings" 44294 45056)
(table "tab:basic-key-bindings" 48716 49583)
(table "tab:vertico-keymap-bindings" 61941 64095)
(table "tab:configuration-specific-key-bindings" 67472 70699)
(table "tab:replace-regexp-tranform" 74245 74969)
(table "tab:org-latex-class-tag-placeholder" 112066 112576)
(src-block "lst:property-syntax-demonstration" 121141 123013)
(table "tab:eglot-related-key-bindings" 269511 270310)
(table "tab:gnus-key-bindings" 309804 310380))
#+end_src
*** [[https://github.com/bdarcus/citar][Citar: citing bibliography]] with [[https://orgmode.org/][Org Mode]]
:PROPERTIES:
:CUSTOM_ID: sec:citing-bibliography