Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. Warning (org):
  2. Please update the entries of `org-structure-template-alist'.
  3.  
  4. In Org 9.2 the format was changed from something like
  5.  
  6. ("s" "#+BEGIN_SRC ?n#+END_SRC")
  7.  
  8. to something like
  9.  
  10. ("s" . "src")
  11.  
  12. Please refer to the documentation of `org-structure-template-alist'.
  13.  
  14. The following entries must be updated:
  15.  
  16. (("n" "#+BEGIN_NOTESn?n#+END_NOTES")
  17. ("Q" "#+BEGIN_SRC sql-mode ?nn#+END_SRC" "#+BEGIN_SRC sql-mode ?nn#+END_SRC"))
  18.  
  19. (add-to-list 'org-structure-template-alist
  20. '("el" . "src emacs-lisp"))
  21.  
  22. (add-to-list 'org-structure-template-alist
  23. '("sh" . "src shell"))
  24.  
  25. (add-to-list 'org-structure-template-alist
  26. '("Q" . "src sql"))
  27.  
  28. (add-to-list 'org-structure-template-alist
  29. '("py" . "src jupyter-python"))
  30.  
  31. (add-to-list 'org-structure-template-alist
  32. '("md" . "src markdown"))
  33.  
  34. (add-to-list 'org-structure-template-alist
  35. '("sr" . "src R"))
  36.  
  37. (add-to-list 'org-structure-template-alist
  38. '("l" . "src lisp"))
  39.  
  40. (add-to-list 'org-structure-template-alist
  41. '("cl" . "src clojure"))
  42.  
  43. Debugger entered--Lisp error: (wrong-type-argument stringp 5434)
  44. #f(compiled-function (elem) #<bytecode 0x1563983c7e95>)((:dbport . 5434))
  45. mapconcat(#f(compiled-function (elem) #<bytecode 0x1563983c7e95>) ((:results . "drawer table replace") (:exports . "both") (:cmdline . "-q") (:eval . "no-export") (:database . "food") (:dbpassword . "some_password") (:dbuser . "food_user") (:dbport . 5434) (:dbhost . "0.0.0.0") (:engine . "postgresql") (:tangle . "no") (:hlines . "no") (:noweb . "no") (:cache . "no") (:session . "none")) " ")
  46. org-eldoc-get-src-header()
  47. org-eldoc-documentation-function()
  48. eldoc-print-current-symbol-info()
  49. #f(compiled-function () #<bytecode 0x1feb98d89639>)()
  50. apply(#f(compiled-function () #<bytecode 0x1feb98d89639>) nil)
  51. timer-event-handler([t 0 0 100000 t #f(compiled-function () #<bytecode 0x1feb98d89639>) nil idle 0])
  52.  
  53. Debugger entered--Lisp error: (void-function org-outline-overlay-data)
  54. org-outline-overlay-data(use-markers)
  55. org-ctrl-c-ctrl-c(nil)
  56. funcall-interactively(org-ctrl-c-ctrl-c nil)
  57. call-interactively(org-ctrl-c-ctrl-c nil nil)
  58. #f(compiled-function (cmd &optional record-flag keys special) "Execute CMD as an editor command.nCMD must be a symbol that satisfies the `commandp' predicate.nOptional second arg RECORD-FLAG non-nilnmeans unconditionally put this command in the variable `command-history'.nOtherwise, that is done only if an arg is read using the minibuffer.nThe argument KEYS specifies the value to use instead of (this-command-keys)nwhen reading the arguments; if it is nil, (this-command-keys) is used.nThe argument SPECIAL, if non-nil, means that this command is executingna special event, so ignore the prefix argument and don't clear it." #<bytecode 0x1feb98d60d25>)(org-ctrl-c-ctrl-c nil nil nil)
  59. ad-Advice-command-execute(#f(compiled-function (cmd &optional record-flag keys special) "Execute CMD as an editor command.nCMD must be a symbol that satisfies the `commandp' predicate.nOptional second arg RECORD-FLAG non-nilnmeans unconditionally put this command in the variable `command-history'.nOtherwise, that is done only if an arg is read using the minibuffer.nThe argument KEYS specifies the value to use instead of (this-command-keys)nwhen reading the arguments; if it is nil, (this-command-keys) is used.nThe argument SPECIAL, if non-nil, means that this command is executingna special event, so ignore the prefix argument and don't clear it." #<bytecode 0x1feb98d60d25>) org-ctrl-c-ctrl-c)
  60. apply(ad-Advice-command-execute #f(compiled-function (cmd &optional record-flag keys special) "Execute CMD as an editor command.nCMD must be a symbol that satisfies the `commandp' predicate.nOptional second arg RECORD-FLAG non-nilnmeans unconditionally put this command in the variable `command-history'.nOtherwise, that is done only if an arg is read using the minibuffer.nThe argument KEYS specifies the value to use instead of (this-command-keys)nwhen reading the arguments; if it is nil, (this-command-keys) is used.nThe argument SPECIAL, if non-nil, means that this command is executingna special event, so ignore the prefix argument and don't clear it." #<bytecode 0x1feb98d60d25>) org-ctrl-c-ctrl-c)
  61. command-execute(org-ctrl-c-ctrl-c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement