mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
fix last commit
This commit is contained in:
parent
35244abc88
commit
e178f92772
1 changed files with 3 additions and 2 deletions
|
@ -102,8 +102,9 @@
|
|||
(let ((el (org-element-context))
|
||||
(id (org-id-new 'none)))
|
||||
(goto-char (org-element-property :begin el))
|
||||
(indent-according-to-mode)
|
||||
(insert (format "#+NAME: %s\n" id))
|
||||
(back-to-indentation)
|
||||
(split-line)
|
||||
(insert (format "#+NAME: %s" id))
|
||||
id))))
|
||||
|
||||
(defun ein:org-register-lang-mode (lang-name lang-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue