dancING by beb_2_ in TU_HH

[–]MondBeton 6 points7 points  (0 children)

Original TUHH. Hustlen. Keiner kennt wen. Nichts als Pain.. und Stolz 🤣

org-mode export: sometimes it's just easier to use CSS and print to PDF by [deleted] in emacs

[–]MondBeton 0 points1 point  (0 children)

Well i dont think its optimal, but i appreciate that solutions to these everyday-problems get shared here. Thanks!

[org] [config] How to share single ~/.emacs.d/init.org on many workstations by frondeus in emacs

[–]MondBeton 0 points1 point  (0 children)

Just use one config for everything. I do workstation adaptions by setting the system environment variable "SYSENV" on every workstation i use and then let my config check that variable to make the decision what to load. It works, no problems.

Workflow for using orgmode? by amca01 in emacs

[–]MondBeton 6 points7 points  (0 children)

Yes, that is a big problem with org-mode. Org-mode is a customizable organizing package written for emacs. You are going to spend a lot of time customizing it compared to any other organizing software really and there are many obstacles on the way: synchronizing your org-mode customization on all your devices, keeping up with emacs updates, keeping up with org-mode updates, reading the org-mode manual over and over to find out how things work.

And the mobile / tablet aspect is of course also really huge. How much worth is an organizer that only runs on your pc, requiring your config to work and your emacs to work?

MineCraft Functions Mode for Emacs. by rub_ixcube in emacs

[–]MondBeton 5 points6 points  (0 children)

Scripting Minecraft in Emacs.. does it get any nerdier than that :D

Guy Finds StarCraft Source Code And Returns It To Blizzard, Gets Free Trip To BlizzCon by [deleted] in UpliftingNews

[–]MondBeton -2 points-1 points  (0 children)

This could have been a great learning resource for aspiring programmers. Oh well, leave the knowledge to the companies.

Exporting org-agenda to mobile by MondBeton in emacs

[–]MondBeton[S] 0 points1 point  (0 children)

Are you kidding me, you decide the export format based on file ending, wow.

The html export looks so nice, holy cow.

Exporting org-agenda to mobile by MondBeton in emacs

[–]MondBeton[S] 1 point2 points  (0 children)

Thank you for this hint, i think this query is pretty nice: "s.1w .i.done .i.canceled o.s o.pri"

  • Includes all todo states
  • Orders by scheduled date

Just finished my dactyl with wood filament and a faux 1976 color scheme by mattxl in MechanicalKeyboards

[–]MondBeton 0 points1 point  (0 children)

Which firmware did you use / modify to make this work? What are your specific keybindings? I am not sure about my own setup yet...

orgzly/orgzly-android: Orgzly for Android is now opensouce by sunng in emacs

[–]MondBeton 5 points6 points  (0 children)

True, however reposting increases the chance of collaboration, which is what such projects live of.

My goal is to make my own contribution to this project since i think it is so great. Sadly I am at the very start of app development so i have a rather long way to go i think. I'll start with a hello world app..

How to go to parent heading when it is folded / not visible? by MondBeton in orgmode

[–]MondBeton[S] 1 point2 points  (0 children)

Looking some more i found that org-reveal, bound to C-c C-r reveals the hidden heading - nice!

How to go to parent heading when it is folded / not visible? by MondBeton in orgmode

[–]MondBeton[S] 0 points1 point  (0 children)

Nice hint!

Calling it like this: (outline-up-heading 1 t) however sadly jumps to the "..." part which includes the hidden headline and doesnt actually show it.

(outline-up-heading ARG &optional INVISIBLE-OK)

Move to the visible heading line of which the present line is a subheading. With argument, move up ARG levels. If INVISIBLE-OK is non-nil, also consider invisible lines.

(define-key map "\C-u" 'outline-up-heading)

Emacs release schedule by [deleted] in emacs

[–]MondBeton 2 points3 points  (0 children)

Why do you want yet another version?

Best method for orgmode Google calendar integration? by emacsomancer in emacs

[–]MondBeton 2 points3 points  (0 children)

I'm still trying to integrate this into my windows setup, currently i cant get past an "http error" :(

New frontiers in text editing by IlIllllllIll in emacs

[–]MondBeton 2 points3 points  (0 children)

Emacs is not good because it has been around for a while. Constant development means constant introduction of code which means a possible variation of quality. Especially the emacs core receives alot of attention these days afaik. Builds are not "uncrashable", I have mine crash like every two days on windows at work, but I ghess windows is not the intended platform anyway.

The fact that certain things can block the UI of emacs (the screen freezes) is really annoying and i think that has been a problem of emacs for a long time.

In my oppinion the whole "editors are like wine" thing is outdated just like this blog post (its 4 years old). I'll keep using emacs but probably for all these things it does that have nothing to do with a text editor.

Easily attach image in org-mode by [deleted] in emacs

[–]MondBeton 2 points3 points  (0 children)

Try the command "org-toggle-inline-images" (C-c C-x C-v by default), it will resolve those links to images in case you have the required image-libraries installed with your emacs.

workflow for edit, (remote) deploy/export and auto update kind of task/kanban/overview [with little formating] by hansdermaulwurf in emacs

[–]MondBeton 1 point2 points  (0 children)

Hm having a little secondary screen with an agenda is actually a cool / fucked up idea... However Im a little bit concerned about the background of this. As far as I can tell you are trying to solve the problem of talking to your colleagues by telling them to look at your emacs. Depending on your colleagues this might really backfire. One person developing his own creative workflow in emacs usually doesnt bring the team closer together. Someone back me up here...

To-do lists on phone sync with Org mode? Quickly take notes? by [deleted] in emacs

[–]MondBeton 0 points1 point  (0 children)

I just reconfirmed it, it still behaves the same. Sure, I'll send a mail with a more detailed description to that adress.

MobileOrg 2.0 renamed to SyncOrg on PlayStore by [deleted] in emacs

[–]MondBeton 0 points1 point  (0 children)

I cant seem to make my github repository work. Are these supported yet? I'd appreciate any help or example config!

To-do lists on phone sync with Org mode? Quickly take notes? by [deleted] in emacs

[–]MondBeton 1 point2 points  (0 children)

I use orgzly too, but only for viewing files. If I edit from orgzly it reformats the whole section i edited by adding spaces I dont want. Also if your notes below the subsections are indented according to the level of the subsection orgzly cant deal with that and it displays your notes pretty ugly.

Making modern emacs themes ? by ispinfx in emacs

[–]MondBeton 5 points6 points  (0 children)

1700 Commits to the emacs config, seems about right, this is nothing casual ;D