Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. * Level 1
  2.  
  3. #+include: "b.org::*English"
  4.  
  5. * English
  6.  
  7. English words.
  8.  
  9. * 中文
  10.  
  11. 中文字.
  12.  
  13. Debugger entered--Lisp error: (args-out-of-range 27 27)
  14. get-text-property(27 org-ref-label)
  15. org-ref-delete-labels(28 28)
  16. #f(compiled-function () #<bytecode 0x56cc62e1>)()
  17. org-scan-tags(#f(compiled-function () #<bytecode 0x56cc62e1>) t nil nil)
  18. org-map-entries(#f(compiled-function () #<bytecode 0x56cc62e1>))
  19. org-export--prepare-file-contents("/Users/user/Downloads/a.org" "5-8" 0 2 1 #<hash-table equal 0/65 0x56ca565d> "/Users/user/Downloads/b.org")
  20. org-export-expand-include-keyword()
  21. org-export-as(html nil nil nil (:output-file "a.html"))
  22. org-export-to-file(html "a.html" nil nil nil nil nil)
  23. org-html-export-to-html(nil nil nil nil)
  24. (org-open-file (org-html-export-to-html nil s v b))
  25. (if a (org-html-export-to-html t s v b) (org-open-file (org-html-export-to-html nil s v b)))
  26. (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file (org-html-export-to-html nil s v b))))(nil nil nil nil)
  27. org-export-dispatch(nil)
  28. funcall-interactively(org-export-dispatch nil)
  29. call-interactively(org-export-dispatch nil nil)
  30. command-execute(org-export-dispatch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement