· @talpa
18 followers · 330 posts · Server fosstodon.org

My god that took WAY too long to figure out!

Apparently org-roam doesn't search in tags as default, why oh why!

Isn't that the whole point of adding tags, to be able find shit using them?!

Anyhow adding
(setq org-roam-node-display-template
(concat "${title:*} "
(propertize "${tags:10}" 'face 'org-tag)))

From: github.com/org-roam/org-roam/p)

Personally I preferred more than 10 characters for the tag

#emacs #orgroam

Last updated 1 year ago

Nick Anderson · @nickanderson
214 followers · 1560 posts · Server fosstodon.org

GitHub - ahmed-shariff/org-roam-ql: Query language for org-roam

github.com/ahmed-shariff/org-r

#emacs #orgmode #orgroam

Last updated 1 year ago

Nick Anderson · @nickanderson
214 followers · 1560 posts · Server fosstodon.org

@tacosandlinux @attilasedon yeah, org-roam-extract-subtree is good for extracting a subtree to a new file. But sometimes it's just nice to have ids on the headings and subheadings. I also like to change the display template so that you can see the node hierarchy. github.com/org-roam/org-roam/w

#orgroam

Last updated 1 year ago

Alan šŸŽ² · @brab
448 followers · 8611 posts · Server framapiaf.org

@oatmeal I moved from to about a year ago. Itā€™s probably not as efficient, but itā€™s clearly less brittle

#orgroam #denote

Last updated 1 year ago

Jez šŸ“š · @petrichor
426 followers · 1143 posts · Server digipres.club

What's the state of the art in getting read/write access to notes, tasks and agendas from org-mode on Android? I like some of how does it but its directory structure is a bit of a straightjacket and it doesn't quite play nicely with native and .

#orgroam #orgmode #emacs #logseq

Last updated 1 year ago

dodothedev :arch_linux::emacs: · @dodothedev
101 followers · 1555 posts · Server hachyderm.io

Been converting my notes to yesterday and today. It occurred to me there must be a search and replace function, which I found and sped up my conversion no end.
Starting to get the hand of now too!

#ObsidianMD #eMacs #orgroam #orgmode

Last updated 1 year ago

Jason · @jason
112 followers · 945 posts · Server toots.dgplug.org

: Since I sync my zettelkasten-esque Org Roam folder across multiple devices, using Syncthing, every once in while Iā€™d get file conflicts and revisions and the Org Roam db would panic and log errors, because it would find multiple versions of the same file.

Today I learnt, I could exclude subfolders from my Org Roam path. using `org-roam-file-exclude-regexp`

I put in both my Syncthing subfolders and et voilĆ , no more errors!

`(setq org-roam-file-exclude-regexp '("\\.stversions" "\\.stfolder"))`

` `

#til #syncthing #emacs #orgroam

Last updated 1 year ago

BigEatie · @BigEatie
49 followers · 390 posts · Server fosstodon.org

org-roam's decision to delete other windows when opening a capture buffer is far too intrusive. Serious design flaw in my opinion.

Furthermore, it doesn't seem to play nice with windows.

#exwm #orgroam #emacs

Last updated 1 year ago

dodothedev · @dodothedev
98 followers · 1494 posts · Server hachyderm.io

It's taken over a day, but I'm finally back to square 1 with Doom Emacs! Now to see if it was my config messing up .

#orgroam #doomemacs

Last updated 1 year ago

Jochie šŸš§ · @jochie
79 followers · 1484 posts · Server strangeweb.page

A while ago I started exploring / (in ), & later also its ability to export documents into other formats, like HTML pages, PDF files, and markup.

That last was still a bit of a pain, repeatedly copying the output into the Confluence edit interface (after clearing content, etc).

I've automated that now using the Confluence (Server) API. Just add a few ā€œ#+confluence-*ā€ attributes and create a config file, then run a script.

github.com/jochie/misc/blob/ma

#orgmode #orgroam #emacs #atlassian #confluence

Last updated 1 year ago

Nick Anderson · @nickanderson
209 followers · 1455 posts · Server fosstodon.org

