Re: Understanding Publish (ox-publish.el)

2024-10-14 Thread Dr. Arne Babenhauserheide
ess). You can then fix it directly in LaTeX-side and afterwards bring the change into the org-mode document. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Latex Export

2024-10-09 Thread Dr. Arne Babenhauserheide
with > org-export to latex? #+options: num:t If you want both HTML and LaTeX export to look good, you can use #+MACRO: if-latex-else (eval (if (org-export-derived-backend-p org-export-current-backend 'latex) "#+OPTIONS: num:t" "#+OPTIONS: num:nil")) {{{if-latex-else}}}

Re: Playing RPG game with org-mode

2024-09-09 Thread Dr. Arne Babenhauserheide
Variables: # org-confirm-babel-evaluate: nil # End: (but using a program like https://github.com/sstrickl/rolldice instead of simple modulo of $RANDOM) What do you meant by "creating module"? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo

Re: Org Babel says 1 + 1 in Python is None

2024-09-07 Thread Dr. Arne Babenhauserheide
er languages). In the org-mode documentation I read: For languages like Python, an explicit return statement is mandatory when using ‘:results value’. https://orgmode.org/manual/Results-of-Evaluation.html So I think WORG needs to be fixed. Can you send a patch? https://git.sr.

[BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]

2024-09-06 Thread Dr. Arne Babenhauserheide
html) (make sure you have 3 GiB of free disk space, I’m tracking a bit too many binary files in there and cloning will take a while) I had similar problems now and then, but this is the first time that they don’t seem to stop again. Best wishes, Arne Emacs : GNU Emacs 30.0.60 (build 1, x86_64-pc-li

[BUG] incorrect HTML export with italic link containing an exclamation mark (!) [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]

2024-09-01 Thread Dr. Arne Babenhauserheide
ple.com/foo!bar][Link]]/ Best wishes, Arne Emacs : GNU Emacs 30.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) Package: Org mode version 9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/) -- Unpolitisch sein

[BUG] org-fill-paragraph adds wrong prefix to lines with two bold lines [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)]

2024-08-06 Thread Dr. Arne Babenhauserheide
s not change. Actual: lines 3-5 become prefixed with *. I tried this with emacs -Q. It happens there, too. Best wishes, Arne Emacs : GNU Emacs 30.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) Package: Org mode version 9.7.8 (N/A @ /gnu/

[BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)]

2024-07-30 Thread Dr. Arne Babenhauserheide
lilypond) (lisp) (matlab) (maxima) (mscgen) (ocaml) (octave) (org . t) (perl) (picolisp) (plantuml) (python . t) (ref) (ruby) (sass) (scala) (scheme . t) (screen) (shell . t) (shen) (sql) (sqlite))) in my custom-set-variables I get the startup error: Recursive ‘require’ for feature ‘ox’ Be

Re: multipage html output

2024-07-03 Thread Dr. Arne Babenhauserheide
est wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [ANN] Org mode 9.7 is out

2024-06-02 Thread Dr. Arne Babenhauserheide
intainers for your great work! Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: SMART goals and bolding the first letter

2024-05-27 Thread Dr. Arne Babenhauserheide
r_html: :class first-letter-bold - Specific - Measurable - ... See https://developer.mozilla.org/en-US/docs/Web/CSS/::first-letter Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] org-publish: org-element--cache: Got empty parent while parsing [9.6.18 ( @ /home/arne/.emacs.d/elpa/org-9.6.18/)]

