Org babel shell execution
This commit is contained in:
parent
b7e878e6e8
commit
45d2a8696d
1 changed files with 7 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
||||||
- [[#drawing-tools][Drawing tools]]
|
- [[#drawing-tools][Drawing tools]]
|
||||||
- [[#rainbow-delimiters][RAINBOW DELIMITERS]]
|
- [[#rainbow-delimiters][RAINBOW DELIMITERS]]
|
||||||
- [[#calendar][Calendar]]
|
- [[#calendar][Calendar]]
|
||||||
|
- [[#org-babel][Org Babel]]
|
||||||
- [[#org-mode][ORG MODE]]
|
- [[#org-mode][ORG MODE]]
|
||||||
- [[#enter-folows-link][Enter folows link]]
|
- [[#enter-folows-link][Enter folows link]]
|
||||||
- [[#enabling-table-of-contents][Enabling Table of Contents]]
|
- [[#enabling-table-of-contents][Enabling Table of Contents]]
|
||||||
|
|
@ -859,6 +860,12 @@ Adding rainbow coloring to parentheses.
|
||||||
(if (member (buffer-file-name (current-buffer)) org-agenda-files)
|
(if (member (buffer-file-name (current-buffer)) org-agenda-files)
|
||||||
(org-agenda-redo-all t)))
|
(org-agenda-redo-all t)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
* Org Babel
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(org-babel-do-load-languages
|
||||||
|
'org-babel-load-languages
|
||||||
|
'((shell . t)))
|
||||||
|
#+end_src
|
||||||
* ORG MODE
|
* ORG MODE
|
||||||
** Enter folows link
|
** Enter folows link
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue