diff --git a/gists.org b/gists.org index 71db2ac..0b0f637 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 (mind the single quote!). + 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 2a1f051..7856766 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 (mind the single quote!). + Upon tangling, the =<>= is converted to a regex string and therefore readable by elfeed-score (mind the single quote!).