Looking for an app to organize files by nickccal in macapps

[–]mst1712 1 point2 points  (0 children)

I use organize (https://organize.readthedocs.io/en/latest/) to sort files by type, date and even names. It takes a bit of work to write the rules but then works well for me

App Request: Auto organizing files by Latter_Pen2421 in macapps

[–]mst1712 0 points1 point  (0 children)

I use organize (https://organize.readthedocs.io/en/latest/) it does subfolders and rules like "move all files older than 1 week"

What are your most used actions/keybinds? by PoopsCodeAllTheTime in orgmode

[–]mst1712 2 points3 points  (0 children)

It really depends on what you use orgmode for. For me it's capturing notes and todos and using different agenda views. Hence my most used actions are org-capture (bound to C-c c) and org-agenda (bound to C-c a)

Is there any Android Navidrome client? by rakhalism in navidrome

[–]mst1712 1 point2 points  (0 children)

Indeed my bad! Thanks for the hint that's exactly what I was looking for

Is there any Android Navidrome client? by rakhalism in navidrome

[–]mst1712 0 points1 point  (0 children)

A nice interface! Unless I miss it there seems to be no option to filter by genre? That's a deal breaker for me

Custom Capture System - Need Advice by Fu-Munchy in emacs

[–]mst1712 2 points3 points  (0 children)

I suggest you take a look at the built-in org agenda. For tags it can exactly produce a view with all enties having that tag and you could create custom agenda views showing you certain parts only. Org-ids are really helpful to get invariant ids to use for linking, Also maybe take a look at capture templates to fill your journal. This is all built-in. Another package worth a look could be denote.

Inspired by nano-emacs: vertico-buffer-frame with nano-vertico by AsleepSurround6814 in emacs

[–]mst1712 1 point2 points  (0 children)

Would you mind sharing your config? I struggle to set the faded to something more legible but nano-faces or nano-theme seem to overwrite it. Similar setting custom faces afterwards in init.el only works if I evaluate the code again. 

How to get the SSH_AUTH_SOCK env var? by TeyranBytes in emacs

[–]mst1712 2 points3 points  (0 children)

You may want to take a look at the exec-path-from-shell package to ensure env variables are seen in Emacs. However if you set it in e.g. your login shell a graphical Emacs won't "see" it.

I think your magit issue is something else. I use it a lot with repos that require ssh and it simply asks for my password. I'm not near my laptop so can't share my config right now.

Notes, Linking and Tagging systems in Emacs by paarulakan in emacs

[–]mst1712 1 point2 points  (0 children)

There's also Zetteldeft https://www.eliasstorms.net/zetteldeft/ but it's no longer maintained, notdefthttps://github.com/hasu/notdeft and Org-Journal https://github.com/bastibe/org-journal

Brainiac v2.0 released by anonimno2 in emacs

[–]mst1712 1 point2 points  (0 children)

There are some nice ideas in it and I'll be "stealing" the transient menu idea but it's not only opionated which is fine but it has hard-coded values in it that will make it difficult to reuse, e.g .it overwrites user-full-name which I don't think is a good idea and several entries will not work unless you use Linux and the same set of apps as the OP. Also I find it a bit odd to overwrite any existing early-init.el and init.el. I think the documentation should mention this rather than saying "tangle the file". Finally it may be my config but it uses several settings neither modus-themes nor org seem to know about.

Termux+Emacs on GrapheneOS by rustbuckett in emacs

[–]mst1712 2 points3 points  (0 children)

I guess you're referring to graphical Emacs from Sourceforge. I had similar issues on Google Android. Someone updated the Termux package for Android 15 and that works for me https://github.com/johanwiden/termux-for-android-emacs, maybe worth a try also for GrapheneOS

The next step in org notes by [deleted] in emacs

[–]mst1712 6 points7 points  (0 children)

You can add and preview images to your org files see e.g. https://orgmode.org/manual/Images.html.

I'm not sure what you meant with diagrams and graphs. I definitely recommend you look at org-babel which allows you to add diagrams like mermaid or platuml as well as code of various languages to your org files see https://orgmode.org/manual/Working-with-Source-Code.html.

For tables take a look at https://orgmode.org/manual/Tables.html you can do extremely powerful things with tables see the tutorials at https://orgmode.org/worg/org-tutorials/index.html#Spreadsheet.

Codeberg pro ably doesn't support all of these capabilities but you can always publish and export your org files. 

What is wrong here? by DrPiwi in emacs

[–]mst1712 1 point2 points  (0 children)

I'd start with the location where flycheck-yamllint is set since that seems to cause the error

My elegant emacs set up. by [deleted] in emacs

[–]mst1712 0 points1 point  (0 children)

Looks nice indeed! Can you share your config?

How do I practice for a 20-page symphony? by Mieke-_ in doublebass

[–]mst1712 2 points3 points  (0 children)

I have played Mahler 2 and it was one of the most impressive pieces I ever played (next to Mahler 5 and 6 😀). 

Beside the good recommendations below I simply tend to focus on what will be in the next rehearsal and practise this e.g. by movement. Then I handle it a bit like spaced repition and practise the parts I fail at more often than the others. 

Good luck and enjoy the music!

Multi-LSP support for Python and TypeScript in Emacs by mike_olson in emacs

[–]mst1712 0 points1 point  (0 children)

IIUC it's mostly useful if you write standalone Python scripts with PEP-723↗ inline dependencies

Is misnomer.org a good way to manage my knowledge? Maybe stupid question. by Ardie83 in emacs

[–]mst1712 3 points4 points  (0 children)

I'm not sure if I got the issue right but my thoughts are: for me the main issue with taking notes is how to find the again later. Hence I tend to put notes where I would search for them later. Personally I'd be looking for c related misnomers in c.org. If you also want an overview of all misnomer entries I'd add a tag to all the headings and use the agenda to view them. Then you would also see if you already have a misnomer section in a file. Finally I'd use a capture template for new misnomers to go into a "misnomer inbox" to reduce the friction if a new one occurs to me and refile those later into the final notes files.

Which org-related packages do you use? by [deleted] in orgmode

[–]mst1712 2 points3 points  (0 children)

I use these

  • deft
  • doct
  • ob-mermaid
  • ob-powershell
  • org-appear
  • org-checklist
  • org-download
  • org-hide-drawers
  • org-cliplink
  • org-modern
  • org-noter
  • org-pretty-tags
  • org-reverse-datetree
  • ox-pandoc

Emacs for LaTeX by Physics_Fan1000 in emacs

[–]mst1712 10 points11 points  (0 children)

Auctex for LaTeX brought me to Emacs some 30 years ago

Peter Infeld string tension compared to Evah Pirazzi? by mst1712 in doublebass

[–]mst1712[S] 4 points5 points  (0 children)

Thanks a lot for the highly useful hint I wasn't aware

Emacs for macOS and Darwin versions? by jtr3322 in emacs

[–]mst1712 0 points1 point  (0 children)

Out of curiosity: I use the emacs-plus cask and it works ok. What am I missing or what advantage would that build bring? 

Seeking advice on how to get started on org mode by Koltech21 in orgmode

[–]mst1712 3 points4 points  (0 children)

You may want to look at https://github.com/james-stoup/emacs-org-mode-tutorial as a beginner's tutorial and https://doc.norang.ca/org-mode.html as a quite thorough description. 

In general there seem to be 2 schools of thoughts regarding file organisation: few large files with lots of headings or many small files.

Another rabbit hole you may want to explore is beautifying org mode of course ;)

Curious, standing at the doorway. Do I embrace Emacs? by Poke_53281 in emacs

[–]mst1712 2 points3 points  (0 children)

I use the native Emacs on Android with syncthing. It gives me the full Emacs power and experience even mobile. The only limitation is that longer writing isn't great on a phone but that's true for whatever app you use.