AAMfP, (edited ) to emacs
@AAMfP@fosstodon.org avatar

on : I'm generating a web page from Org Mode files and it contains some description lists divided by headers.

https://marcoxbresciani.codeberg.page/japan/viaggio-in-giappone.html#vig-citt%C3%A0

Is there a way, even using a different structure (but possibly keeping those items grouped), to have an unique numbering for all those items in the page?

jochie, to emacs
@jochie@strangeweb.page avatar

For the entire time I've been using , I never used (or wanted) any kind of spell-checking. That is changing now that I'm using it a lot more to write notes/documentation with / .

Ideally I want to only do spell-checking on comments, when editing code, and similar configurability for Org documents.

What is the recommended method for something like that in 2024 (on macOS, if that makes any difference)?

publicvoit, to markdown
@publicvoit@graz.social avatar

I'm writing a longer (as it seems) article on the lock-in effect of solutions like #Obsidian that are using open formats like #Markdown for storage. The file format is not the only thing that might lock you in.

I did already start with a list of arguments but also want to collect your ideas so that I don't forget a good argument.

Please, no emotions, just facts and objective arguments.

Reply here in this thread and I'll collect ideas from it. 🙇

#Emacs #orgmode #PIM #logseq #Joplin #Notion

birv2, to thinkpad
@birv2@pkm.social avatar

Looking forward to setting up my used #thinkpad with #linuxmint next week. Looking for recos for easy syncing, mainly for my #emacs and #orgmode stuff. What have you used that you could recommend? I do have GDrive working well on my Windows machines, so could go that route,, though not familiar with how to do that on linux. Thanks!

birv2,
@birv2@pkm.social avatar

@TheSecondVariation @publicvoit If you're asking me, I'm trying to figure out how to sync my stuff across multiple devices: Windows, LinuxMint, iPhone, iPad..... so that I can do and on all of them.

dhry, to random
@dhry@mastodon.social avatar

Wow. I guess I was wrong when I said that we have well and truly enough how-to tutorials out there. Either that or this person doesn’t have the faintest idea how to google properly.

dhry,
@dhry@mastodon.social avatar

might like to look into either of those wrt to "building a second brain". On the actual software side, the darlings of note-taking seem to be split into 2 1/2 camps. Either (page-based knowledge - my personal preference), (block-based knowledge) or , which I'm assigning the 1/2 to as I don't know much about it, not as many people seem into it and (to me) it's complicated and non-intuitive to start off with. Obsidian has a tree structure on the left, works ...2/4

masi,
@masi@fosstodon.org avatar

@dhry The reason why some of us use for stuff is that it can be configured to do whatever we want and work exactly the way we want.

Especially if you use it via , in which case either someone has already made a package that does exactly what you want or it can be written as elisp code by yourself.

Out of the box default experience may not be very shiny, but under the hood it's probably the most powerful tool there is.

publicvoit,
@publicvoit@graz.social avatar

@dhry I'd recommend in any case. You'd be happy for decades.
https://karl-voit.at/orgmode/
https://karl-voit.at/2020/01/20/start-using-orgmode/

The community is awesome!

would be the only alternative for me at the moment although they are stopping support for .
https://karl-voit.at/2017/09/23/orgmode-as-markup-only/
https://karl-voit.at/2024/01/28/logseq-from-org-pov/

Avoid services like as it comes with a great deal of vendor lock-in.

birv2, to orgmode
@birv2@pkm.social avatar

I'm a noob to and loving it. Just wondering how many other "platforms" accept or translate .org files? Or will I usually have to change formats if using a file elsewhere?

publicvoit, to Logseq
@publicvoit@graz.social avatar

Good news and bad news for users if :

They're working on a DB version in parallel that will provide better scalability, performance and realtime (). They'll charge for RTC.

Unfortunately, this seems to be the end for markup as they are implementing only now and a conversion feature later on. 😞

Therefore, logseq is not an option for me any more and I'll need to think about a migration strategy for my wife.

https://discuss.logseq.com/t/why-the-database-version-and-how-its-going/26744

sqrtminusone, to orgmode
@sqrtminusone@emacs.ch avatar

I've got an #orgmode question.

I have an org file for a long-running project. It's getting hard to manage because there are lots of different tasks, events, etc.

I think I want to create an "archive version" of that file, which would have the same structure but store items, say, with a timestamp older than 2 months. That would require two basic steps:

  • extracting a subtree from the original file;
  • merging the extracted subtree into the archived version.

I could implement that, but I wonder if there is any existing way for that? Or some other approach that would address the same issue?

#emacs

jtr, to emacs
@jtr@fosstodon.org avatar

Scratching my head at an Emacs issue: Elfeed-org doesn’t seem to load my feeds. I’m not sure why, everything looks OK. I have my feeds.org and I have the path defined in rmh-elfeed-org-files and it does show the value it’s supposed to have.

Does anyone have a working config I can look at?

#emacs #elfeed #rss

howard,
@howard@emacs.ch avatar

@jtr Here's my configuration for #elfeed for #emacs
https://howardabrams.com/hamacs/ha-feed-reader.html#org77720a9

My feeds are located later in that #orgmode file under the section with the tag :elfeed:

