-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87024bd
commit 5e70890
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:PROPERTIES: | ||
:ID: 1e8ccec9-735d-41d0-b0cf-143d9c3e965d | ||
:END: | ||
#+hugo_base_dir: ../ | ||
#+hugo_section: org-roam | ||
#+author: | ||
#+title: A | ||
|
||
https://github.com/kaushalmodi/ox-hugo/issues/500 | ||
|
||
[[id:01579e8c-a90b-4c53-af58-e18ff7877d00][B]] | ||
|
||
#+begin_src emacs-lisp :eval never-export :exports none | ||
(setq org-id-extra-files (directory-files-recursively default-directory "\.org$")) | ||
#+end_src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:PROPERTIES: | ||
:ID: 01579e8c-a90b-4c53-af58-e18ff7877d00 | ||
:END: | ||
#+hugo_base_dir: ../ | ||
#+hugo_section: org-roam | ||
#+author: | ||
#+title: B | ||
|
||
https://github.com/kaushalmodi/ox-hugo/issues/500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
title = "A" | ||
draft = false | ||
+++ | ||
|
||
<https://github.com/kaushalmodi/ox-hugo/issues/500> | ||
|
||
[B]({{<relref "org-roam-file-B.md#" >}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
+++ | ||
title = "B" | ||
draft = false | ||
+++ | ||
|
||
<https://github.com/kaushalmodi/ox-hugo/issues/500> |