bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

252
active users

#orgmode

6 posts6 participants1 post today
Replied in thread

@amoroso My thoughts:

- They mix up Markdown with the general term lightweight #markup language (as if #Markdown is the only #LML syntax)

- They ignore all other markup syntax examples such as (La)TeX, HTML, ...

- great screenshots of Word for DOS upwards 👍

- the title should be "#WYSIWYG vs. LML" (instead of the Word vs. Markdown story)

- no mentioning of other LML examples

Well it looks, as if we're settling for a mediocre standard again.

Related: karl-voit.at/2017/09/23/orgmod

public voit - Web-page of Karl Voit · Org Mode Syntax Is One of the Most Reasonable Markup Languages to Use for TextOrg Mode Syntax Is One of the Most Reasonable Markup Languages to Use for Text

can a hook remove itself?

Is there a better way to do it? (I want music to start sometimes when I clock into a task in org with a timer, but I don't want it to happen every time, just when I use my special task clock in thing)

[Atelier] Mardi 1er avril, à partir de 17h30, se déroule l'Atelier Emacs francophone !
C'est : en visio +sans inscription +juste en cliquant +tous niveaux (débutant à expert) +tous sujets #Emacs (général à pointu). Détails à emacs-doctor.com #atelieremacs #ateliersemacs
Donc : #orgmode, #Denote, shell, LISP, BibLaTeX, litterate programing, balisage (Markdown, groff, Wiki, HTML,...), Dired, courriel, GIT,...entre autres !
Le tout à base du #format texte, dans son éditeur&OS (ou l'inverse).

emacs-doctor.comAteliers francophones GNU Emacs

Did you know that you can use your own elisp functions to do calculations in org-mode tables? Just create a function that gets values as input (e.g., in a code block above the table), and then in the table formula simply call it and pass the values to it. It can also be used in vectorised way similar to how R works.

```
#+TBLFM: $4=myfunc($2 $3)
```

If you're using #Microsoft #OneNote, you will face disadvantages when you don't switch to #Windows11 soon:

You are forced to "One Note on Windows" which requires a #Microsoft365 account. If you want to keep your previous computer/OS, your synchronization speed gets reduced just to punish your disobedience: windowslatest.com/2025/03/24/m

For anything that requires a certain amount of privacy/security, for anything long-term (avoiding #lockin effects), OneNote was a bad idea in the first place.

People who started with the original OneNote already faced data loss when MS forced them into the then mediocre cloud version in 2018: karl-voit.at/2018/04/21/end-of

My recommendation: re-evaluate your requirements and switch to a much better long-term alternative, such as #Emacs #Orgmode & not yet another hip lock-in monster like #Obsidian, #Evernote or other closed source #cloud solutions: karl-voit.at/2021/01/18/tool-c

en.wikipedia.org/wiki/Comparis

Windows Latest · Microsoft will intentionally slow OneNote for Windows 10, so you ditch it fasterMicrosoft has confirmed that it's killing off "OneNote for Windows 10," but it also plans to force the legacy app's sync to run slower.
Replied to Xhuul :ablobglitch:

@Xhuul I haven't found any decent #Markdown editor yet that convinced me.

And yes, I prefer Emacs with #orgmode.

I even write my text in Org and use the export-to-MD functions to generate the appropriate #MD.

That also saves me from remembering the MD-specifics of the current export target. I always mix up the MD flavors currently at hand because I need to use different MD-enabled tools on a daily basis and all of them have their special markup variants - sometimes it's even necessary to use, e.g., different table syntax (within the same MD tool!) for different table properties such as line breaks and stuff. It's really a bad mess with MD. 😔

Btw: karl-voit.at/2017/09/23/orgmod

public voit - Web-page of Karl Voit · Org Mode Syntax Is One of the Most Reasonable Markup Languages to Use for TextOrg Mode Syntax Is One of the Most Reasonable Markup Languages to Use for Text

#Emacs #Orgmode: does anybody know of an interactive function that asks for a file name and then provides an interactive drill-down search (helm?) for a heading.

When confirmed, it inserts an org-link like [[id:the-id-property][the heading title]]

I was using helm-org-contacts which is now unmaintained and ChatGPT was not able to deliver such a function at all.

in #orgmode, when i use at-tags in headings they get highlighted a certain way, and when i use :colon_separated_tags: they get highlighted another way. also at-tags support hyphens, where in the colon-separated ones i have to use snake_case. do these at-tags actually mean anything? i haven't found anything in the docs.

Thinking about @sacha's ADHD sketchnotes, and org-pomodoro github.com/marcinkoziej/org-po

And thinking what I need is something pomodoro like, but just asks me every ~25 mins or so if I'm still working on the task I've clocked into, and if I don't say yes, it clocks me out. (just wondering how annoying that focus grabbing will work and how annoying it might be), but I think that is what I want, maybe?

So I can work on something for as long as I like. I'd like to be reminded to take a break to stretch every 45-90 minutes. I'm starting to wonder if I can do this by just configuring org-pomodoro.

I think the big problem is that when I fall apart, I stop looking at emacs, I will look at a bit of paper (physical tokens are good, but even they are ignorable). Is there a way I can make emacs be a speedbump before I use the rest of the computer? One that demands I clock into something, or at least review what clues I've left for my self before?

I think something that let me capture things as I go, to make a list of things would be good and then a bit of a vector database to create some links between the things I come across and have it come up when I'm working on something (oh, how I loved the rememberance agent idea)

GitHuborg-pomodoro/org-pomodoro.el at master · marcinkoziej/org-pomodoropomodoro technique for org-mode. Contribute to marcinkoziej/org-pomodoro development by creating an account on GitHub.