💾 Archived View for g.nubecita.online › posts-a-fudforum › index.org captured on 2023-01-29 at 02:54:29. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Foro: https://nubecita.online/fudforum/
Aquí se encontrarán los posts enviado al foro ampliados o actualizados.
(concat (mapconcat (lambda (file)
(format "=> %s ✍ %s\n" (url-encode-url file) file))
(directory-files "." nil "^[^#]*\\.gmi$"))
"\nOrg files:\n"
(mapconcat (lambda (file)
(format "=> %s 🦄 %s\n" (url-encode-url file) file))
(directory-files "." nil "^[^#]*\\.org$")))
✍ Dezhemini, Racket y Gemini.gmi
✍ Instalar y testear Dezhemini.gmi
Org files:
🦄 Dezhemini, Racket y Gemini.org
🦄 Instalar y testear Dezhemini.org
Elisp source blocks are executed before saving or exporting.
;; Code to execute the list-files code block only here...
;; Maybe use `goto-char' to position the cursor on list-files and
;; eval it with `org-babel-execute-src-block'.