1
0
Fork 0

fix incorrect title

main
Ryan Rix 2021-02-26 19:04:43 -08:00
parent b2c0a8a76d
commit 0e91ae1fb7
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ defmodule Arcology.Roam.Reference do
end
#+end_src
* =titles= table =Arcology.Roam.Table=
* =titles= table =Arcology.Roam.Title=
Files can have multiple titles, on specified by =#+TITLE= and multiple, each double-quoted, in =#+ROAM_ALIAS=. The only function provided here is =get=, which given a file name returns a list of strings. Easy stuff, I don't really want to need to do more than that with this schema.