{"id":20267412,"url":"https://github.com/slashsbin/playground-org-mode","last_synced_at":"2026-02-02T17:39:31.393Z","repository":{"id":69685713,"uuid":"409695742","full_name":"slashsbin/playground-org-mode","owner":"slashsbin","description":"Org-Mode markup features preview \u0026 playground","archived":false,"fork":false,"pushed_at":"2024-04-14T03:46:40.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T11:39:59.102Z","etag":null,"topics":["emacs","org-mode","orgmode","playground"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slashsbin.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":"2021-09-23T18:04:16.000Z","updated_at":"2024-04-13T05:33:14.000Z","dependencies_parsed_at":"2025-04-08T11:47:39.748Z","dependency_job_id":null,"html_url":"https://github.com/slashsbin/playground-org-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slashsbin/playground-org-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashsbin%2Fplayground-org-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashsbin%2Fplayground-org-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashsbin%2Fplayground-org-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashsbin%2Fplayground-org-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slashsbin","download_url":"https://codeload.github.com/slashsbin/playground-org-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashsbin%2Fplayground-org-mode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268634,"owners_count":22983601,"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":["emacs","org-mode","orgmode","playground"],"created_at":"2024-11-14T12:14:36.473Z","updated_at":"2026-02-02T17:39:31.386Z","avatar_url":"https://github.com/slashsbin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: ORG-MODE Playground\n#+AUTHOR: slashsbin\n#+STARTUP: align\n\n\n* Org-Mode Playground (Lvl 1)\n** Metadata\nNotice the metadata (aka front-matter) which should be rendered at top of the page.\n** Document Structure (Lvl 2)\n*** Headlines (Lvl 3)\n**** Sub Headline (Lvl 4)\n***** Sub Headline (Lvl 5)\n****** Sub Headline (Lvl 6)\n******* Sub Headline (Lvl 7)\n******** Sub Headline (Lvl 8)\n*** Visibility\n:PROPERTIES:\n:VISIBILITY: folded\n:END:\nInitial visibility is set for this section to ~folded~ via a special custom property.\n*** Plain Lists\n**** Unordered list\n***** With minus bullets\n- Item A\n- Item B\n- Item C\n- Item D\n***** With plus bullets\n+ Item A\n+ Item B\n+ Item C\n+ Item D\n**** Ordered list\n***** With periods\n1. Item 1\n2. Item 2\n3. Item 3\n4. Item 4\n***** With parenthesis\n1) Item 1\n2) Item 2\n3) Item 3\n4) Item 4\n***** With alphabets\nA) Item 1\nB) Item 2\nC) Item 3\nD) Item 4\n**** Description list\n***** Unordered list\n- Item A :: An item that is the 1st\n- Item B :: An item that is the 2nd\n*** Drawers\nStill outside the drawer.\n:DRAWERNAME:\nThis is inside the drawer.\n:END:\nAfter the drawer.\n*** Blocks\n**** Center\n#+begin_center\nCenter Block\n#+end_center\n**** Comment\n#+begin_comment\nComment Block\n#+end_comment\n**** Quote\n#+begin_quote\nQuote Block\n#+end_quote\n**** Verse\n#+begin_verse\nVerse Block\n#+end_verse\n** Tables\n*** Simple\n| Name  | Phone | Age |\n|-------+-------+-----|\n| Peter |  1234 |  17 |\n| Anna  |  4321 |  25 |\n*** More Advanced\n#+CAPTION: Items colors and count\n|------+---------+---------+-------|\n| Item | Color A | Color B | Count |\n|------+---------+---------+-------|\n| \u003cc\u003e  |     \u003cr\u003e | \u003cl\u003e     |  \u003cc\u003e  |\n|  /   |       \u003c | \u003e       |  \u003c\u003e   |\n|  A   |    Blue | Green   |   4   |\n|  B   |   Black | White   |   8   |\n|------+---------+---------+-------|\n** Hyperlinks\n*** Internal links\nA [[#my-custom-id][link]] to my CD collection. Another [[My CD collection][link]] to my CD collection.\n*** External Links\nhttps://slashsbin.dev\nfile:README.org\n./README.org\ninfo:org#Hyperlinks\n** TODO Items [20%]\n*** Item without a state cookie\n*** TODO [#A] Work to be done with high priority\n*** TODO [#C] Work to be done with low priority\n*** DONE Already finished work\n*** TODO Parent Item with sub-tasks [1/3]\n**** TODO First sub-task\n**** DONE Second sub-task which is done\n**** TODO Third sub-task\n*** TODO Plain list with checkboxes [1/4]\n- [-] Item A\n- [ ] Item B\n- [X] Item C\n- [ ] Item D\n** Tags\n*** Item A with tag ~@blue~                                           :@blue:\n*** Item B with tags ~@blue~ and ~@green~                      :@blue:@green:\n** Properties\nProperties are key-value pairs associated with an entry. They live in a special drawer with the name ‘PROPERTIES’.\n*** Goldberg Variations\n:PROPERTIES:\n:Title: Goldberg Variations\n:Composer: J.S. Bach\n:Publisher: Deutsche Grammophon\n:NDisks: 1\n:END:\n*** My CD collection\n:PROPERTIES:\n:NDisks_ALL: 1 2 3 4\n:Publisher_ALL: \"Deutsche Grammophon\" Philips EMI\n:CUSTOM_ID: my-custom-id\n:END:\n** Dates and Times\n*** Timestamps\n**** Meet Peter at the movies\n\u003c2006-11-01 Wed 19:15\u003e\n**** Discussion on climate change\n\u003c2006-11-02 Thu 20:00-22:00\u003e\n**** Pick up Sam at school\n\u003c2007-05-16 Wed 12:30 +1w\u003e\n**** 22:00-23:00 The nerd meeting on every 2nd Thursday of the month\n\u003c%%(diary-float t 4 2)\u003e\n**** Meeting in Amsterdam\n\u003c2004-08-23 Mon\u003e--\u003c2004-08-26 Thu\u003e\n**** Gillian comes late for the fifth time\n[2006-11-01 Wed]\n*** Deadlines and Scheduling\n**** TODO write article about the Earth for the Guide\nDEADLINE: \u003c2004-02-29 Sun\u003e\n**** TODO Call Trillian for a date on New Years Eve\nSCHEDULED: \u003c2004-12-25 Sat\u003e\n*** Clocking Work Time\n:LOGBOOK:\nCLOCK: [2006-11-02 Thu 00:00]--[2006-11-02 Thu 01:50] =\u003e  1:50\nCLOCK: [2006-11-01 Wed 00:00]--[2006-11-01 Wed 03:40] =\u003e  3:40\n:END:\n\n#+BEGIN: clocktable :scope file :maxlevel 3 :block 2006-11 :emphasize t :indent t :tcolumns 2 :level t\n#+CAPTION: Clock summary at [2024-04-13 Sat 09:28], for November 2006.\n| L | Headline                      | Time   |        |\n|---+-------------------------------+--------+--------|\n|   | *Total time*                  | *5:30* |        |\n|---+-------------------------------+--------+--------|\n| 1 | *Org-Mode Playground (Lvl 1)* | *5:30* |        |\n| 2 | \\_  /Dates and Times/         |        | /5:30/ |\n| 3 | \\_    Clocking Work Time      |        |   5:30 |\n#+END:\n** Markup for Rich Contents\n*** Paragraphs\nParagraphs are separated by at least one empty line.\n\nA paragraph with enforced line \\\\\nbreak.\n\nTo preserve the line breaks, indentation and blank lines in a region:\n#+BEGIN_VERSE\n Great clouds overhead\n Tiny black birds rise and fall\n Snow covers Emacs\n\n    ---AlexSchroeder\n#+END_VERSE\n\nWhen quoting a passage from another document:\n#+BEGIN_QUOTE\nEverything should be made as simple as possible,\nbut not any simpler ---Albert Einstein\n#+END_QUOTE\n\nIf you would like to center some text:\n#+BEGIN_CENTER\nEverything should be made as simple as possible, \\\\\nbut not any simpler.\n#+END_CENTER\n*** Emphasis and Monospace\nYou can make words *bold*, /italic/, _underlined_, =verbatim= and ~code~, and, if you must, +strike-through+.\n*** Subscripts and Superscripts\nThe radius of the sun is R_sun = 6.96 x 10^8 m.  On the other hand, \\\\\nthe radius of Alpha Centauri is R_{Alpha Centauri} = 1.28 x R_{sun}.\n*** Special Symbols\nPro tip: Given a circle \\Gamma of diameter d, the length of its\ncircumference is \\pi{}d.\n*** Literal examples\n#+BEGIN_EXAMPLE\n  Some example from a text file.\n#+END_EXAMPLE\n\nHere is an example\n   : Some example from a text file.\n\n#+BEGIN_SRC emacs-lisp\n  (defun org-xor (a b)\n    \"Exclusive or.\"\n    (if a (not b) b))\n #+END_SRC\n*** Horizontal Rules\nA line consisting of only dashes, and at least 5 of them, is exported as a horizontal line. Like this:\n-----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashsbin%2Fplayground-org-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslashsbin%2Fplayground-org-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashsbin%2Fplayground-org-mode/lists"}