@pgwang on mobile I mostly use Orgzly and Logseq. When I want the full experience I use termux and emacs. Syncthing to keep files across devices mirrored.

#orgmode #orgroam #logseq #orgzly

Last updated 1 year ago

Sevoris · @spinningthoughts
55 followers · 484 posts · Server pkm.social

@alxlg also honestly, being able to administrate *any* and all files via a pkm tool would be extremely awesome. Tools like and or theBrain with their ability to manage other files (and with its reference nodes) meet parts of an itch I keep having about being unable to extend the ressources links and associations beyond my motes. I would really love to be able to deep-reference and see in graph view these things, see and manage metadata etc

#devonthink #tagspaces #orgroam

Last updated 1 year ago

takeonrules · @takeonrules
195 followers · 105 posts · Server dice.camp

I ported some functionality specific to over to Denote. Maybe something that others might find useful.

takeonrules.com/2023/07/28/dyn

#emacs #orgmode #orgroam #programming #pkm

Last updated 1 year ago

simendsjo · @simendsjo
56 followers · 71 posts · Server fosstodon.org

Gotta love !

I wanted to share many common notes between different contexts/profiles, and using an :around advice sledge-hammer, everything is possible!

Now org-roam thinks my common notes is a descendant subfolder even though it resides elsewhere on the filesystem.

simendsjo.me/blog/202307281938

#emacs #orgroam

Last updated 1 year ago

Tech Flails · @techflails
20 followers · 55 posts · Server techhub.social

Since I settled on as my preferred way of taking notes (mainly because using babel as a language playground is so useful) Iā€™ve wanted a way to capture stuff I come across when browsing on my iPhone.

I tried various iPhone apps (plain org, beorg, logseq) but they are either too agenda focused or donā€™t support image attachments smoothly. Add to this the hassle of getting the data onto linux - moebus sync kinda works but keeps getting killed by the iOS power saving.

I like bear as an iOS taking app but itā€™s locked to the apple ecosystem and iCloud.

However, it turns out bear keeps its data in a combination of an SQLite data for the notes and plain files for the images and file attachments. So I knocked up < 200 lines of elisp to import the notes and images into . Itā€™s a one way merge- Iā€™m not going to try writing to bear- but in roam I can treat those notes as an inbox.

Itā€™s a custom hack and Iā€™m not publishing it but it works nicely.

#orgmode #orgroam

Last updated 1 year ago

withoutclass · @withoutclass
20 followers · 394 posts · Server mastodon.sdf.org

@mattontech , , and gotcha covered :)

#emacs #orgmode #orgroam

Last updated 1 year ago

Alecu Ștefan-Iulian :verified: · @alecui
159 followers · 1407 posts · Server qoto.org

Hi people! Can someone give me some resources on ? It doesn’t quite stick with me and I feel like I don’t understand it.

Some resources touching ZettelkƤsten would also be appreciated. Anything goes, although I tend to prefer text format.

#emacs #orgroam

Last updated 1 year ago

Nick Anderson · @nickanderson
173 followers · 1191 posts · Server fosstodon.org

Checkout what 4 years of activity on version controlled emacs org-mode based knowledge management looks like.

youtube.com/watch?v=b7y0y6sWb2

#emacs #orgmode #orgroam #gource #visualization #pkm

Last updated 1 year ago

Tech Flails · @techflails
20 followers · 54 posts · Server techhub.social

So Iā€™ve given it a few weeks and Iā€™m totally into for my notes. Capturing stuff is easy and Iā€™m already programmed to save changes with c-c c-c from magit commits.

However, I have yet to use the backlinks, using search always seems to give me what I want. Maybe that will change when I have thousands of notes?

#orgroam

Last updated 1 year ago

Nick Anderson · @nickanderson
166 followers · 1167 posts · Server fosstodon.org

@spinningthoughts from how I org in 2023 cmdln.org/2023/03/25/how-i-org
Animated image showing how I capture for a daily meeting and to a separate worklog where time is captured and a link to the meeting notes is available.

#emacs #orgmode #orgroam

Last updated 1 year ago