pglpm, to orgmode
@pglpm@emacs.ch avatar

Dear #orgmode #ess #rstats community:

I've started taking advantage of Emac's org-mode with R code snippets. So nifty!

One thing I miss from ESS-mode is the underscore key "_" that produces the assignment operator "<-". Do you know any way of having this functionality within R code blocks in an org document?

A search on stackexchange and the web didn't return very much, or only answers from 10 years ago...

Cheers!

EDIT: I found this useful tip in an old org-mailing-list thread: https://list.orgmode.org/4CC40000.3090508@uni-koeln.de/T/#efb9759d0d3a8ab22e391a385608c046a13e90502

>>> or some keybindings (e.g. for "<-") inside<br></br>>>> an R source code block.<br></br><br></br>This one can be done with<br></br><br></br>  (defun dan/org-underscore-command ()<br></br>    (interactive)<br></br>    (or (org-babel-do-key-sequence-in-edit-buffer "_")<br></br>        (org-self-insert-command 1)))<br></br><br></br>   (define-key org-mode-map "_" 'dan/org-underscore-command)<br></br><br></br>And another one that you may like is for commenting code:<br></br><br></br>  (defun dan/org-comment-dwim (&optional arg)<br></br>    (interactive "P")<br></br>    (or (org-babel-do-key-sequence-in-edit-buffer "M-;")<br></br>        (comment-dwim arg)))<br></br><br></br>   (define-key org-mode-map "M-;" 'dan/org-comment-dwim)<br></br><br></br>
jtr, to emacs
@jtr@fosstodon.org avatar

When I stopped my weekly routine, I also stopped organizing tasks. Now I have one big file mixed with personal and work tasks, some active and some complete. It’s an intimidating blob of “stuff,” and just looking at it makes me want to run away to a video game instead.

When should I visit my projects file and move things out into their categories? Second, what are these categories?

Rethinking and reorganizing my life - with org-mode:

https://taonaw.com/2024/06/04/rethinking-and-reorganizing.html

#emacs #orgmode #productivity

petrillic, to orgmode
@petrillic@hachyderm.io avatar

I’d be curious of tips from anyone on how they use to manage notes when there’s lots of media like images.

AAMfP, to emacs
@AAMfP@fosstodon.org avatar

The more I learn , the more I think I should've started way earlier.
I'm using only , to create and manage my digital garden, but I've already learnt a good set of useful commands, my digital garden is automagically converted from Org Mode into HTML with a nice CSS, I've even integrated Japanese furigana and PlantUML!
And I'm sharing back all my current learnings, using the digital garden itself: https://marcoxbresciani.codeberg.page/emacs/orgmode/orgmode.html
Have a nice reading, and give me feedbacks! 🙏🏻

FrostyX, to emacs

TIL: In your README.org files on GitHub, you can create pretty warnings like this:

#+BEGIN_QUOTE
[!WARNING]
Critical content demanding immediate user attention due to potential risks.
#+END_QUOTE

Other options are NOTE, TIP, IMPORTANT, and CAUTION.

https://github.com/orgs/community/discussions/16925

spelk, to emacs
@spelk@emacs.ch avatar

#Irreal highlighted @jbaty blog post on the "gravitational pull of emacs" a cyclic moving away for simplicity's sake and a gradual pull back as personal comforts of customisations coax and inevitable return to #emacs

Emacs as Crack
https://irreal.org/blog/?p=12216

The gravitational pull of Emacs
https://baty.net/2024/06/the-gravitational-pull-of-emacs/

I've noticed a similar tidal motion back and forth, but instead of simple note-taking apps I flow between Emacs and other simpler #FOSS editors, like #Featherpad or #Notepadplusplus

Ultimately the draw & utility of #OrgMode sucks me back into Emacs and has me nuzzling comfortably back in my custom config.

This is probably a result of trying to walk the tight rope of balance between literally "getting things done" (not the GTD system) and "making life easier" with settings & customising.

I suppose, one day, the customisations might reach a stable state & the use of other editors becomes unnecessary. Balance achieved. Enlightenment.

But you know, in tech, everything moves on eternally so the balance undulates softly over time. Not to mention our lives and needs also shift over time.

So perhaps this do-si-do dance we do, will always be?

publicvoit, to orgmode
@publicvoit@graz.social avatar

Sharing Selected Data With Users
https://karl-voit.at/2024/06/02/org-headings-to-logseq/

I do have a special use-case for sharing parts of my Org-mode content with my wife.

