Tim Lee
Tim Lee
youtube-dl is a python library and tool and it can be installed by OS package manager such as apt, yum(dnf), homebrew and pip. Or you can install it to your...
@jgm org-contrib + `ob-*` modules + possible new languages (e.g: swift, terra) Theoretically, org-babel-languages can be constructed by code and It can implement easily by user. It means other languages...
> Ideally pandoc would just do the right thing automatically. That's what we sought to do with the existing code (though the list of languages may be outdated). Note that,...
Thank you for the response and your work :)
@kkm000 > You need much more of a hardware oomph from the build machine than the absolute minimums for either OS. Take that into account, and the difference disappears. And...
Duplicated #527. @Thai07, What is your cerebro version?
You need a latest version. But the maintainer didn't release a v0.4.0 yet (#530). So you can [build the latest version](https://github.com/cerebroapp/cerebro/issues/527#issuecomment-867341050) for yourself.
@Gunale0926 I found the cause is org-roam uses `(split-string-and-unquote)` and `org-link-plain-re` for parsing `:ROAM_REFS:` field. `(split-string-and-unquote)` split string only without recognizing org-mode link types. And `org-link-plain-re` can't extract URL with...
To capture URL with spaces, Add double quotes. ```elisp (defun org-roam-ref-add (ref) "Add REF to the node at point." (interactive "sRef: ") (let ((node (org-roam-node-at-point 'assert))) (save-excursion (goto-char (org-roam-node-point node))...
The fcitx for Korean also does not work on AppImage, portable and snap version neither except Flatpak. Currently, I think the Flatpak version seems to be the only reasonable option...