Results 50 issues of Jakob Schöttl

I'm trying to supply a standard organice config file for employees. But when I place it in the root of the Dropbox, it does not seem to be loaded into...

question

I'm trying again to use organice in our company for production planning using orgmode exporter ox-taskjuggler.el to generate Gantt and resource diagrams. New orders are automatically added to the org...

Cool thing! Coming from vim, I'm used to having the functionality of evil-numbers and speeddating combined in one key mapping. I achieved it like this: ```elisp (defun my-increment-at-pt nil "Increment...

Is it possible to update a tags file by running hothasktags only on the changed Haskell source file, not on all source files? This would be nice, than I could...

Hi, yesterday this worked, but today: ``` (@v1.8) pkg> add Org.jl Resolving package versions... No Changes to `~/.julia/environments/v1.8/Project.toml` No Changes to `~/.julia/environments/v1.8/Manifest.toml` (@v1.8) pkg> status Status `~/.julia/environments/v1.8/Project.toml` [587fedb0] Org v0.3.3...

What does this PR change? What problem does it solve? ----------------------------------------------------- ``` restic forget --keep-tag=SomeUnusedTag --dry-run ``` This command would drop all snapshots. This is very dangerous and probably unwanted....

Output of `restic version` -------------------------- restic 0.16.2-dev (compiled manually) compiled with go1.20.8 on linux/amd64 What backend/service did you use to store the repository? --------------------------------------------------------- local fs / applies to all...

type: bug
category: forget

**Describe the bug** Given this minimal example: ```org * auftrag 1 :PROPERTIES: :EFFORT: 1d :END: * auftrag 2 :PROPERTIES: :EFFORT: 2d :END: ``` A click on the property "EFFORT" of...

bug

Hi, I like morph and I think it's great to manage some servers/clients at work, including my own PC. Thank you for this work! But to be honest, I didn't...