(Help me to promote me content elsewhere since I no longer promote it outside of Mastodon: https://karl-voit.at/2024/05/23/leaving-reddit/ )

shom, to emacs
@shom@fosstodon.org avatar

Org Release 9.7 brings many new features, I'm excited about:

  • Images and files in clipboard can be pasted
  • New customization org-image-max-width
  • Asynchronous code evaluatation in ob-shell
  • org-auto-align-tags is now respected universally

@daviwil might like this for literate config

  • ob-tangle.el: New flag to remove tangle targets before writing

Many more at: https://orgmode.org/Changes.html

yantar92, to announcement
@yantar92@emacs.ch avatar

Org 9.7, a major release, is out.

Org 9.7 will be a part of Emacs 30.

You can upgrade from GNU ELPA or install with M-x package-install RET org RET

Please, also re-install all the Org-related packages - some of the
changes require re-compiling packages that use Org mode APIs.

Release notes: https://orgmode.org/Changes.html

Announcement: https://list.orgmode.org/87jzj7adfd.fsf@localhost/T/#u

If you enjoy using Org, please consider supporting contributors via
<https://liberapay.com/org-mode/>. Donations do help a lot.

#announcement #emacs #orgmode

screwtape, to fediverse
@screwtape@mastodon.sdf.org avatar

Breaking up my failures-to-build with my discovery of using

I really like this eight minute if I do say so myself.

https://toobnix.org/w/2WYHBTHGvRQ8pUSVmKhKGg

@adanskana @sachac @louis
can I ask for some opinions on the clim / emacs / lisp useage as conveyed by videos?

This is pretty much just what I really do when near a computer for eight minutes.
Playlist:
https://toobnix.org/w/p/4bRcULzg6bBAyELkRqU6EQ?playlistPosition=1

laotang, to emacs
@laotang@emacs.ch avatar

people: Is there an easy way to customise org-capture (and perhaps org-agenda) to just use the same window and leave my window management alone?

I’m knee-deep into stack overflow posts and wasting way too much time here. This is one of my most longstanding annoyances of

(This is actually one of the reasons does not use org-capture for new notes.)

howard, to orgmode
@howard@emacs.ch avatar

Excellent ideas in customizing the #orgmode agenda in #emacs. I believe I need to revisit how I've been organizing my day-to-day workflow.

https://macowners.club/posts/personal-touch-org-agenda/

rauschma, to random
@rauschma@fosstodon.org avatar

I was looking for a Markdown note-taking app. Requirements:
– Operating systems: macOS, iOS, Linux, Android
– I don’t want to pay too much (<$5/month)

Candidates:

I’m currently trying out Joplin:
– Free sync via Dropbox—which is a bit slow. I may eventually switch to Joplin Cloud ($2.40/month).
– Relatively simple UI—which is exactly what I want. Obsidian has many features I don’t need.

publicvoit,
@publicvoit@graz.social avatar

@Shine_McShine @rauschma I would argue for as it is the clear winner in almost any aspect except the learning curve.

If not that, at least logseq.

Don't use their unstable sync plan. Stick with Synching and be happy.

bram85, to orgmode
@bram85@emacs.ch avatar

I wrote a small post on using the rx macro in places where it's not supported, e.g. in Lisp data files.

rx is a macro which takes a special Lisp form and complies it to a regular expressions string.

The post demonstrates how I use #orgmode with noweb expansion to insert rx results in a source file. In this case, I use it to write scoring rules for elfeed-score with more readable regular expressions.

https://apps.bram85.nl/git/bram/gists/src/commit/17c1255461b66392579dd7f4b7391c560bdff919/gists/rx-in-lisp-data.org

#emacs

spinningthoughts, to random German
@spinningthoughts@pkm.social avatar

Designing - one of the long-term things I have been musing about is how to combine the power of the bullet-point outliner with the power of the long-form writing tool. The issue is, both are pretty powerful in a modern setting. Throw something like Capacities together with something like Tana. The interface gets nastily cluttered.

So why don't separate them a bit? Here's what I call a 90/10 solution - it's not perfect, but I think it manages most of the things needed. 1/n

spinningthoughts,
@spinningthoughts@pkm.social avatar

(neat side effect: this gives you a base syntax for literary programming. #orgmode has this entire idea of creating "cells" of code inbetween your other nodes, which can either be evaluated or exported out of the notes as source code files. The same works here.

And programming/plugin/extension-wise, having a new cell type do A New Thing also becomes pretty cleanly defined. Overall, a promising idea I think.

al3x, to emacs
@al3x@hachyderm.io avatar
bmp, to emacs
@bmp@mastodon.sdf.org avatar

This #emacs package https://github.com/positron-solutions/dslide for making presentations with an #orgmode document. You can also check the video demon https://yt.artemislena.eu/watch?v=AE82bIKNVjk (don't worry this is just Invidious front-end for Youtube and not a nefarious link). #presentation

debacle,
@debacle@framapiaf.org avatar

@bmp

Wow, looks more powerful than org‑present or org‑tree‑slide!

"This is the world’s greatest software" — well, not sure yet, but maybe it is.

ankit, to orgmode
@ankit@emacs.ch avatar

I'm building an #orgmode parser that currently only parses Headings and Scheduled timestamps.

I plan to then use it in a daemon that can watch my Org files and notifies me when its time to do the task.

publicvoit, to mastodon
@publicvoit@graz.social avatar

I'd like to use a workflow where each #Mastodon message that gets bookmarked by me is automatically screenshotted to PNG, archived in a local directory and its text content + image descriptions get added to a text file (preferably #orgdown) together with a link to the screenshot and the original message URL.

Somebody willing to volunteer? 🙇

#emacs #orgmode #PIM

gavv, to emacs
@gavv@fosstodon.org avatar

I wrote a small emacs package for dynamic org-mode dashboards with github issues and pull requests and org tasks.

See README for example workflow and screenshots.

https://github.com/gavv/om-dash

#emacs #orgmode

yantar92, to orgmode
@yantar92@emacs.ch avatar

#8 [[bbb:OrgMeetup]] on Wed, June 12, 19:00 UTC+3

Another OrgMeetup will be scheduled on the second Wednesday of June,
in three weeks.

Previous meetup notes:
https://list.orgmode.org/orgmode/87edanyzme.fsf@localhost/T/#u

URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led
Time & Date: <2024-06-12 Wed 19:00-21:00 @+03,Europe/Istanbul>
The room will be open half an hour before the official start.

During the meetup, we can:

  • Give advice to new users
  • Showcase Org configs or workflows
  • Demo/discuss interesting packages
  • Troubleshoot each-other's issues
  • Discuss Org mode development
  • Discuss "Org mode" section of Emacs news (https://sachachua.com/blog/)
  • Discuss anything else Org-related

Everyone is free to join the discussion/chat or lurk around silently,
listening.

We will not do any recording by default.

#OrgMeetup #orgmode #meetup

P.S. @sachac May you kindly list the meetup in the news?

jtr, to emacs
@jtr@fosstodon.org avatar

I've updated my Microsoft Edge notes after working with it for a couple of weeks. If you use Office 365 for work like I do, here's a tip: Maximize (but don't go full screen!) when working with Edge. Read more in the full article linked above.

For Emacs org-mode users, two tips in two new notes: linking to other org-mode headers and plain lists to checklists in org-mode.

https://taonaw.com/2024/05/22/ive-updated-my.html

#emacs #orgmode #edge #office365

birv2, to linuxmint
@birv2@pkm.social avatar

Taking my new (to me) ThinkPad 450 out for its first stroll. Using it while waiting for the car to be serviced. #linuxmint, #firefox, #emacs, all working like a charm. Keyboard and touchpad are almost perfect, battery life is super long. Screen is a little dim but hey. For under $100US I'm not complaining. This is exactly why I got it and set it up with linux, etc. Oh, also doing some journaling with #orgmode and it seems to be syncing to my home computer with #syncthing. Just about perfect!

publicvoit, to reddit
@publicvoit@graz.social avatar

Pre-warning to my followers: I'm going to leave for good and I'm blogging about the reasons - mostly because reddit management gone crazy (latest: my isn't working any more for reddit) & also because of https://karl-voit.at/2020/10/23/avoid-web-forums/

If you did not already, organize yourself a decent / aggregator and follow good content from there. My blog has also feeds to follow: https://karl-voit.at/how-to-use-this-blog/

I presume you could use Mastodon as a feed aggregator as well: https://duckduckgo.com/?t=ffab&q=mastodon+as+rss+aggregator&ia=web

publicvoit,
@publicvoit@graz.social avatar

I'm Leaving #Reddit for Good and This Is Why
https://www.karl-voit.at/2024/05/23/leaving-reddit/

👋

I'm going to miss the community, I'm not going to miss the platform.

#publicvoit #PIM #orgmode #emacs #NixOS #Graz #decentralization

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