Skip to content
View samspills's full-sized avatar
💜
💜
  • Toronto

Sponsoring

@hlissner
@tarsius
Block or Report

Block or report samspills

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Org refile and leave a link behind Org refile and leave a link behind
    1
    Suppose we have an org file that looks something like this:
    2
    #+BEGIN_SRC org
    3
    * Heading 1
    4
      * Sub-heading
    5
        These are some notes
  2. Org-capture prompt for heading Org-capture prompt for heading
    1
    * How to prompt for a heading during org-capture
    2
    ** Background
    3
    I use one file as my org-mode daily driver. This file is called ~journal.org~. It starts with a datetree, which is where I capture general notes, individual tasks, ideas, things to read, etc. etc. I have separate headings for other content, for example all of my projects are under a projects heading, further split by context. Roughly the file looks like this:
    4
    
                  
    5
    #+begin_src org
  3. dotfiles dotfiles Public

    Dotfiles

    Emacs Lisp 2

  4. toy example that runs a mock JWKS se... toy example that runs a mock JWKS server and demonstrates decoding a JWT token using a public jwk
    1
    //> using scala "2.13.10"
    2
    //> using lib "org.typelevel::cats-effect:3.4.8"
    3
    //> using lib "org.http4s::http4s-ember-client:0.23.18"
    4
    //> using lib "org.http4s::http4s-ember-server:0.23.18"
    5
    //> using lib "org.http4s::http4s-server:0.23.18"