mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#orgmode

15 posts15 participants0 posts today

screwlisp.small-web.org/emacs/

My #emacs #writing #writingExperience #emacsCarnival submission.

Discussing my transition to #eev away from being a heavy user of the popular #orgmode.

My writing primarily concerns #lisp #programming, so the difference between #eepitch and #orgBabel features heavily.

Looking forward to hearing from everyone including the other emacs carnivalians.

CC @greg (Writing Experience emacs carnival host)

screwlisp.small-web.orgWriting Experience - my eev & org comparison for emacs carnival

I'm setting up a agenda file seasons.org where I will add the seasons for fruits, vegetables and other yearly reoccuring periods. An example would be Strawberry Season from 1. of June to 31. of August every year.

Does anyone know a good trick on how to set that up with diary or with org org-mode timestamps?

This month marks my 20th anniversary of using emacs. I started using it at a summer science program because the tutors recommended it to write our papers. I persisted because a good friend told me earnestly that "emacs is the best text editor in the world", even though I didn't know what "text editor" meant back then.

I don't know if that statement is true, but I've never felt the need to switch. Because... well, every time there is something I want my text editor to do, there has been a way to do it in emacs, and so much more besides.

To the many people who have contributed generously to the emacs community over the years - thank you! I know that some of you are on Mastodon. In no special order: @sacha @yantar92 @oantolin @daviwil @howard @publicvoit @karthink @kickingvegas

I'm sure I have missed a ton of people so please feel free to mention anyone else you think of.

#emacs question

PROBLEM: trying to search for text in #orgmode while ignoring invisible formatting characters.

The evil-search-forward function invokes isearch-forward function, but it doesn't matter how many times i toggle that searching for "this and that" never matches "this /and/ that" even though the formatting slashes are currently invisible.

Anyone know what Magic incantation I need to perform?

I use the excellent org-ql #Emacs package to search my #OrgMode files, and I got tired of typing the keywords so I made a bunch of keyboard macros to insert them for me:

(use-package org-ql-completing-read
:defer t
:bind
(:map org-ql-completing-read-map
:prefix "C-:"
:prefix-map org-ql-syntax-map
("t" . "todo:")
("C" . "clocked:")
("h" . "heading:")
(":" . "tags:")
("s" . "src:")
("T" . "ts:")
("p" . "priority:")
("c" . "category:")
("l" . "level:")))

Replied to ZeStig :emacs: :nix: :rust: :gnu: :archlinux:

@zstg @thelinuxcast

Absolutely.

#orgdown = the name for the syntax of Org-mode which can be used anywhere and which got great support outside of Emacs just as #Markdown has support outside any MD tool you name including pandoc.

#orgmode = Elisp implementation to Support note-taking (and much more) with a #LML named orgdown in (GNU) Emacs with highlighting and modification features.

Background:
karl-voit.at/2021/11/27/orgdow
gitlab.com/publicvoit/orgdown/

And my current main article on that:

Org Mode Syntax Is One of the Most Reasonable Markup Languages to Use for Text
karl-voit.at/2017/09/23/orgmod

I'll publish an article on the many downsides of Markdown in a few weeks. You might want to add my blog feed to your RSS aggregator.

public voit - Web-page of Karl Voit · Orgdown - a New Lightweight Markup Standard for Text DocumentsOrgdown - a New Lightweight Markup Standard for Text Documents
Replied to ZeStig :emacs: :nix: :rust: :gnu: :archlinux:

@zstg @thelinuxcast We should actually get rid of #Markdown. 😉

It is one of the worst lightweight markup languages you can decide for except for adoption: it's bad with respect for learning, for typing manually and for processing.

Avoid the Markdown flavor hell and go for any other #LML that doesn't come with all the downsides.

#orgdown, the syntax of #orgmode is one of the examples where the downsides of Markdown are avoided.

Please, don't settle for a mediocre solution again.