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

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!!

unixbhaskar, to emacs
@unixbhaskar@mastodon.social avatar
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

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

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

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

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

alvarmaciel, to emacs Spanish
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

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

?

mms, to random
@mms@emacs.ch avatar

Another question :)

Does anyone have a mail-to-org system? Or is it possible to run org-capture from cli, fully non interactive.

mms, to random
@mms@emacs.ch avatar

I’m thinking of having same files library on 2 computers - work and personal. I don’t want my work to have access to personal files but having one library looks laziest.

So I’m thinking of having my personal files encrypted via gpg key (private key will never reach the work computer). Is this the best way? Or is there some other best practices around it?

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 :)

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!

thenewoil, to DuckDuckGo
devinprater, to emacs

Me: Grumble grumble grumble, Emacs with WSL disappears when I change networks or when my laptop does this weird thing where it disconnects all USB stuff and reconnects a second later. So then I have to exit bash and then do wsl --shutdown && wsl on the Powershell line.

Me: Grumble grumble grumble, VS Code doesn't have an operating system inside of it that I can live in, for the sort of slightly most part, so I'd have to use other apps for reminders, calendars, to-do, all that.

Gosh I just need to use something like One-Note if it has built-in reminders or something, or get really good at the Mac and use Notes + Reminders. But Org-mode and capture templates and the agenda are just so... Tantalizing. Grumble grumble grumble, while everyone else uses Logseq, Rewind, and Obsidian.

#emacs #org #reminders #notes #blind #accessibility

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

civodul, to guix
@civodul@toot.aquilenet.fr avatar

Marek Felšöci runs a tutorial introducing reproducible workflows involving and literate programming with Mode. Supporting material:
https://gitlab.inria.fr/tutorial-guix-hpc-workshop/studies

devinprater, to emacs

Okay so I have an Org capture template set to take a note and ask for a tag. I type in the tag, and the amazing piece of magic puts my cursor right there after the heading marker, and before the tag, ready to type a heading. Like, I would pay the developers of Org, if I'm not doing so already. I'm not actually sure. But this is going to make my work so much easier. Just categorize students into tags, and sort by those tags, and at the end of the month I'll have all the info I need for a report. Ugh so darn good! Of course, if there's an even better way to do this, I'd love to hear it.

chriscochrun, to emacs

Ugh. I've been trying to debug freezing on opening agenda all morning. I'm not getting much done.......

webframp, to random
@webframp@hachyderm.io avatar

Copilot (thanks to copilot.el) suggesting an mode completion to a link id that doesn't exist

devinprater, to emacs

Yes! I finally got a simple, very simple, toDo system going! In Emacs, I'm using Org-capture, and then I have that file connected to the Org-agenda. That way, when I do C-C a t, for showing the agenda, in todo view, there the todo's are.

-mode

rml, to emacs

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

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
  • 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