diff --git a/gists.org b/gists.org index cec8914..71db2ac 100644 --- a/gists.org +++ b/gists.org @@ -1181,7 +1181,7 @@ Which covers my (potential) GPG/SSH usage within Emacs. Now, anytime a I perform ,,#+end_src ,#+end_src - Upon tangling, the <> is converted to a regex string and therefore readable by elfeed-score. + Upon tangling, the <> is converted to a regex string and therefore readable by elfeed-score (mind the single quote!). #+end_src * Meta diff --git a/gists/rx-in-lisp-data.org b/gists/rx-in-lisp-data.org index 105d013..2a1f051 100644 --- a/gists/rx-in-lisp-data.org +++ b/gists/rx-in-lisp-data.org @@ -36,4 +36,4 @@ Luckily there's a work-around with Org Mode: ,#+end_src #+end_src - Upon tangling, the <> is converted to a regex string and therefore readable by elfeed-score. + Upon tangling, the <> is converted to a regex string and therefore readable by elfeed-score (mind the single quote!).