2024-05-19 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> I added >> ;;; use dev-version of org-mode >> (setq load-path (cons "~/eigenes/Programme/org-mode/lisp" load-path)) >> (setq load-path (cons "~/eigenes/Programme/org-mode/co

Re: [BUG] org-publish: org-element--cache: Got empty parent while parsing [9.6.18 ( @ /home/arne/.emacs.d/elpa/org-9.6.18/)]

2024-05-19 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> I often see a huge number of warnings while publishing my website with >> org-publish: >> >> Warning (org-element-cache): org-element--cache: Got empty parent while >> parsing. >&

[BUG] org-publish: org-element--cache: Got empty parent while parsing [9.6.18 ( @ /home/arne/.emacs.d/elpa/org-9.6.18/)]

2024-05-18 Thread Dr. Arne Babenhauserheide
highlighting) which then displays the warnings in the *Warnings* buffer. It includes a custom emacs config in https://hg.sr.ht/~arnebab/draketo/browse/.emacs.d I’ll gladly help getting this to run if reproduction shouldn’t work for you. Best wishes, Arne Emacs : GNU Emacs 30.0.50 (build 1, x86_64-pc

Re: [Worg] CSS improvements

2024-03-24 Thread Dr. Arne Babenhauserheide
border-top: thin solid gray; border-bottom: thin solid gray; float: left; width: 100%; z-index: 1; margin-top:20px; margin-bottom:20px; } Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: An academic journal entirely made in Org-Mode

