grinn, to emacs
@grinn@emacs.ch avatar

If you want to be notified of scheduled and deadlined tasks in Org mode, there is no better way than with org-yaap. It has zero dependencies other than Emacs 27.1 and it works great on Android with termux.

I've been using it for two years without issue. The documentation and options are superbly setup to fit most uses of Org:

"""
By default, you will be notified for all scheduled headings (org-yaap-include-scheduled') and headings with a deadline (org-yaap-include-deadline') within your agenda files. If a heading only includes the date, you will be notified at 9am on the day of the heading (org-yaap-daily-alert'). If you don't mark a heading as done, you will be repeatedly notified every 30 minutes after the heading was due (org-yaap-overdue-alerts').
"""

You can install it from my package archive at https://packages.amygrinn.com/ or download the latest release from https://gitlab.com/grinn.amy/org-yaap/-/releases then package-install-file

#emacs #showcase #elisp #org

grim, to orgmode

I finally bit the bullet and made an org-capture apple shortcut. This works on both macOS and iOS (and I assume iPadOS).

https://blog.samhain.io/posts/org-capture-shortcut/

or

https://github.com/samhaingrim/org-capture-shortcut

hopefully this will help someone out there.

Anoncheg, to emacs

Part1: In Emacs there is a super useful command: C-u C-space set-mark-command
that allow to return to recent place where you was doing anything. 🤘
But I have problem with this command in Org-mode - it doesn't expand headers
tree and text around it header was fold. 💔
The reason for this was in "Sparse Tree" feature and historical approach:
entire document is folded as much as possible.
That is why, as I understand, (org-fold-show-entry) and (outline-show-entry)
hide some headers and text.⛇
To show this text there is command for it:
C-c C-r (org-reveal)
I don't know why this command require '(4) parameter to work properly. ¯_(ツ)_/¯

I wrote hook that will automatically call org-reveal with appropriate
parameter '(4):
(add-hook 'org-mode-hook (lambda ()
(advice-add 'org-fold-show-context :after (lambda (&rest args) (org-reveal '(4)) ))
))

-mode

acowley, to emacs

This post on -roam resonates very well with me, to the point that I actually double checked that I didn't write it myself. I've been fortunate I suppose to not have problems with org-roam's database for several years now, and I think it does make some sense to go ahead and build around a proper database layer rather than beat around the bush. It's something of a rejection of YAGNI, but I think people often wear YAGNI blinders. https://edstrom.dev/wzvdr/2023-02-26

alvarmaciel, to emacs Spanish
pganssle, to android
@pganssle@qoto.org avatar

I am really disappointed by the current state of org mode (or just note taking in general) on Android.

I really want a simple, dedicated app where I can:

  1. make a simple list or takes some notes
  2. have that be saved in some plain text format that can be edited in vim or emacs on my computer
  3. have that file be accessible in a way that Syncthing can pick it up
  4. Pick up changes made on the file system

Orgzly seems to want to do its own thing and fails at 3 and 4. orgro is read-only. Every other note-taking or list app I’ve seen just stores stuff in its own little database in its own format.

rml, to Logseq

if you use , or or , or or any other system, I hate to be the one to break it to you, but you're part of the PKMC*

  • Personal Knowledge-Managerial Class
rml, to emacs

What exactly does for do? Everything users wanted to know but were afraid to ask, via @ramin_hal9001

thenewoil, to DuckDuckGo
bionicbabelfish, to emacs

I've been working on an package to import my meetings into . I now have a pre-alpha version of -outlook here: https://github.com/ifitzpat/org-outlook . Some caveats: there is quite a lot of manual setup required and there are definitely still some rough edges. Features include: the ability to accept/decline meeting invitations and join teams calls from the org-agenda buffer. Feedback & pull requests are welcome!

laotang, to emacs

I am using and org-capture in to save interesting toots. To catch the title of the toot's webpage, I am also using -web-tools. Both packages have recently changed a bit, breaking my previous hacks.

If you are interested in similar workflows, in this gist everything is fixed again: https://gist.github.com/rtrppl/2f0397fc8d61be2dcd42b8e525fba43a

Bonus: the gist also already includes keybindings :)

jchillerup, to emacs

