{"id":22959918,"url":"https://github.com/kisaragi-hiu/ox-pollen","last_synced_at":"2025-04-02T02:40:52.786Z","repository":{"id":106920873,"uuid":"304418219","full_name":"kisaragi-hiu/ox-pollen","owner":"kisaragi-hiu","description":"Org export backend to Pollen markup (Abandoned as I switched to Hugo)","archived":false,"fork":false,"pushed_at":"2021-01-14T17:30:12.000Z","size":82,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-07T17:37:22.779Z","etag":null,"topics":["converter","emacs","emacs-lisp","org","org-mode","pollen"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kisaragi-hiu.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-15T18:42:16.000Z","updated_at":"2023-07-12T16:20:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ca91989-ddb5-41fd-a8d4-2be724bc3a20","html_url":"https://github.com/kisaragi-hiu/ox-pollen","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kisaragi-hiu%2Fox-pollen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kisaragi-hiu%2Fox-pollen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kisaragi-hiu%2Fox-pollen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kisaragi-hiu%2Fox-pollen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kisaragi-hiu","download_url":"https://codeload.github.com/kisaragi-hiu/ox-pollen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246746544,"owners_count":20827060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","emacs","emacs-lisp","org","org-mode","pollen"],"created_at":"2024-12-14T18:29:19.980Z","updated_at":"2025-04-02T02:40:52.765Z","avatar_url":"https://github.com/kisaragi-hiu.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ox-pollen\n\nAn Org export backend to export to [[https://docs.racket-lang.org/pollen/][Pollen]] markup.\n\n** Installation\n\n#+BEGIN_SRC elisp\n(straight-use-package '(ox-pollen :host github :repo \"kisaragi-hiu/ox-pollen\"))\n(require 'ox-pollen)\n#+END_SRC\n\n** Usage (in a Pollen project)\n\nUsing [[https://github.com/cask/cask][Cask]]:\n\n- Install cask on your system\n\n- In your =Cask= file:\n\n  #+begin_src emacs-lisp\n  (source gnu)\n  (source melpa)\n\n  (depends-on \"cask\")\n  (depends-on \"ox-pollen\"\n              :git \"https://github.com/kisaragi-hiu/ox-pollen\"\n              :files (\"ox-pollen.el\"))\n  #+end_src\n\n- Run =cask install=\n\n- Export an Org file to Pollen:\n\n  : cask emacs \"foo.org\" --batch -l ox-pollen -f ox-pollen-export-to-pollen --kill\n\n* Acknowledgements\n- ox-tufte\n- ox-md\n- https://orgmode.org/worg/dev/org-export-reference.html\n\n* Compared to lozenge.el\n\n- Lozenge.el is for evaluating Emacs Lisp code inline as you export, in a syntax that’s inspired by Pollen / Scribble.\n- ox-pollen is for converting Org files to Pollen markup =.pm= files, ready to be used in a Pollen project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkisaragi-hiu%2Fox-pollen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkisaragi-hiu%2Fox-pollen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkisaragi-hiu%2Fox-pollen/lists"}