2024-01-29 Thread Dr. Arne Babenhauserheide
t to know. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] cannot export org-file: Warning (org-element-cache): org-element--cache: Got empty parent while parsing [9.6.12 (N/A @ /gnu/store/h6351wyaf8gahx46y71vd1200wr5l9gv-emacs-org-9.6.12/share/emac

2023-12-18 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> M-x org-toggle-debug-on-quit >> >> >> Debugger entered--Lisp error: (quit) >> org-element--parse-to(13994) >> org-element-at-point() >> org--collect-keywords-1(

Re: [BUG] cannot export org-file: Warning (org-element-cache): org-element--cache: Got empty parent while parsing [9.6.12 (N/A @ /gnu/store/h6351wyaf8gahx46y71vd1200wr5l9gv-emacs-org-9.6.12/share/emac

2023-12-18 Thread Dr. Arne Babenhauserheide
bugger entered--Lisp error: (quit) org-element--parse-to(13994) org-element-at-point() org--collect-keywords-1(("SETUPFILE" "BIND") nil nil ("/home/arne/Schreibtisch/arnebab-org/politik/geschl...") nil) org-collect-keywords(("BIND")) org-export--list-b

[BUG] cannot export org-file: Warning (org-element-cache): org-element--cache: Got empty parent while parsing [9.6.12 (N/A @ /gnu/store/h6351wyaf8gahx46y71vd1200wr5l9gv-emacs-org-9.6.12/share/emacs/si

2023-12-18 Thread Dr. Arne Babenhauserheide
https://hg.sr.ht/~arnebab/draketo/browse/politik/geschlechtsneutrale-sprache.org It uses the setupfile: https://hg.sr.ht/~arnebab/draketo/browse/org-templates/level-1.org?rev=tip and includes: https://hg.sr.ht/~arnebab/draketo/browse/org-templates/level-1-politik.org?rev=tip Best wishes, Arne

Re: org-ditaa woes

2023-10-21 Thread Dr. Arne Babenhauserheide
at* much of a Flatpak nerd :-p ) But if I had to > bet, I'd assume it's a fairly recent one. If you do the C-h v org-ditaa-jar-option command, you should normally have a link to ob-ditaa.el in your help buffer. You can click that to get the source. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: org-ditaa woes

2023-10-20 Thread Dr. Arne Babenhauserheide
(org-babel-process-file-name out-file) (use C-h v org-babel-ditaa-java-cmd to see the value of the java executable — you can then customize this to use a different command) Going forward we may want to adjust ob-ditaa to allow for an executable like ob-plantuml does it. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Dr. Arne Babenhauserheide
ndColor Fuchsia LineColor FireBrick } } } ' see https://plantuml.com/gantt-diagram Project starts at 2023-09-18 [init] on {Arne:74%} lasts 2 days [logging] on {Arne:74%} lasts 1 day [config] on {Bera:80%} lasts 2 days [scheduling] on {Arne:74%} lasts 1 day [documentation] on {Arne:74%}

[BUG] PRIORITIES does not accept multi-byte unicode characters [9.6.9 (N/A @ /gnu/store/3rxpvdkn907pb1ccm2yl3ffyaz02k7d1-emacs-org-9.6.9/share/emacs/site-lisp/org-9.6.9/)]

2023-09-12 Thread Dr. Arne Babenhauserheide
owest priority is selected: [#🇩🇪] Actual: Only the first byte of the lowest priority is selected: [#🇩] I understand full well that I am not using this as indended, but I think nonetheless that this is a bug, because it would likely also break for at least some Japanese letters. Best wishes, Arne

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-09-02 Thread Dr. Arne Babenhauserheide
s at the end of the day are visible? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [DISCUSSION] May we recognize everything like [[protocol:uri]] as a non-fuzzy link? (was: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3

2023-09-02 Thread Dr. Arne Babenhauserheide
t; There might be caveats related to parser though. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [DISCUSSION] May we recognize everything like [[protocol:uri]] as a non-fuzzy link? (was: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3

2023-09-01 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >>> Any thoughts? >> >> Thinking about the effort I’d have to fix all internal links in all >> org-documents I have (dozens of large ones and hundreds of small ones) I >> don

Re: [DISCUSSION] May we recognize everything like [[protocol:uri]] as a non-fuzzy link? (was: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3

2023-09-01 Thread Dr. Arne Babenhauserheide
e parser, it will certainly be a breaking > change. > > Any thoughts? Thinking about the effort I’d have to fix all internal links in all org-documents I have (dozens of large ones and hundreds of small ones) I don’t like the idea of breaking internal link syntax. Best wishes, Arne -- Unpol

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-30 Thread Dr. Arne Babenhauserheide
for print-quality, but outputting via inkscape should provide similar quality for the usecase. Building on existing LaTeX packages was just to not have to implement the PDF layout yourself, but exporting what’s defined directly sounds better — thank you! Best wishes, Arne -- Unpolitisch sein hei

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-29 Thread Dr. Arne Babenhauserheide
ure room), you could see whether it’s easy to translate it to a latex time table like this: https://hg.sr.ht/~arnebab/stundenplan-wochenplan/browse/stundenplan-7days.tex?rev=tip https://www.draketo.de/software/stundenplan.pdf https://www.draketo.de/software/stundenplan-wochenplan-latex Best wishes,

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-08-20 Thread Dr. Arne Babenhauserheide
#+PROPERTY: header-args:lilypond :prologue (org-babel-ref-resolve "settings[]") that this uses the source-block named settings? Calling org-babel-ref-resolve directly there is something I have not seen before so I think it won’t be obvious from the documentation. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Add a Chinese version to index.org of orgmode.org

2023-08-08 Thread Dr. Arne Babenhauserheide
See https://list.orgmode.org/orgmode/sdvzg71zzor@netyu.xyz/ Maybe you can use the experience with the text you now have to review this other translation and suggest improvements? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-14 Thread Dr. Arne Babenhauserheide
using org as source before? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] WORG example for ob-lilypond is no longer working as described

2023-07-13 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > Ihor Radchenko writes: > >> "Dr. Arne Babenhauserheide" writes: >> >>> I typically use it directly, but if the maintenance burden is >>> manageable, I could offer maintenance here, too (once I h

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-13 Thread Dr. Arne Babenhauserheide
gt; > \version "2.24.1" > #(ly:set-option 'use-paper-size-for-page #f) > #(ly:set-option 'tall-page-formats 'pdf) For a plain Lilypond file this works! It does not even need the version (I tried it with \version "2.19.80"). Thank you! Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] WORG example for ob-lilypond is no longer working as described

2023-07-12 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> I typically use it directly, but if the maintenance burden is >> manageable, I could offer maintenance here, too (once I have the papers >> in place). > > I have recently seen https://m

Re: exporting to PDF multi-lingual document

2023-07-02 Thread Dr. Arne Babenhauserheide
d the speed that much, but for my 300 page roleplaying book I already feel the compile times a lot (with pdflatex). Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: exporting to PDF multi-lingual document

2023-07-01 Thread Dr. Arne Babenhauserheide
andrés ramírez writes: > Arne> I think you have to solve this on the LaTeX-side: including > packages that support the > Arne> required unicode. > Thanks. That helped. It ended like this: I’m glad to hear that! Thank you for posting your solution. > #+LATE

Re: exporting to PDF multi-lingual document

2023-06-30 Thread Dr. Arne Babenhauserheide
https://tex.stackexchange.com/questions/15516/how-to-write-japanese-with-latex https://www.overleaf.com/learn/latex/Japanese https://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/ https://ctan.math.illinois.edu/macros/latex/contrib/babel-contrib/japanese/japanese.pdf Best wishes

Re: An Org-mode-based blogging engine?

2023-05-08 Thread Dr. Arne Babenhauserheide
ehow in my Org source and get and class="...">. Reusing existing markup (like _underline_, which I'm not > going to use) is not enough - I will need more than a dozen of those > custom classes. I just use #+html: ... #+html: Also @@html:@@ ... @@html:@@ or #+begin_k

Re: Suggestion to increase usefulness of TAB key / 'org-cycle' function

2023-04-28 Thread Dr. Arne Babenhauserheide
Esteban Ordóñez writes: > Hello Doctor. > >> That said: C-c C-t or M-x outline-hide-body > > C-c C-t > is org-todo, not outline-hide-body. I guess I customized that … > Thanks for the clarification. Glad to :-) Best wishes, Arne -- Unpolitisch sein heißt politisch

Re: Suggestion to increase usefulness of TAB key / 'org-cycle' function

2023-04-28 Thread Dr. Arne Babenhauserheide
but also for full-blown writing, and that would be disrupted if tab were to fold the entry away that I’m currently writing in. That said: C-c C-t or M-x outline-hide-body Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

[BUG] cannot latex-export images linked to websites (error) [9.6.3 (N/A @ /gnu/store/5bhjhzyn6cnal35xad5x55f7b4hf2jcp-emacs-org-9.6.3/share/emacs/site-lisp/org-9.6.3/)]

2023-04-16 Thread Dr. Arne Babenhauserheide
ng} \caption{Schematic} \end{figure}} Best wishes, Arne Emacs : GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) Package: Org mode version 9.6.3 (N/A @ /gnu/store/5bhjhzyn6cnal35xad5x55f7b4hf2jcp-emacs-org-9.6.3/share/emacs/site-lisp/org-9.6.3/)

Re: A dream?

2023-04-15 Thread Dr. Arne Babenhauserheide
Christopher Dimech writes: > We ran it on the International Space Station. If that is the response of > students, > then they are lame bro, Is there a writeup of this? Or a talk? “Emacs on the ISS” would be a great story to share! Best wishes, Arne -- Unpolitisch sein heißt polit

Re: Clocktable :formatter to record time in hours or work-days

2023-04-12 Thread Dr. Arne Babenhauserheide
customization '(org-duration-format '((special . h:mm))) but that would also change other clocktables. I hope it helps get you started. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [Q] How to italicize without introducing a space?

2023-03-29 Thread Dr. Arne Babenhauserheide
Ruijie Yu writes: > "Dr. Arne Babenhauserheide" writes: > >> [...] >> You could try using a ZERO WIDTH SPACE around the expression [...] > > Thank you Arne and Steven. I have tried to just insert the zero width > space, and it seems to work very well (at

Re: [Q] How to italicize without introducing a space?

2023-03-28 Thread Dr. Arne Babenhauserheide
ent export backends, though. For LaTeX you may need to define the right way to export it with #+latex_header: \DeclareUnicodeCharacter{200B}{\allowbreak } (if you want to allow linebreaks here, otherwise a better fitting LaTeX command that does not look like a space) Best wishes, Arne -- Unpolit

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading? (was: org-ctags land grab)

2023-03-27 Thread Dr. Arne Babenhauserheide
head and make the incompatible change; don’t >>> postpone it. > > This is convincing. > I am then CCing Bastien, as, despite the Elisp convention, following it > will break https://bzg.fr/en/the-software-maintainers-pledge/ Isn’t the problem that the behavior changed — so that or

Re: [POLL] Naming of "export features"

2023-02-21 Thread Dr. Arne Babenhauserheide
ric. If I understand it correctly, this is conditional enrichment. Maybe something like export adaption? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: netspend table

2023-02-08 Thread Dr. Arne Babenhauserheide
or? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: netspend table

2023-02-05 Thread Dr. Arne Babenhauserheide
e/org-mode-tipps#ledger-org Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: netspend table

2023-02-04 Thread Dr. Arne Babenhauserheide
publi | 3.13€ | 3.13€ | | 2022-06-15 | - 2022-06-15 | ArneBab:Income:sale:nonrpg:epubli | -3.13€ | 0.00€ | #+tblfm: Also see - https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html - https://www.ledger-cli.org/3.0/doc/ledger3.html#Org-mode-with-Babel Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [ANN] Looking for new maintainers for ox-html.el

2023-01-27 Thread Dr. Arne Babenhauserheide
I would be glad to help. > We need people fluent with Elisp with FSF copyright assignment (or > willing to sign it). I have copyright set up assignment and I’m mostly fluent with FSF. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature

Re: Docstrings and literate programming (good practices?)

2022-11-02 Thread Dr. Arne Babenhauserheide
ook awesome! Thank you for sharing! The first (org-block) for long-form text (like official javadoc), the second (just verbatim) for shorter docstrings. They finally solve a long-standing problem for me. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Getting X selection reliably (Re: idea for capture anywhere in x)

2022-10-28 Thread Dr. Arne Babenhauserheide
ems to already exist in EXWM: https://wiki.archlinux.org/title/EXWM#System_tray Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-28 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> One idea that could work well is to add an explicit allow-list >> trusted-sources-to-allow-unsafe-modes with entries of domain and >> path-prefix where people can add trusted sources. &

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > * Dr. Arne Babenhauserheide [2022-10-28 01:11]: >> >> Max Nikulin writes: >> >> > How are you going to distinguish your personal files and arbitrary >> > files from non-trusted sources? By signing your files and maintaining >&g

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
advent-of-wisp-code-2021.org with eww, it would directly switch to org-mode. If, however, I would open the link https://draketo.de.evil.attacks/software/advent-of-wisp-code-2021.org with eww, it would display it as plain text, because it would not be in the list of trusted sources. Be

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
efault >> > "application" and thus unsafe, see: >> ... >> > Text Media Types >> > https://datatracker.ietf.org/doc/html/rfc6838#section-4.2.1 >> >> I do not see any problem or any difference what MIME type you are going to >> associate with Org mo

Re: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > * Dr. Arne Babenhauserheide [2022-10-27 14:23]: >> >> Jean Louis writes: >> >> > * Jean Louis [2022-10-25 15:14]: >> >> >> >> This wish request is related to Emacs EWW and Org mode. >> >> >> &g

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
ype? A predicate is a function that returns true or false. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
writes: > [[PGP Signed Part:Good signature from 05C82CF57AD1DA46 tomás zerolo (moep > moep) (trust undefined) created at > 2022-10-27T06:25:44+0200 using DSA]] > On Wed, Oct 26, 2022 at 11:16:15PM +0200, Dr. Arne Babenhauserheide wrote: > > [...] > >> > That

Re: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
them. It is useful to distinguish them, at the highest level, from such unreadable data as images, audio, or text represented in an unreadable form. In the absence of appropriate interpretation software, it is reasonable to present subtypes of "text" to the user, wh

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-27 Thread Dr. Arne Babenhauserheide
e to say “for convenience we enabled opening any web document automatically in org-mode, so if you think that unsafe, don’t browse the web with Emacs *anymore*”. As secure as we can should be the default, not "change these random configuration settings and avoid those features to get some securit

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-26 Thread Dr. Arne Babenhauserheide
to add other precautions. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: bug#58774: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-26 Thread Dr. Arne Babenhauserheide
than running it in the shell. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-26 Thread Dr. Arne Babenhauserheide
apply to the first, not to the second (there users know what they get into). Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-25 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > * Dr. Arne Babenhauserheide [2022-10-25 18:06]: >> > This wish request is related to Emacs EWW and Org mode. >> > >> > Please make EWW recognize Org file when served by WWW server. Currently >> > it does not recognize the MIM

Re: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-25 Thread Dr. Arne Babenhauserheide
be used to open trusted local files. The threat model of eww changes a lot when any file on the web can request being opened with org-mode. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] org-forward-sentence does not recognize the end of sentences with footnotes [9.5.4 (N/A @ /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)]

2022-08-02 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> If you go to the first word in the following paragraph and press M-e >> (org-forward-sentence), the point jumps to the end of the paragraph. But >> it should jump to just after the footn

[BUG] org-forward-sentence does not recognize the end of sentences with footnotes [9.5.4 (N/A @ /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)]

2022-08-01 Thread Dr. Arne Babenhauserheide
r mit =+=, überragende Werte mit =++=. Best wishes, Arne Emacs : GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) Package: Org mode version 9.5.4 (N/A @ /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/) -- Unpoli

Re: the comment environment does not work for checkboxes

2022-07-29 Thread Dr. Arne Babenhauserheide
-c C-' and save it the same way, then it escapes them for you. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: ChangeLog.org

2022-07-21 Thread Dr. Arne Babenhauserheide
the easiest way would be to port it? Or even better: generalize it by calling (vc-deduce-backend) and automatically using the commands for the found vcs (and sending a patch to the author)? Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc D

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-10 Thread Dr. Arne Babenhauserheide
uld try replacing it in your browser. > > Yes, that's what I'm thinking of. The decentraleyes extension might be able to automate that: https://decentraleyes.org/test/ https://git.synz.io/Synzvato/decentraleyes Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-07 Thread Dr. Arne Babenhauserheide
ions of that? ES module (EcmaScript modules) is just the term for the module system in Javascript. https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/ > I wonder if users could run the free version of that JS code > while talking with Stripe. You could try replacing it in y

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-06 Thread Dr. Arne Babenhauserheide
te 0However, we have not analyzed CodeWhisperer in depth so we cannot say for sure if Amazon's implementation is compliant with the respective licenses. Nevertheless, Amazon's behavior here shows sharp contrast with Microsoft's GitHub: Amazon acknowledges the obvious fact that there are license obligations that deserve attention and care when building AI-assisted programming solutions. (license of this text: cc by-sa) Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-05 Thread Dr. Arne Babenhauserheide
ithub is annoying, you can read it without running proprietary Javascript (I just checked that by opening it in eww), and you can interact with it using email. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-06-30 Thread Dr. Arne Babenhauserheide
of proprietary software, those links are most likely to become usable without proprietary software once a practical method to donate without proprietary software exists. But yes, wrapping that into a cheeky answer is not the most effective way to make this point. Best wishes, Arne -- Unpolitisc

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-06-28 Thread Dr. Arne Babenhauserheide
easy to arrange that. And it does not work for many people in Europe (I for example have no credit card). Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2022-06-06 Thread Dr. Arne Babenhauserheide
"-jar" >,(shell-quote-argument (expand-file-name > org-plantuml-jar-path)) > ,@org-plantuml-args > -- > 2.7.0 Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

[BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-05 Thread Dr. Arne Babenhauserheide
ntains a broken link with only the domain: Foo [[https://taz.de";>https://taz.de!5843294/][link with a bang]]/ Best wishes, Arne Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) Package: Org mode version 9.5.2 (N/A @ /gnu/store/89yvbijwn

Re: How do you manage complex project with Org-mode

2022-03-01 Thread Dr. Arne Babenhauserheide
t;) (org-global-properties '(("Effort_ALL" . "0:30 1:00 2:00 3:00 6:00 8:00 16:00 40:00"))) (org-agenda-start-with-clockreport-mode t) :config ;; Rebuild the reminders everytime the agenda is displayed (add-hook 'org-agenda-finalize-hook (lambda () (org-age

Re: LaTeX letters in Org

2022-02-18 Thread Dr. Arne Babenhauserheide
ively add a capture-template that creates a letter. Then M-x org-capture L (or such) would create a new letter prefilled with everything you typically need. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-26 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > Ihor Radchenko writes: >> "Dr. Arne Babenhauserheide" writes: >>> In org 9.5.1 I get problems exporting a table. Trying to export >>> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.o

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: >> In org 9.5.1 I get problems exporting a table. Trying to export >> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org >> as ascii or running the embedded gnuplot source bloc

[BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Dr. Arne Babenhauserheide
ticed because I ran a secondary Emacs after updates while the original Emacs was still running 9.5.0 — writing this report from the original Emacs with 9.5). Scanning file /home/arne/Schreibtisch/arnebab-org/politik/gnu-linux-desktop-share.org Scanning document... done gnuplot-mode 0.7-beta -- determ

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-10 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > "Dr. Arne Babenhauserheide" writes: >> The change to electric indent broke my workflow badly (always having to >> undo the indentation after every new headline), and it took long until I >> found out how to avoid that. > environment. While

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-09 Thread Dr. Arne Babenhauserheide
ion after every new headline), and it took long until I found out how to avoid that. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-09 Thread Dr. Arne Babenhauserheide
onvenient and you may be frustrated > by such change, but you will likely have a much better outcome than you > would with any other document formatting system which is not based on > plain text. Yes — that’s also one of the reasons why I’m using org-mode. It’s awesome integrations and

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-09 Thread Dr. Arne Babenhauserheide
the table, it is important that backwards compatibility is high in the priorities. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-08 Thread Dr. Arne Babenhauserheide
Russell Adams writes: > On Wed, Dec 08, 2021 at 05:16:20PM +0100, Dr. Arne Babenhauserheide wrote: >> >> Tim Cross writes: >> >> > Backwards compatibility is important and changes should never be done >> > lightly. However, that doesn't mean they do

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-08 Thread Dr. Arne Babenhauserheide
export so you have to go over each slide individually to make sure that nothing is cut off and no layout is broken — and check the compile to latex many times until the layout is working again — that is a huge cost. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: frustrations

2021-12-03 Thread Dr. Arne Babenhauserheide
e of that is that when I need an editor that is there *at once*, I just use emacs -Q That avoids all customizations, even those from the distribution, and it is roughly instant (if you need more, then add -nw to open it purely in the terminal). Best wishes, Arne -- Unpolitisch sein heißt politisc

Re: noweb and shell heredocs

2021-11-30 Thread Dr. Arne Babenhauserheide
b-wrap-start: "{{{" # org-babel-noweb-wrap-end: "}}}" # End: Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: Orgdown: negative feedback & attempt of a root-cause analysis (was: "Orgdown", the new name for the syntax of Org-mode)

2021-11-30 Thread Dr. Arne Babenhauserheide
owed for easy tracking of TODO-states and using executed inline-code via babel — and I gained HTML export for free. It’s not the tool for a single paper to one journal that only has to fit one format and is never edited after final submission, but for any larger writing, org-mode is quite a boost in productivity. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: "Orgdown", the new name for the syntax of Org-mode

2021-11-28 Thread Dr. Arne Babenhauserheide
g a lot of features) would be outline markup or outline syntax (from outline-mode, the ancestor of org-mode). Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: 9.5: coping with loss of ditaa.jar

2021-10-03 Thread Dr. Arne Babenhauserheide
to copy the jar from an older orgmode and point to that. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: How to use Org with Python as an IDE?

2021-09-06 Thread Dr. Arne Babenhauserheide
nto org by running org-babel-detangle. - org-babel-tangle creates your working codefile. - hack in the codefile with full IDE support. - org-babel-detangle gets your code back into org for better documentation. Best wishes, Arne -- Unpolitisch sein heißt politisch sein ohne es zu merken sig

Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-09-05 Thread Dr. Arne Babenhauserheide
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Bug: PDF Export of Link fails [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-09-02 Thread Dr. Arne Babenhauserheide
rvice/kontakt][Kultusministerium BW]] geschickt. Da hatten wir noch 2 Wochen./ Best wishes, Arne Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) Package: Org mode version 9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emac

Re: Build agenda asynchronously

2021-08-16 Thread Dr. Arne Babenhauserheide
ad safe and that simply isn't > practical. Even defining the basic model for an asynchronous emacs lisp > is non-trivial and once you have the model, you ahve to implement it. Maybe it could be possible to fire up a second Emacs and retrieve the agenda-buffer? Best wishes, Arne -- Unpoliti

  1   2   3   >