https://github.com/howardabrams/hamacs/blob/main/ha-feed-reader.org#L93

mdk, to orgmode French
@mdk@mamot.fr avatar

Haha :

| mdk.fr | 6.763/6.763/6.763/0.000 ms |
| afpy.org | 7.165/7.165/7.165/0.000 ms |
| reflets.info | 3.920/3.920/3.920/0.000 ms |
#+TBLFM: $2='(shell-command-to-string (concat "ping -c 1 " $1 " | tail -n 1 | cut -d= -f2 | tr -d '\n'"))

Oui c'est un tableau #orgmode qui ping des noms de domaines, #emacs

Ryan, to webdev
@Ryan@mastodon.mackners.com avatar

Almost thought I had a good way to move documents into from converting them into . They used to have a built in HTML renderer but I suppose they couldn't fix it on the cloud and disabled it. Too bad all the html rendering apps from the marketplace are priced WAY too high for what they offer. Guess I'll have to stick with exporting to for now.

howard,
@howard@emacs.ch avatar

@Ryan This is my hack of an original exporter from to for .

https://github.com/howardabrams/hamacs/blob/main/elisp/ox-confluence.el

To use it, call 'ox-export-to-confluence' and copy the entire buffer. I haven't integrated it into the standard Org exporter menu.

Then, in the Confluence page, hit 'C-D' (or 'Command-D' on MacOS), and paste into the dialog that appears.

bram85, to orgmode

#kagi.el 0.5 was released yesterday and is now available on MELPA Stable. Most of the highlights have already been mentioned on my timeline:

• Define your own prompts with define-kagi-fastgpt-prompt' • Embed prompts and responses inside #orgmode • A no-cache' parameter for some summarizer commands (so your text flows through Kagi's infrastructure without retention)

You can find the full changelog in the README.

<https://codeberg.org/bram85/kagi.el>

#emacs

hl, to emacs
@hl@social.lol avatar

If you use #Emacs and #orgmode to write your #Hugo posts, it took me a minute to understand how to use HTML quoting to get things like details/summary tags working, but others might find that useful too:
https://www.henryleach.com/2024/04/adding-details/summary-to-hugo-org-mode-posts

birv2, to linuxmint
@birv2@pkm.social avatar

Got #obsidian set up and synced using Obsidian Sync on my #linuxmint install. That's a big yay.

Now we'll start the #orgmode vs #obsidian tussle. May the better solution win.

Got to say that finding a good syncing solution for orgmode is critical. And github isn't it. Suggestions welcome.

birv2, to emacs
@birv2@pkm.social avatar

Update on moving .md file into .org on for . Several suggested pandoc, but for some reason I couldn't get that going. Googled how to install, etc., but no joy. So I opened my big old .md file in a buffer, selected All, copied it, and pasted into my big everything in one file org file in the section where I wanted it.

That part worked, but then had to clean up headings. Did it all manually and took about 30 minutes. Oh well. At least now I've got my daily note in orgmode.

birv2, to emacs
@birv2@pkm.social avatar

Question for some friends: what's the best way to import a long markdown file INTO an already existing org file and have it look like the rest of the org file? Background is that I'm working on building out One Big Org File and want to import my running daily notes from Obsidian into the org file. I've found ways to convert markdown to org, but don't know how to actually place it in the org file. Thanks!

djfiander,
@djfiander@code4lib.social avatar

@birv2 @simoninireland I know that Org has ways to find headings, but I'm not really familiar with that part. If the converted markdown is in a buffer, then you can use insert-buffer (interactive) or insert-buffer-substring (in lisp programs) to insert the buffer holding the new content into the org file at point.

#emacs #orgmode

glitzersachen, to orgmode German

I should, seriously, not write a parser for in awk, just because I can.

This is a major time sink.

birv2, to emacs
@birv2@pkm.social avatar

Hey people. I’ve heard that some people use just one orgmode file for all their writing. Can someone point me to a resource on doing this and maybe weigh in on advisability?

bmp,
@bmp@mastodon.sdf.org avatar
birv2,
@birv2@pkm.social avatar

@publicvoit @bmp Thanks for the reply! I really enjoyed your article on getting started with orgmode and your advice to keep things, simple, don't chase key bindings, only learn as you need stuff, etc. That works for me, since I tend to obsess over those details and end up not getting anything done! Under the guise of pseudo-productivity.

jschauma, to markdown
@jschauma@mstdn.social avatar
al3x,
@al3x@hachyderm.io avatar

@AAMfP @jschauma ... and with Org I always ask myself [[url][text]] or [[text][url]] 😂

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • thenastyranch
  • DreamBathrooms
  • hgfsjryuu7
  • magazineikmin
  • InstantRegret
  • Youngstown
  • slotface
  • khanakhh
  • mdbf
  • rosin
  • kavyap
  • ngwrru68w68
  • PowerRangers
  • anitta
  • vwfavf
  • ethstaker
  • osvaldo12
  • Durango
  • tacticalgear
  • everett
  • cubers
  • cisconetworking
  • modclub
  • normalnudes
  • GTA5RPClips
  • tester
  • provamag3
  • All magazines