lytex
lytex
### Brief Abstract Show in the backlinks buffer all backlinks to a given node, including links to children of that given node ### Long Description In org-roam v1, backlinks where...
I've added a new variable org-wild-notifier-entries to select which timestamps (any combination of DEADLINE, SCHEDULED, TIMESTAMP) trigger a notification
The workflow I follow when taking notes on physical books is: 1. Each time I write down or underline something on a given page, I write down the number page...
Trying to build in a fresh raspberry pi 4 fails because git and cmake are not installed
I've installed all required packages listed in INSTALL: `qt5-default qtbase5-dev qtbase5-dev-tools qtdeclarative5-dev-tools qtchooser qttools5-dev-tools and qtcreator` seq64 without qt compiles well as usual. I'm using debian i386. Using the following...
Add an optional page-number support to import only specific pages instead of all the pages. I think the problem it solves is pretty common: 1. Make some annotations on a...
Currently if I open two instances of emacs, the `use-package` call fails because the address is already in use: ``` Cannot bind server socket: Address already in use ``` The...
The idea is to tokenize the input in live grep to allow for fuzzy-like search. For example `a b c` is turned into: `b.*c.*a|c.*b.*a|c.*a.*b|a.*c.*b|b.*a.*c|a.*b.*c` The prompt is split by spaces...
### Brief Abstract Based on an idea of @katas94. A normal tag search, but that also shows _related tags_, i.e., the set of tags whose task matches the search tag....