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

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

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

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/

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

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

al3x, to emacs
@al3x@hachyderm.io avatar
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

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.

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!

andyc, to emacs
@andyc@mastodon.org.uk avatar

My never ending research into orgroam is still ongoing.

But the need, not just for everywhere, but everywhere posed the obvious question - why use Markdown for your Hugo blog?

Turns out supports native orgmode posts which can coexist with the existing Markdown content.

A test post confirmed this but only after I had to upgrade the Papermod theme and tweak the Netlify configuration for the latest Hugo version.

birv2, to orgmode
@birv2@pkm.social avatar

So excited that I was able to write a blog post in #orgmode #emacs and publish it to my #classicpress blog from within orgmode! The new post ain't much to look at, and there's no content to speak of. Just a proof of concept. And it proofed!

Thanks, #org2blog!
https://bob-irving.com/hello-buffer/

fox, to orgmode

So, I think I start to understand why I always fail to use Org-mode, or any other software made for the same goal.

Until now, I wanted to use it to track and plan all my tasks. Including tasks I don't want to do but have to. So, every time I used it, it remind me of all the boring stuff I don't want to do. It result as my brain prefer to avoid using it and be focus on something else.

When I was using Org-mode, I finished by being freeze: I don't do the tasks I don't want to, and because of that, I was feeling that I didn't deserve to do what I wanted to. In the end, I was doing nothing because of that.

And I also tried to use Org-mode during period of time where I have a lot of work to do, where mistake was not possible for me. In these times, I can't experiment new things. I need to rely on thing that I have already used and have proven it worked for me, even if it's less efficient than Org-mode.

So, what to do now ?

I start to use Org-mode to track only, no planing. I mark only the tasks I want to do. Like that, I will be very happy to use it.

When I took the habit to use Org-mode, I will start to time my tasks. It will help me with my inability to represent time in my head.

Then I will start to introduce task I don't want to. Maybe with a counter. If I have more than 3 tasks per week, I have the right to push the rest of them to next week.

And finally, I will maybe introduce planing.

But for each step, I will wait to take some habits.

#OrgMode
#Emacs

jfdm, to orgmode

It always annoys me that both and do not appear to have a 'clean'/plain flag for generating output.

I want 'plain' LaTeX and HTML with no additions or custom elements...no \tightlist in list environments, nor &lt;div&gt; around sections. Just plain unadulterated markup, that is all...

SpaceCadet, to emacs

Does someone have a function, to link an Heading at point with its own id, creating one if it does not already exist?

So

** Heading

becomes

** [[id:12345678][Heading]]

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