Fix tags in scribble file
This commit is contained in:
parent
d602d61b20
commit
6d59888b99
@ -1,5 +1,6 @@
|
|||||||
#+title: Notes on Emacs
|
#+title: Notes on Emacs
|
||||||
#+author: Various
|
#+author: Various
|
||||||
|
#+filetags: NOTE
|
||||||
|
|
||||||
#+options: toc:t
|
#+options: toc:t
|
||||||
|
|
||||||
@ -313,7 +314,7 @@ Pretty much treat the rest of this document as a text file.
|
|||||||
The prompt will be re-displayed, so finish the macro with 'Y'.
|
The prompt will be re-displayed, so finish the macro with 'Y'.
|
||||||
Check out [[info:emacs#Keyboard%20Macro%20Query][the manual]] for details on this =C-x q= business.
|
Check out [[info:emacs#Keyboard%20Macro%20Query][the manual]] for details on this =C-x q= business.
|
||||||
|
|
||||||
* Emacs Calc Tutorials :NOTE:
|
* Emacs Calc Tutorials
|
||||||
|
|
||||||
By Andrew Hyatt, found here: https://github.com/ahyatt/emacs-calc-tutorials.
|
By Andrew Hyatt, found here: https://github.com/ahyatt/emacs-calc-tutorials.
|
||||||
License is GPLv3.
|
License is GPLv3.
|
||||||
@ -1251,9 +1252,9 @@ Result:
|
|||||||
|
|
||||||
Hope this helps you twiddle those bits in all the ways that make you happy.
|
Hope this helps you twiddle those bits in all the ways that make you happy.
|
||||||
|
|
||||||
* Random Notes :NOP:
|
* Random Notes
|
||||||
|
|
||||||
** Insert URL from Safari :IRREAL:NOTE:
|
** Insert URL from Safari :IRREAL:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-04 Sat 17:44]
|
:CREATED: [2018-08-04 Sat 17:44]
|
||||||
:END:
|
:END:
|
||||||
@ -1304,7 +1305,7 @@ of time.
|
|||||||
|
|
||||||
[[http://irreal.org/blog/?p=6926][Link]]
|
[[http://irreal.org/blog/?p=6926][Link]]
|
||||||
|
|
||||||
** Calc for Programmers :IRREAL:NOTE:
|
** Calc for Programmers :IRREAL:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-05 Sun 10:04]
|
:CREATED: [2018-08-05 Sun 10:04]
|
||||||
:END:
|
:END:
|
||||||
@ -1333,7 +1334,7 @@ give you an idea of its power.
|
|||||||
|
|
||||||
[[http://irreal.org/blog/?p=7044][Link]]
|
[[http://irreal.org/blog/?p=7044][Link]]
|
||||||
|
|
||||||
** Parsing with Org-Element :IRREAL:NOTE:
|
** Parsing with Org-Element :IRREAL:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-10 Fri 17:55]
|
:CREATED: [2018-08-10 Fri 17:55]
|
||||||
:END:
|
:END:
|
||||||
@ -1387,7 +1388,7 @@ The relevant code:
|
|||||||
'(("" "total:" ":=vsum(@2..@-1);T" "")))
|
'(("" "total:" ":=vsum(@2..@-1);T" "")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Emacs Lisp Byte-Code :IRREAL:NOTE:
|
** Emacs Lisp Byte-Code :IRREAL:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-11 Sat 21:40]
|
:CREATED: [2018-08-11 Sat 21:40]
|
||||||
:END:
|
:END:
|
||||||
@ -1411,7 +1412,7 @@ glad to have Bernstein's documentation. It's another example of the vibrant
|
|||||||
Emacs community.
|
Emacs community.
|
||||||
|
|
||||||
[[http://irreal.org/blog/?p=7166][Link]]
|
[[http://irreal.org/blog/?p=7166][Link]]
|
||||||
** Formatting Tables :IRREAL:NOTE:
|
** Formatting Tables :IRREAL:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-10-28 Sun 09:13]
|
:CREATED: [2018-10-28 Sun 09:13]
|
||||||
:END:
|
:END:
|
||||||
@ -1441,7 +1442,7 @@ post and see if you don't agree.
|
|||||||
|
|
||||||
[[http://irreal.org/blog/?p=7540][Link]]
|
[[http://irreal.org/blog/?p=7540][Link]]
|
||||||
|
|
||||||
** Org Mode Cookbook :IRREAL:NOTE:
|
** Org Mode Cookbook :IRREAL:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-04 Sat 12:51]
|
:CREATED: [2018-08-04 Sat 12:51]
|
||||||
:END:
|
:END:
|
||||||
@ -1470,7 +1471,7 @@ use.
|
|||||||
|
|
||||||
[[http://irreal.org/blog/?p=6894][Link]]
|
[[http://irreal.org/blog/?p=6894][Link]]
|
||||||
|
|
||||||
** How to paste then copy :NOTE:
|
** How to paste then copy
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-11 Sat 21:47]
|
:CREATED: [2018-08-11 Sat 21:47]
|
||||||
:END:
|
:END:
|
||||||
@ -1485,20 +1486,20 @@ Answer: use ~cua-selection-mode~! See
|
|||||||
https://www.reddit.com/r/emacs/comments/8ekz0u/how_to_pastethencopy/.
|
https://www.reddit.com/r/emacs/comments/8ekz0u/how_to_pastethencopy/.
|
||||||
|
|
||||||
/Update/: turns out it doesn’t work so well, disabled it again.
|
/Update/: turns out it doesn’t work so well, disabled it again.
|
||||||
** Tramp and Telnet over non-standard ports :NOTE:
|
** Tramp and Telnet over non-standard ports
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-12-29 Sat 15:58]
|
:CREATED: [2018-12-29 Sat 15:58]
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
Syntax: ~/telnet:HOST#PORT:~, works also with other protocols.
|
Syntax: ~/telnet:HOST#PORT:~, works also with other protocols.
|
||||||
|
|
||||||
** Magit Walkthrough :NOTE:
|
** Magit Walkthrough
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-11 Sat 21:05]
|
:CREATED: [2018-08-11 Sat 21:05]
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
https://emacsair.me/2017/09/01/magit-walk-through/
|
https://emacsair.me/2017/09/01/magit-walk-through/
|
||||||
** Fractals in Emacs :NOTE:
|
** Fractals in Emacs
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-04 Sat 13:01]
|
:CREATED: [2018-08-04 Sat 13:01]
|
||||||
:END:
|
:END:
|
||||||
@ -1538,7 +1539,7 @@ From https://nullprogram.com/blog/2012/09/14/
|
|||||||
(insert-char (floor (* 256 (/ v 1.0 d))) 3))))
|
(insert-char (floor (* 256 (/ v 1.0 d))) 3))))
|
||||||
(image-mode)))
|
(image-mode)))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Introduction to Babel :NOTE:
|
** Introduction to Babel
|
||||||
|
|
||||||
Tutorial from http://orgmode.org/worg/org-contrib/babel/intro.html
|
Tutorial from http://orgmode.org/worg/org-contrib/babel/intro.html
|
||||||
|
|
||||||
@ -1720,7 +1721,7 @@ Does not do what I expected …
|
|||||||
|
|
||||||
Tangling with =C-c C-v t=.
|
Tangling with =C-c C-v t=.
|
||||||
|
|
||||||
** Presentations with ~org-reveal~ :NOTE:
|
** Presentations with ~org-reveal~
|
||||||
|
|
||||||
Website: https://github.com/yjwen/org-reveal
|
Website: https://github.com/yjwen/org-reveal
|
||||||
|
|
||||||
@ -1745,7 +1746,7 @@ Sample:
|
|||||||
| 1 | 2 | 3 |
|
| 1 | 2 | 3 |
|
||||||
* Slide 3
|
* Slide 3
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Writing a PhD thesis with Org Mode :NOTE:
|
** Writing a PhD thesis with Org Mode
|
||||||
|
|
||||||
From: https://write.as/dani/writing-a-phd-thesis-with-org-mode
|
From: https://write.as/dani/writing-a-phd-thesis-with-org-mode
|
||||||
|
|
||||||
@ -2160,7 +2161,7 @@ _s_: thesis.setup _4_: Research 4 ^ ^
|
|||||||
|
|
||||||
(global-set-key (kbd "H-t") 'spacemacs/thesis-menu-transient-state/body)
|
(global-set-key (kbd "H-t") 'spacemacs/thesis-menu-transient-state/body)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Gnus and notmuch :NOTE:
|
** Gnus and notmuch
|
||||||
|
|
||||||
Currently working: notmuch for nnmaildir backend. However, I also have a local
|
Currently working: notmuch for nnmaildir backend. However, I also have a local
|
||||||
nnimap-backend, which uses Maildir format locally. It would be nice to have
|
nnimap-backend, which uses Maildir format locally. It would be nice to have
|
||||||
@ -2173,18 +2174,18 @@ Relevant functions:
|
|||||||
- ~nnir-notmuch-remove-prefix~ :: a server-local variable to decide what to
|
- ~nnir-notmuch-remove-prefix~ :: a server-local variable to decide what to
|
||||||
remove from the lines in ~*nnir*~.
|
remove from the lines in ~*nnir*~.
|
||||||
|
|
||||||
** Summary of Search and Replace Commands in Emacs :NOTE:
|
** Summary of Search and Replace Commands in Emacs
|
||||||
[2016-08-13 Sat 17:50]
|
[2016-08-13 Sat 17:50]
|
||||||
|
|
||||||
http://www.omps.in/blog/2016/01/20/day-10-search-and-replace-using-regex/
|
http://www.omps.in/blog/2016/01/20/day-10-search-and-replace-using-regex/
|
||||||
** Bookmarks with Org-mode :NOTE:
|
** Bookmarks with Org-mode
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-07-08 Sun 09:29]
|
:CREATED: [2018-07-08 Sun 09:29]
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
[[http://karl-voit.at/2014/08/10/bookmarks-with-orgmode/]]
|
[[http://karl-voit.at/2014/08/10/bookmarks-with-orgmode/]]
|
||||||
|
|
||||||
** Inserting a function definition :CHUA:NOTE:
|
** Inserting a function definition :CHUA:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CREATED: [2018-08-04 Sat 17:40]
|
:CREATED: [2018-08-04 Sat 17:40]
|
||||||
:END:
|
:END:
|
||||||
@ -2227,7 +2228,7 @@ Naturally, I used it to insert itself:
|
|||||||
(insert "#+begin_src emacs-lisp\n" definition "#+end_src\n")))
|
(insert "#+begin_src emacs-lisp\n" definition "#+end_src\n")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Tramping into GCloud instances from within emacs :IRREAL:NOTE:
|
** Tramping into GCloud instances from within emacs :IRREAL:
|
||||||
|
|
||||||
From https://gist.github.com/jackrusher/36c80a2fd6a8fe8ddf46bc7e408ae1f9 via [[https://irreal.org/blog/?p=8126][Irreal]].
|
From https://gist.github.com/jackrusher/36c80a2fd6a8fe8ddf46bc7e408ae1f9 via [[https://irreal.org/blog/?p=8126][Irreal]].
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user