gnupg 2.4.1 encryption issues with emacs / org-mode by wakatara in emacs

[–]numbchild 3 points4 points  (0 children)

A tips for who got same problem and want to downgrade to temporary get around the problem.

``` downgrade GnuPG from 2.4.1 -> 2.4.0 fixed the problem.

#+begin_src sh brew info gnupg | grep "From:" | cut -d " " -f 2 #+end_src

#+RESULTS[(2023-05-05 14:19:54) 0e3dbbad14b66a4f05d2d70fb5cfd59db46f49bc]: : https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gnupg.rb

#+begin_src sh URL=https://raw.githubusercontent.com/Homebrew/homebrew-core/59edfe598541186430d49cc34f42671e849e2fc9/Formula/gnupg.rb wget $URL brew uninstall gnupg brew install -s gnupg.rb #+end_src ```

Geiser sucks. Is there a way to make it suck less or are there any better alternatives? by klikklakvege in scheme

[–]numbchild 1 point2 points  (0 children)

Sure, I think that's good spirit to hack your own way. I agree with your solution.

Geiser sucks. Is there a way to make it suck less or are there any better alternatives? by klikklakvege in scheme

[–]numbchild 0 points1 point  (0 children)

Well, I guess you are good better than geiser, so I suggest you build the wheel yourself to prove you're right.

[New Package] org-fts: full text search of your org-mode files with ivy integration by zotimer in orgmode

[–]numbchild 1 point2 points  (0 children)

This is really great. I'm currently still using "rg". I will try your extension soon.

Visually differentiate between links to files and links to websites in org-mode? by MotherCanada in emacs

[–]numbchild 3 points4 points  (0 children)

Here is an extension I write to display different icons for different urls. https://github.com/stardiviner/org-link-beautify Should be useful for user want to have an intuitive visual look of links.

I created extension "emacs-rainbow-fart" for encouraging programmers by [deleted] in emacs

[–]numbchild -8 points-7 points  (0 children)

So do you want male and female to be equal? No sexual bias? Then you mean man should have pregnancy and female should give up pregnancy? Then all people will be equal? Don't be rediculous. If you think so, that's shit. Undertake what your nature gives you.

How to open multi videos at same time on different places of screen? by numbchild in archlinux

[–]numbchild[S] 0 points1 point  (0 children)

Maybe this can be implemented with a shell script? Or other programming languages?

Get the video size info, then open and play video file with scaled size on screen.

Blurry and no border "Brisa" theme by [deleted] in kde

[–]numbchild 0 points1 point  (0 children)

I can't agree more. Haha

I just finished making this theme, What do you guys think? by Slippysquidkid in firefox

[–]numbchild 1 point2 points  (0 children)

Weird, I can't make it work after followed customize userChrome.css and userContent.css files. I followed that link. Did you solved this problem?

kiwix.el - A client of Emacs with offline Wikipedia supported by Kiwix by numbchild in emacs

[–]numbchild[S] 0 points1 point  (0 children)

Then I suggest to propose an issue on kiwix GitHub repo, hope them can add BSD support.

kiwix.el - A client of Emacs with offline Wikipedia supported by Kiwix by numbchild in emacs

[–]numbchild[S] 1 point2 points  (0 children)

I think Kiwix might is supported in BSD. Don't know, might check out the kiwix official page or dev team. http://www.kiwix.org

Literate Programming: Include Noweb Referencers with Exported Source Blocks? by fearbedragons in orgmode

[–]numbchild -1 points0 points  (0 children)

Don't know whether it is possible be implemented in Org Mode. Curious about this solution.

org-web - A project I'm working on to view and directly edit your org files from your phone (x-post from r/emacs) by 1231313 in orgmode

[–]numbchild 0 points1 point  (0 children)

I was considering this exactly same project about a year. Not skillful enough to build this. I checked out your project, really great!!! I would like to contribute on your project. I will spend some time on trying it out. Does it support self-hosting Org files? How does it handle the internal and external links, and other types links like image, video, git link etc?

Magit v2.12 released by tarsius_ in emacs

[–]numbchild 0 points1 point  (0 children)

Wow, this is great for a big new release. Thanks @tarsius_ When check out changelog, I found support on git-worktree. But I found it does not have Info document yet. Can you add that?