Making a new org-publish based website and realizing what a messy pile
of hacks my personal org-publish based site is. So, many of the hacks
I employed are completely unnecessary! Org provides much easier and
better ways to do what I was trying to do!

#emacs #org

@andyc I've looked at some of these (well, everything but this new "Grove" thing), and they are particular opinionated ways of note taking that don't suit me.

I suspect that a lot of people who choose these packages haven't actually delved into how ridiculously powerful straight #Orgmode is. Orgmode is integrated into everything I do on GNU Emacs in a way that these packages can't do.

Then again, I'm not your boss; if it suites you, do it, but I wouldn't overlook #Org mode so easily.

#emacs

Started to use org-social in #emacs

It is nerdy feel to use #plaintext and #emacs #orgmode to connect in a social media.

Follow me at
https://host.org-social.org/shrini/social.org

Have to find how to sync #orgsocial and #gotosocial

#org-social
EFF and 18 Organizations Urge UK Policymakers to Prioritize Addressing the Roots of Online Harm

EFF joins 18 organizations in writing a letter to UK policymakers urging them to address the root causes of online harm—rather than undermining the open web through blunt restrictions.

Electronic Frontier Foundation

Title: P1: Building emails processing engine [2025-01-22 Tue]

- pros: customizability, cheep, stability, not bound to Cloud provider
3) One or two cloud providers
- pros: stability, security, simplicity, scalability, easy monitoring
- cons: low customizability, may demand high costs, very hard to get out

This screen was created in GNU Emacs text editor.
“has been written”
#dailyreport #emacs #org #emails

Title: P0: Building emails processing engine [2025-01-22 Tue]

There are three variants for system that fetch and process emails:
1) PC: Small Docker container that can be executed at any PC. Require a little IT effort to run.
- cons: Lowest stability, can be used only personal
- pros: easy to control if you are professional IT
2) VPS or Dedicated server:
- cons: much of effort to monitor and guarantee security #dailyreport #emacs #org #emails

@dliden Ah!... i would like to thank you about this gem article, in which

one can learn about #emacs #hooks and #org-tree-slide #orgmode for biutiful presentations crafting

cc @hispaemacs

https://www.danliden.com/posts/20231217-emacs-hooks.html

Introduction to Emacs Hooks

Today I was customizing the appearance of org files displayed with [[https://github.com/takaxp/org-tree-slide][org-tree-slide]]. In particular, I wanted to increase the font size and start [[https:...

Daniel Liden

Title: P0: Emacs: Table with calling source block: [2024-07-03 Wed]
: #+name: myname
: #+begin_src python :results output
print(34)
: #+end_src

: #+RESULTS: myname
: 34

| a | b | c |
|---+---+--------|
| 2 | 1 | 34 |
: #+TBLFM: @2S3='(org-sbe myname)
😶 #emacs #org #tables #spreadsheet

@lobsters The author didn't mention org-static-blog, it might check most of their boxes.
https://github.com/bastibe/org-static-blog
#org #emacs
GitHub - bastibe/org-static-blog: A static site generator using org-mode

A static site generator using org-mode. Contribute to bastibe/org-static-blog development by creating an account on GitHub.

GitHub