Skip to content

Instantly share code, notes, and snippets.

@artsi0m
Created May 10, 2026 18:12
Show Gist options
  • Select an option

  • Save artsi0m/9b6a1fe185a0fdf10da159da8974d9cb to your computer and use it in GitHub Desktop.

Select an option

Save artsi0m/9b6a1fe185a0fdf10da159da8974d9cb to your computer and use it in GitHub Desktop.
Cheating quine using emacs lisp and org-mode

It’s not a real quine, because it reads itself

(buffer-substring ;; 2026-05-08 by artsi0m
(string-match "buffer-substring" (buffer-string))
(point-at-eol)) ;; (point here and org-babel-execute-src-block) 
@artsi0m

artsi0m commented May 10, 2026

Copy link
Copy Markdown
Author
Screenshot From 2026-05-08 21-14-17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment