org-transclusion icon indicating copy to clipboard operation
org-transclusion copied to clipboard

‘org-transclusion’ isn’t working

Open butter-radish opened this issue 4 months ago • 5 comments

I hate to be so vague with the title, but ‘org-transclusion’ always errors out and the backtrace is incomprehensible to me.

(wrong-type-argument integer-or-marker-p nil)
  org-transclusion-content-org-buffer-or-element(t (:link "[[file:20240826193608-find_command.org::Plan 9 fin..." :current-indentation 0))
  org-transclusion-content-org-link((link (:standard-properties [1 nil 54 65 67 0 nil nil nil nil nil nil nil nil #<killed buffer> nil nil (paragraph (:standard-properties [1 1 1 67 67 0 nil top-comment element t nil nil nil nil #<killed buffer> nil nil (section ...)]))] :type "file" :type-explicit-p t :path "20240826193608-find_command.org" :format bracket :raw-link "file:20240826193608-find_command.org::Plan 9 find" :application nil :search-option "Plan 9 find")) (:link "[[file:20240826193608-find_command.org::Plan 9 fin..." :current-indentation 0))
  org-transclusion-add-org-file((link (:standard-properties [1 nil 54 65 67 0 nil nil nil nil nil nil nil nil #<killed buffer> nil nil (paragraph (:standard-properties [1 1 1 67 67 0 nil top-comment element t nil nil nil nil #<killed buffer> nil nil (section ...)]))] :type "file" :type-explicit-p t :path "20240826193608-find_command.org" :format bracket :raw-link "file:20240826193608-find_command.org::Plan 9 find" :application nil :search-option "Plan 9 find")) (:link "[[file:20240826193608-find_command.org::Plan 9 fin..." :current-indentation 0))
  run-hook-with-args-until-success(org-transclusion-add-org-file (link (:standard-properties [1 nil 54 65 67 0 nil nil nil nil nil nil nil nil #<killed buffer> nil nil (paragraph (:standard-properties [1 1 1 67 67 0 nil top-comment element t nil nil nil nil #<killed buffer> nil nil (section ...)]))] :type "file" :type-explicit-p t :path "20240826193608-find_command.org" :format bracket :raw-link "file:20240826193608-find_command.org::Plan 9 find" :application nil :search-option "Plan 9 find")) (:link "[[file:20240826193608-find_command.org::Plan 9 fin..." :current-indentation 0))
  org-transclusion-add()
  org-transclusion-add-all()
  org-transclusion-mode(toggle)
  funcall-interactively(org-transclusion-mode toggle)
  command-execute(org-transclusion-mode record)
  execute-extended-command(nil "org-transclusion-mode" nil)
  funcall-interactively(execute-extended-command nil "org-transclusion-mode" nil)
  command-execute(execute-extended-command)

I used ‘C-c l’ to store the link to a named block (“#+name”) to generate the transclusion links in question, if it helps.

butter-radish avatar Oct 06 '24 10:10 butter-radish