Re: [O] Variable settings in .emacs VS cross device portability.

2012-02-06 Thread janek
Yu writes: > code). The emacs-documentation doesn't mention it, but apparently this > works also in shebang'ed files, by moving the single line form (`-*- > ... -*-') to the second line. [2] > > [1] > http://www.gnu.org/software/emacs/manual/html_node/emacs/File-Variables.html > [2] http://www.l

Scrolling through features on website doesn't work properly

2020-04-05 Thread Janek F
Hey, Trying to scroll through the features of org mode on https://orgmode.org/features.html# with the buttons didn't work for me, neither on Firefox nor Chromium. On other subpages, such as https://orgmode.org/#docs, it did work. Regards, Janek

[BUG] Markdown export broken without toc and with broken links [9.6 (9.6-??-e9da29b)]

2022-07-20 Thread Janek F
27;t) For Example: Test [[id:broken]] * Headline This is not exported exports to: Test The position of the broken link does not matter, just that there is one. Regards, Janek

[BUG] org-attach-id-ts-folder-format fails on customized IDs [9.6 (9.6-??-2e9999783)]

2022-07-20 Thread Janek F
:     org-attach-id-ts-folder-format: Args out of range: "ftt", 0, 6 This method should be adjusted to handle non-ts-ids just as well, as org-id-method does not dictate the format of existing ids. Regards, Janek

image-file-name-regexp: Wrong type argument: characterp

2022-08-02 Thread Janek F
2/image-file-name-regexp-wrong-type-argument-characterp](https://emacs.stackexchange.com/questions/72902/image-file-name-regexp-wrong-type-argument-characterp?noredirect=1#comment118105_72902) Best, Janek

Re: [PATCH] Re: [BUG] org-attach-id-ts-folder-format fails on customized IDs [9.6 (9.6-??-2e9999783)]

2022-08-02 Thread Janek F
(format "%s/%s" (substring id 0 2) (if (> (seq-length id) 2) (substring id 2) id)) ) (setq org-attach-id-to-path-function-list '(xf/org-attach-id-folder-format)) --- Original Message --- Ihor Radchenko schrieb am Samstag, 23. Juli 2022 u

Re: [BUG] org-attach-id-ts-folder-format fails on customized IDs [9.6 (9.6-??-2e9999783)]

2022-08-12 Thread Janek F
o consider all edge cases. It simply should not error out on ids in a different format. --- Original Message --- Max Nikulin schrieb am Freitag, 12. August 2022 um 17:35: > On 21/07/2022 02:12, Janek F wrote: > > > However I tend to customize IDs for important files by

Properly handle defaults in org-set-property

2022-09-16 Thread Janek F
for the property. But then, the default value has to be part of that `_ALL` list. Can this be changed so it always uses the given default? Thanks everyone for the great work! ~ Janek

Re: Properly handle defaults in org-set-property

2023-02-01 Thread Janek F
That is exactly what I use, as you can see in my dotfiles: https://code.ftt.gmbh/janek/dotfiles/src/branch/main/.config/doom/config.el#L293 But it leads to the exact aforementioned problem... --- Original Message --- Ihor Radchenko schrieb am Dienstag, 20. September 2022 um 10:10

Re: Properly handle defaults in org-set-property

2023-02-02 Thread Janek F
1. Put the cursor on a heading that does not have an id 2. Invoke (org-set-property "ID" (org-read-property-value "ID" nil "default-value")) via keybind or Alt-: 3. default-value is not within the list of suggestions ~ Janek --- Original Message

Feature request: Allow export to convert broken links to plain text

2023-04-14 Thread Janek Fischer
this now? Regards Janek --- CTO https://forensicdiscovery.de and https://software-challenge.deSoftware Engineering Student @ https://code.berlin