Screaming a question into the void regarding #emacs #org #orgmode, hoping that someone will see this:

I'd like to have the same left-margin for all my text. Headline bullets (and list bullets etc.) should be to the left of this margin. In CSS this would be list-style-position: outside;

Would anyone know how to modify the indentations of the headings to some negative value? Pointers much appreciated!

Tagging some Emacs accounts, sorry if it bothers you @gausby @mms @publicvoit @emacslife

abcdw, to guix
@abcdw@fosstodon.org avatar

I wrote a note to reply @civodul's message, but I think it's a good reading about Reproducible Development Environments with Guix on its own.

https://github.com/abcdw/notes/blob/4883840e6/notes/20240210123238-2024_02_10_guix_workflow.org

Let me know what you think.

Original thread:
https://fosstodon.org/@abcdw/111900079522888397

jxself, to random
@jxself@mastodon.social avatar

What's the most important lesson you've learned this year?

jameshowell,
@jameshowell@emacs.ch avatar

Over the past ten years or so, I experienced a gradual shift from (a frustrated) "to get the most out of free software, I'm going to HAVE TO LEARN TO CODE!" to (a gratified) "the more I learn to code the more I get out of free software."

In short, it was the cumulative, very high-feedback, very low-barrier-to-entry list of idiosyncratic desires for tweaking my mode workflows, then customizing my workflows ... before I knew it I had written a couple of major and minor modes to mitigate my own .

Nothing impressive, but incalculably useful to me. A qualitative change in productivity. https://git.sr.ht/~jamesendreshowell/


@dekkzz76 @jxself

gov, to random German
@gov@social.admin.ch avatar

An der öffnet das Bundeshaus seine Türen.🚪🗝 Besuchende erhalten Eintritt ins im Bundeshaus West. Dort fällt der Bundesrat seit 1857 seine Beschlüsse. (BK)
ℹ️ Museumsnacht: https://museumsnacht-bern.ch/programm/programm/#org-7
ℹ️ Sitzungszimmer: https://admin.ch/gov/de/start/bundesrat/wo-arbeitet-die-regierung/bundesratszimmer.html…

Museumsnacht im Bundeshaus // Nuit des musées au Palais fédéral // Notte dei musi a Palazzo federale 15.3.2024

jovian, to emacs
@jovian@piaille.fr avatar

Since I'm spending like a quarter of my screen time with and since it bothers me to have to check my calendar with another app, I was looking for a way to view it /within/ emacs.

Checking for a package? Nuhuh, Jovian is too dumb for that. Better write my own script to convert my file to an one.

Bonus: I can share it, partially or not, with

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

Almost thought I had a good way to move #org documents into #confluance from converting them into #html. 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 #markdown for now.

#emacs

Ryan,
@Ryan@mastodon.mackners.com avatar

@howard
Whoa this would be awesome if you could make this exported public!

ember, to random

Yesterday I came across my old printout of https://sachachua.com/blog/2014/01/tips-learning-org-mode-emacs/ thank you @sachac wow! it has been almost a decade! -mode

unixbhaskar, to emacs
@unixbhaskar@mastodon.social avatar
ditherycarbon, to emacs
@ditherycarbon@sigmoid.social avatar

I am starting to like , but I really dislike -mode

And the fact that most emacs tutorials show how to work with org-mode irritates me a lot.

I just want to send emails in rich-text field, please don't make me learn org-mode for this!!

daviwil, to emacs
@daviwil@fosstodon.org avatar

🔴 Today on Live, we will write a custom Org export backend that will convert Org Mode documents to Scheme! The goal is to produce equivalent documents in the Skribe format used by Skribilo for Scheme-hackable document production.

Is this a good or bad idea? We'll find out!

Join us here: https://systemcrafters.net/live

🕐 in your time zone: https://time.is/compare/1800_in_Athens

eslr, to emacs
@eslr@mastodon.social avatar

Cool (from Org v9.7 release notes https://orgmode.org/Changes.html)

mms, to random
@mms@emacs.ch avatar

Since I am around crazy things: is it even possible to:

  • create an file with src block
  • execute it over ssh
  • to a „rails console” instance
  • have the result from rails in org file
  • do follow up commands in the same rails instance. , so I can use variables set in previous step

?

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