From f685a04bb6c2a9e0d78b2bbe76caf835b602f598 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Mon, 19 Oct 2020 21:23:44 -0400 Subject: Add org-ssh-export draft --- content/posts/WIP-org-ssh-export/index.org | 8 ++++++++ content/posts/emacs-helm-atoms/index.org | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 content/posts/WIP-org-ssh-export/index.org diff --git a/content/posts/WIP-org-ssh-export/index.org b/content/posts/WIP-org-ssh-export/index.org new file mode 100644 index 0000000..737488b --- /dev/null +++ b/content/posts/WIP-org-ssh-export/index.org @@ -0,0 +1,8 @@ +#+TITLE: Org Ssh Export +#+DATE: 2020-10-19T21:22:28-04:00 +#+DRAFT: true +#+DESCRIPTION: +#+TAGS[]: emacs org ssh +#+KEYWORDS[]: emacs org ssh +#+SLUG: +#+SUMMARY: diff --git a/content/posts/emacs-helm-atoms/index.org b/content/posts/emacs-helm-atoms/index.org index f3c4e15..d62e4fd 100644 --- a/content/posts/emacs-helm-atoms/index.org +++ b/content/posts/emacs-helm-atoms/index.org @@ -38,9 +38,9 @@ completion and narrowing framework, and incredibly fast. The way it works is quite simple. -There's a function in Emacs called =mapatoms=, which takes a function -as one of its parameters. Without a second parameter, it traverses -Emacs' standard =obarray=, which is a table which holds most of the -interned symbols in Emacs. If you're curious about how symbols and -interning work in Emacs, you can check out the info page on [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Symbols.html][Creating -and Interning Symbols]]. +There's a function in Emacs called =mapatoms=, which takes a function as +one of its parameters. Without a second parameter, it traverses Emacs' +standard =obarray=, which is a table which holds most of the interned +symbols in Emacs. If you're curious about how symbols and interning +work in Emacs, you can check out the info page on [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Symbols.html][Creating and +Interning Symbols]]. -- cgit v1.2.3