Results 9 issues of g-gundam

This is just food for thought. Look at what Obsidian is able to do. Play the mp4 file in this post: https://desuarchive.org/g/thread/85357870/#85402517 Close this ticket whenever you want. The video...

enhancement

## [30.6 Dired Marks vs Flags](https://emacsdocs.org/docs/emacs/Marks-vs-Flags) should link to [30.7 Operating on Files](https://emacsdocs.org/docs/emacs/Operating-on-Files). However, it links back to itself. See the attached screenshot for details. ![2023-01-08T07:43:09,007397113-08:00](https://user-images.githubusercontent.com/9591914/211205729-5f16cc69-9978-427b-bcd2-fb914d8ef062.png)

Every image in [docs/staking-with-ext-wallet.md](https://github.com/bnb-chain/bnb-chain.github.io/blob/master/docs/staking-with-ext-wallet.md) is broken. The public URL for the page is: https://docs.bnbchain.org/docs/staking-with-ext-wallet

For some reason, the text color and background color have almost no contrast across all color themes. Check out how [docs.github.com](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) looks to see the problem. PS: Thank you for...

This is my second time giving [howm](https://github.com/kaorahi/howm) a try, and I remember why I gave up the first time. Its keybindings clash with [evil](https://github.com/emacs-evil/evil). I wonder if anyone out there...

## Steps to Reproduce 1. `M-x vi-mode` 2. Select a range of lines using `V` 3. Hit `:` and then type `s/^/;;/` - The purpose of this regexp substitution is...

## Steps to Reproduce 1. M-x vi-mode 2. M-x list-color-themes 3. Place cursor over desired theme. 4. Hit RET ## Expectation The theme is selected. ## Result Nothing happens. ##...

stale

Replace `proc` with `process`. When I first tried it, it told me `proc` was not defined. When I looked more closely, I think you meant to use `process` throughout the...

``` * Define A Named Src Block #+name: double #+begin_src elisp :var n=1 (* n 2) #+end_src * CALL without ob-async loaded #+call: double(5) #+RESULTS: : 10 * CALL with...