birv2, to emacs
@birv2@pkm.social avatar

Update on moving .md file into .org on for . Several suggested pandoc, but for some reason I couldn't get that going. Googled how to install, etc., but no joy. So I opened my big old .md file in a buffer, selected All, copied it, and pasted into my big everything in one file org file in the section where I wanted it.

That part worked, but then had to clean up headings. Did it all manually and took about 30 minutes. Oh well. At least now I've got my daily note in orgmode.

birv2, to emacs
@birv2@pkm.social avatar

Question for some friends: what's the best way to import a long markdown file INTO an already existing org file and have it look like the rest of the org file? Background is that I'm working on building out One Big Org File and want to import my running daily notes from Obsidian into the org file. I've found ways to convert markdown to org, but don't know how to actually place it in the org file. Thanks!

djfiander,
@djfiander@code4lib.social avatar

@birv2 @simoninireland I know that Org has ways to find headings, but I'm not really familiar with that part. If the converted markdown is in a buffer, then you can use insert-buffer (interactive) or insert-buffer-substring (in lisp programs) to insert the buffer holding the new content into the org file at point.

glitzersachen, to orgmode German

I should, seriously, not write a parser for in awk, just because I can.

This is a major time sink.

birv2, to emacs
@birv2@pkm.social avatar

Hey people. I’ve heard that some people use just one orgmode file for all their writing. Can someone point me to a resource on doing this and maybe weigh in on advisability?

bmp,
@bmp@mastodon.sdf.org avatar
birv2,
@birv2@pkm.social avatar

@publicvoit @bmp Thanks for the reply! I really enjoyed your article on getting started with orgmode and your advice to keep things, simple, don't chase key bindings, only learn as you need stuff, etc. That works for me, since I tend to obsess over those details and end up not getting anything done! Under the guise of pseudo-productivity.

jschauma, to markdown
@jschauma@mstdn.social avatar
al3x,
@al3x@hachyderm.io avatar

@AAMfP @jschauma ... and with Org I always ask myself [[url][text]] or [[text][url]] 😂

not_null_p, to emacs
@not_null_p@emacs.ch avatar

So, I'm currently in a middle of moving all of my calendars from Google Calendar to in an on going effort to reduce dependency on Google.

This little project has been progressing better than expected! And now I've found a final piece of a puzzle that makes the whole thing come together: Orgzly Revived [1] (mainly for its Git syncing feature) for Android.

With this combination, I've successfully moved off Google Calendar for good and without any loss in functionality.

[1] https://github.com/orgzly-revived/orgzly-android-revived

bram85, to orgmode

Now it's possible to access FastGPT from :

#+begin_src kagi-fastgpt
A prompt inside an Org Babel block.
#+end_src

Check the README how to configure.

http://codeberg.org/bram85/kagi.el

jchillerup, to emacs
@jchillerup@social.data.coop avatar

Screaming a question into the void regarding , 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

Castiai, to emacs
@Castiai@social.tchncs.de avatar

Solution to "Sparse Trees" problem:
https://irreal.org/blog/?p=12105

I really enjoy reading this blog. Today I think I have found a solution to a long unsolved question: It's the "org-tree-to-indirect-buffer" function (bound to C-c C-x b).

You can read my full solution on Stack Overflow:

https://stackoverflow.com/a/78326595

al3x, to emacs
@al3x@hachyderm.io avatar

Thanks to the help received from friends on here: “Automatic clock-in in Org Mode” https://alpo.gitlab.io/jots/posts/2024/04/automatic-clock-in-in-org-mode/

birv2, to emacs
@birv2@pkm.social avatar

Falling further down the RH adventures.... just discovered and that might be the clincher for me. My writing is very much outline-driven, and I've always wanted an outliner with movable sections (had something in the early PC days that did that). When you combine all of the other functionality, gets more and more attractive. Key binding memorization is overwhelming but just saw some good advice: use M-x and functions at first. So we continue.

sachac,
@sachac@emacs.ch avatar

@birv2 If you like to write with outlines and you're starting to explore , you might enjoy the tips Edmund Jorgensen shared in this talk "Why Nabokov would use Org-Mode if he were writing today": https://emacsconf.org/2023/talks/nabokov/

publicvoit, to Blog
@publicvoit@graz.social avatar

I'm surprised to see more and more people using to generate their using and with absolutely minimum effort per post.

Some are listed on https://karl-voit.at/tags/lazyblorg/ and you can point me to more if you like.

daviwil, to guix
@daviwil@fosstodon.org avatar

Issue #009 of the System Crafters Newsletter is out today!

In this issue:

  • Details on the April iteration of the Guile Scheme beginners course
  • Thoughts on Void Linux as a crafters' distro
  • New live streaming plans
  • A tip for sharing Org file content and hiding headings selectively
  • News from the community

If you haven't subscribed yet, you can read it here:

https://systemcrafters.net/newsletter/sc-news-009.html

#gnu #guix #linux #voidlinux #emacs #orgmode

Castiai, to emacs
@Castiai@social.tchncs.de avatar

Does anyone know a simple solution for backlinks into an Org file from a file system folder?

My workflow is such that I manage my projects in a large Org file and store links to directories with project data in the Org file.

Now it would be perfect if I could jump back into the Org file from a directory.

Any ideas?

Castiai,
@Castiai@social.tchncs.de avatar

I found some time in the evening to code this ridiculous small and easy function instead of my first solution with a macro:

(defun dired-to-org ()
"Find references to current directory in org-file."
(interactive)
(let ((dir default-directory))
(switch-to-buffer "myfile.org")
(org-search-view nil dir nil)))

rulez! too!

defanor, to emacs

There is this annoying behavior on editing SQL source blocks, where it adds a level of indentation to the whole block when you hit RET: not always, but frequently, and unclear why. I guess it may have something to do with subqueries, at least I tend to notice it more often with those (and with more complex queries generally). It happens in emacs -Q as well. I think I observed it years ago, and heard of the cause and a workaround at some point, but failing to look it up now. Does anybody here know why it happens, and how to fix it? Would be particularly nice to not disable automatic indentation altogether, but to get a sensible indentation. Maybe for sql-mode as well (aiming primarily--but not exclusively--PostgreSQL, if that matters).

snap2grid, to emacs
@snap2grid@mastodon.social avatar

Looking at Boxy Headings in and, damn, if that isn't just a smidge away from being a graphical synopsis mode for authors.

I dream of the day I can write a paragraph of synopsis in a properties block and have a “synopsis view” but my lisp skills are almost nonexistent.

fox, to orgmode

With an Org-mode code block, is it possible to define a caption to be added on top of the result ?


aRubes, to orgmode
@aRubes@sloth.run avatar

@publicvoit do you know of a good process to quickly produce a daily like page using ?

nickanderson, to emacs
@nickanderson@fosstodon.org avatar
al3x, to emacs
@al3x@hachyderm.io avatar

Is it possible to automatically attach a property to a heading creating using C-S-RET or M-S-RET?

I do like to have a CREATED property on all tasks so I can purge them when they've stayed too long in the list.

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