summaryrefslogtreecommitdiffstats
path: root/2022/talks/orgsuperlinks.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
commit3a8a34d7a50f679f0d3715c339cd5652e2deb7ce (patch)
tree66ed7db24c17af1a72f286246c936bec1b15bd8c /2022/talks/orgsuperlinks.md
parent9f0801ef2f6ace5ca7a74f465f4479624de72a9d (diff)
downloademacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.tar.xz
emacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.zip
remove backslashes
Diffstat (limited to '2022/talks/orgsuperlinks.md')
-rw-r--r--2022/talks/orgsuperlinks.md52
1 files changed, 26 insertions, 26 deletions
diff --git a/2022/talks/orgsuperlinks.md b/2022/talks/orgsuperlinks.md
index 911f33e0..3f15f1ff 100644
--- a/2022/talks/orgsuperlinks.md
+++ b/2022/talks/orgsuperlinks.md
@@ -70,7 +70,7 @@ More on bi-directional links and Karl's Org mode projects:
## Questions and answers
-- Q: so the LINKS drawers holds so-called \"backlinks\"?
+- Q: so the LINKS drawers holds so-called "backlinks"?
- A: yes. You can customize the drawer name.
- Q: does this configuration you use need packages outside elpa?
- A: yes. repository link:
@@ -79,25 +79,25 @@ More on bi-directional links and Karl's Org mode projects:
specific agenda view, When you want to know what you can do next?
- A: Blocked tasks are never shown on the agenda by default.
Whenever there is no scheduled timestamp attached to a heading,
- it\'s not visible on my agenda. If you use the dependencies as
+ it's not visible on my agenda. If you use the dependencies as
described in the demo, the timestamp is only marked if the
previous one is canceled. So blocked tasks are not shown in this
setup.
- Q:The functionality seems quite nice but the markup seems pretty
heavy in the property drawers.  Do you ever have any issues having
so much meta-level information in the file?
- - A: As long as it doesn\'t need to be typed manually there\'s no
- real issue. The orgmode files tend to be large. I haven\'t felt
- it\'s bloated.
-- Q:Does this change how you use todo keywords \"next, todo,
- blocked?\", avoiding some or starting to use others
+ - A: As long as it doesn't need to be typed manually there's no
+ real issue. The orgmode files tend to be large. I haven't felt
+ it's bloated.
+- Q:Does this change how you use todo keywords "next, todo,
+ blocked?", avoiding some or starting to use others
- A: No. My keywords are NEXT, STARTED, WAITING, DONE, CANCELLED
- Q:Org Brain has stuff like parent links and directional links,
sibling links. If org roam else has nothing else intersting what
about like the previous stuff?
- - A: My links are not \"directed\" most of the time. So I don\'t
+ - A: My links are not "directed" most of the time. So I don't
have the requirment for specific link types or directions. In
- short: I don\'t need semantic links so far. Following the KISS
+ short: I don't need semantic links so far. Following the KISS
principle. I get the information from the context of the link.
- Q: DO you find that the links are fragile, hard to maintain?
- A: not really. sometimes I rename links and the link name is not
@@ -107,7 +107,7 @@ More on bi-directional links and Karl's Org mode projects:
chapters of my thesis should be easy to read for the general
public as I summarize the history of PIM (Personal Information
Management) research
- - \+ related github projects around tagstore
+ - + related github projects around tagstore
<https://github.com/novoid/>
- tagstore <https://karl-voit.at/tagstore/> = research
prototype software in Python to do research around tagging
@@ -117,12 +117,12 @@ More on bi-directional links and Karl's Org mode projects:
hierarchy of directories (tagging + TagTrees)
- DONE AFTER my PhD:
<https://karl-voit.at/managing-digital-photographs/>
- filetags, date2name, move2archive, \...
-- Q: why not org-id\'s UUIDs for IDs, and the preference for
- human-readable ones (and not just use CUSTOM\_ID for those)?
- - Karl: I hate UUID because they\'re opaque, so I removed them.
- - I don\'t understand. There is a part for human to read
- description: \[\[UUID\]\[A human readable description\]\]
+ filetags, date2name, move2archive, ...
+- Q: why not org-id's UUIDs for IDs, and the preference for
+ human-readable ones (and not just use CUSTOM_ID for those)?
+ - Karl: I hate UUID because they're opaque, so I removed them.
+ - I don't understand. There is a part for human to read
+ description: [[UUID][A human readable description]]
- Karl: this would not add any benefit from my personal point
of view as longs as the human-readable ID is unique. So why
not get rid of the UUID and use the humand readable link
@@ -138,31 +138,31 @@ More on bi-directional links and Karl's Org mode projects:
- I found you write a blog about it:
<https://karl-voit.at/2019/11/16/UOMF-Linking-Headings/>
. I will read about it.
- - I found \`(defun
- my-generate-sanitized-alnum-dash-string(str)\`
+ - I found `(defun
+ my-generate-sanitized-alnum-dash-string(str)`
in the
- way to generate your ID requires replace
non-ASCII characters: ;;
- Replace German Umlauts with 7-bit ASCII.
- ;; Replace German Umlauts with 7-bit ASCII.
- - (str (replace-regexp-in-string \"\[Ä\]\" \"Ae\"
+ - (str (replace-regexp-in-string "[Ä]" "Ae"
str t))
- - (str (replace-regexp-in-string \"\[Ü\]\" \"Ue\"
+ - (str (replace-regexp-in-string "[Ü]" "Ue"
str t))
- - This is a very tedious work to do. I don\'t know
+ - This is a very tedious work to do. I don't know
if users come from
- other non-ASCII characters would have to write
their own replacement
- regular expression.
-- Q. do you have/use anything for \"what links here / to this
- heading\", in a more occur/grep-style buffer and auto.?
+- Q. do you have/use anything for "what links here / to this
+ heading", in a more occur/grep-style buffer and auto.?
- A: not yet, I use org-occur in the buffer and get the result
- Q: (totally tangential):  Do you navigate your files with the arrow
keys or with C-{pnbf}?  I saw arrows on your key-cast.
- - It\'s more complicated than that:
+ - It's more complicated than that:
<https://karl-voit.at/2021/05/23/advantage2-modifications/>
- - In short: I\'m using the arrow keys but they are not where
- you\'d assume they are. ;-)
+ - In short: I'm using the arrow keys but they are not where
+ you'd assume they are. ;-)
[[!inline pages="internal(2022/info/orgsuperlinks-after)" raw="yes"]]