Re: What is the right way to have graphics generated by a code block automatically refresh?

2025-07-29 Thread Dr. Arne Babenhauserheide
William Denton writes: > And I use this hook. Is this the right way to do it? > > # - > (add-hook 'org-babel-after-execute-hook 'org-link-preview-refresh) > # - > > I think that refreshes all the images in the buffer, but what if I just want > it to refresh the one that was just changed,

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-15 Thread Dr. Arne Babenhauserheide
David Masterson writes: > William Denton writes: > >> On Monday, July 14th, 2025 at 18:38, David Masterson >> wrote: >> >>> I was originally wondering if anyone uses Emacs/Org to write their >>> initial document, export it to LaTeX, fix it up with Auctex or Lyx, then >>> regenerate the Org fil

Re: Users of org-publish

2025-07-10 Thread Dr. Arne Babenhauserheide
Hi Jean-Christophe, my site is https://www.draketo.de and the configuration is on https://hg.sr.ht/~arnebab/draketo/browse/setup.el.in?rev=tip and more setup: https://hg.sr.ht/~arnebab/draketo/browse/.emacs.d/init.el?rev=tip (including the data of the site) The links on category pages are just th

Re: Clocktable with difference in actual time vs effort

2025-06-02 Thread Dr. Arne Babenhauserheide
Malcolm Matalka writes: > 1. The estimated effort > 2. The total estimated effort (I noticed when I added :properties ("Effort"), > the top row says ALL for effort) > 3. The actual clocked time > 4. The total actual clocked time > 5. The difference between estimated and actual. > 6. The total di

Re: How have users managed email tasks with org?

2025-05-21 Thread Dr. Arne Babenhauserheide
Kristoffer Balintona writes: > How have users of the org and Emacs community set up org-agenda and > org-capture with their Emacs email configuration? In the years I've used I use mu4e and I gave up on keeping my inbox clean. Instead I flag (+) emails I still have to process and then only search

Re: [PATCH] Added Emacs Elements Org Series

2025-05-01 Thread Dr. Arne Babenhauserheide
Your Name writes: > - - [[https://www.youtube.com/watch?v=QlYQijQCNHU][Emacs Elements video > tutorials]], an advanced course on Org Mode (8 videos in one) > + - [[https://www.youtube.com/watch?v=QlYQijQCNHU][Emacs Elements video > tutorials]] by Raoul Comninos, an advanced course on Org Mode

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-13 Thread Dr. Arne Babenhauserheide
Max Nikulin writes: >>> P.S. In some cases it may be easier to get PDF from ODT or HTML >>> intermediate format. >> No please! I've gone that path and then you need to install loads of extra >> and sometimes redundant software to get something decent. > > I do not suggest to make it the default o

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-10 Thread Dr. Arne Babenhauserheide
Juergen Fenn writes: > Am 10.04.25 um 07:59 Uhr schrieb Pedro Andres Aranda Gutierrez: >> Now the question seems to be whether latex-preview could "live an >> independent life" with pdflatex at the heart of it's tooling, whereas >> document production could "move on" to use lualatex as the defaul

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-09 Thread Dr. Arne Babenhauserheide
Juergen Fenn writes: > Am 03.04.25 um 09:37 Uhr schrieb Ihor Radchenko: >>> I don't agree. Users who are apparently happy with LuaLaTeX should >>> have no problems with pdflatex and UTF8. >> If you know an easy and universal way to support UTF8 is pdflatex, >> please do share. > > I am sorry I co

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-09 Thread Dr. Arne Babenhauserheide
Pedro Andres Aranda Gutierrez writes: > And what about the speed of xelatex? I have not used it, because when I tried > some time ago, it didn't handle fonts as nicely as lualatex, but I'd > be willing to learn if that means a speedy UTF.8 sound latex. From what I read a few weeks back while se

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-04-07 Thread Dr. Arne Babenhauserheide
Pedro Andres Aranda Gutierrez writes: > When you want to change the beamer class options, you needed to add > #+LATEX_CLASS: beamer > #+LATEX_CLASS_OPTIONS: ... > > With this simple patch, you can declare them directly as > #+BEAMER_CLASS_OPTIONS:... What would happen if I have both LATEX_CLASS_

Re: Search tools for Org (Re: Graph of writing)

2025-04-04 Thread Dr. Arne Babenhauserheide
Max Nikulin writes: > On 03/04/2025 15:15, Mayuresh Kathe wrote: >> Would you be in a position to suggest a search tool (inside Emacs) for >> going through my content produced and managed via Orgmode and/or Roam? >> Something like Google search, but only limited to my local information? helm-org

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-03 Thread Dr. Arne Babenhauserheide
Pedro Andres Aranda Gutierrez writes: > > Do you have any ideas about how we could improve the handling of utf-8 > > without sacrificing the speed of the preview system? I missed part of this thread, but I recently set up some decent utf-8 support in pdflatex, so maybe that helps someone: #+l

Re: One big file or multiple small ones

2025-03-12 Thread Dr. Arne Babenhauserheide
Sébastien Gendre writes: > When you take notes and/or manage tasks, do you prefer one big file or > multiple small files ? I usually use one file per category of tasks. Full-text search is very powerful, and helm-rifle makes it very convenient. > What are you experience ? Do you encounter some l

Re: Include a document combine the titles on the HTML export

2025-02-12 Thread Dr. Arne Babenhauserheide
Sébastien Gendre writes: > But after the publication of all the projects with org-publish, the > index.html file have a title that concatenate the titles from > "index.org" and "posts/sitemap.org". I use #+include: external-rss.org :lines "RSS_START-RSS_END" to skip the #+title. That’s no cle

Re: [BUG] Org Element Api: :begin and :end are missing [9.7.13 (9.7.13-8566bc @ /home/arne/.emacs.d/elpa/org-9.7.13/)]

2025-01-04 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >>> Why? What's wrong with `org-element-begin' and `org-element-end'? >> >> I didn’t know that I could also use these ☺ >> >> What’s wrong is only that I had to fix sh

Re: [BUG] Org Element Api: :begin and :end are missing [9.7.13 (9.7.13-8566bc @ /home/arne/.emacs.d/elpa/org-9.7.13/)]

2024-12-29 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> In the Org Element API article describes that all elements share :begin >> and :end: >> https://orgmode.org/worg/dev/org-element-api.html#fnr.1 > > Yes. > >> I don’t know where

[BUG] Org Element Api: :begin and :end are missing [9.7.13 (9.7.13-8566bc @ /home/arne/.emacs.d/elpa/org-9.7.13/)]

2024-12-29 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.

Re: EmacsConf - The Future of Org

2024-12-14 Thread Dr. Arne Babenhauserheide
Dominik Schrempf writes: > Thumbs up also from my side! A big thanks to the Org Mode maintainers! > Thanks also for the interesting talk and insights into Org Mode > maintenance. Big thanks from me, too! I’m sure that I would not be where I am today without Org, because I failed with all other s

Re: [ANN] Ihor is now officially the new Org maintainer

2024-12-09 Thread Dr. Arne Babenhauserheide
Bastien writes: > not much of a surprise, but very good news nonetheless: Ihor is now > officially in charge of maintaining Org Mode. He will need every Org > user to continue the great work he has done so far. Thank you for your great work — and thank you, Ihor for taking up the mantle! Best w

Re: Understanding Publish (ox-publish.el)

2024-10-14 Thread Dr. Arne Babenhauserheide
jman writes: > I'm trying to learn more about the publish export option or Org mode. > Specifically I am using the function `org-latex-publish-to-pdf` to > export Orgmode files into PDF. > > Since this export backend is transparently using Latex, there is stuff > going on behind my back that makes

Re: Latex Export

2024-10-09 Thread Dr. Arne Babenhauserheide
Orm Finnendahl writes: > when exporting to Latex, all parts/chapters/sections/... get an > asterisk added to the latex command, like \part*{...}, \chapter*{...}, > etc. This should only happen with #+options: num:nil … > - Is there another way to accomplish rendering a full toc with > org-exp

Re: Playing RPG game with org-mode

2024-09-09 Thread Dr. Arne Babenhauserheide
c4droid writes: > and Ironsworn. I want some guidence for playing RPG game in org-mode, > like creating character sheet, roll dice, creating module, etc. Have any > idea? Do you mean using org-mode to help playing RPG games or to actually play computer RPGs inside org-mode? I use org-mode to cre

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

2024-09-07 Thread Dr. Arne Babenhauserheide
Rudolf Adamkovič writes: > Today, I decided to start using Python in Org. > > (1) I read in "WORG": > > :results {output, value}: [...] Value results are the value of the > last expression evaluated in the code block. Value mode is the default > (as with other languages). In the org-mode d

[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
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] 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
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] 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
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] 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
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.

Re: multipage html output

2024-07-03 Thread Dr. Arne Babenhauserheide
Orm Finnendahl writes: > https://github.com/ormf/ox-html-multipage Do I understand it right, that this exports a single org file into multiple HTML files in the html subfolder? In the interest of making it possible to build upon the code, can you make the license GPL v2.0 *or later*? Best wish

Re: [ANN] Org mode 9.7 is out

2024-06-02 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > Org 9.7, a major release, is out. > - Org mode supports drag-and-drop and pasting images/files from > clipboard (pasting from clipboard requires Emacs >=29) > - Moving, promoting, and demoting headings/items honors region. That’s great! What happens when I paste an ima

Re: SMART goals and bolding the first letter

2024-05-27 Thread Dr. Arne Babenhauserheide
Sharon Kimble writes: > How can I bold the first letter of a word please? I'm trying to do this - > > > - - *S*pecific - You don’t want a vague goal. > > > Its part of a section explaining SMART goals. > > Any ideas please? I don’t know a pure org method, but if this is for La

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
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. … Backtrace: nil This doesn’t happen always. It seems to be the case more often when I add a new org-file to my site. To reproduce

Re: [Worg] CSS improvements

2024-03-24 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > Adam Porter writes: > >>> I am not sure if centered text should stand out. >>> AFAIU, you want to add this style for the sole purpose of highlighting >> >> What is the purpose of centering text if not to make it stand out? > > To align text. I am not sure why anything m

Re: An academic journal entirely made in Org-Mode

2024-01-29 Thread Dr. Arne Babenhauserheide
Hi, Juan Manuel Macías writes: > Org-Publish and LuaTeX. If anyone is interested in the code I used for > specific aspects of the publication, I can share it here :-). That sounds very interesting! I’m writing roleplaying books and my website with org-mode and since there are many small pieces

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
Ihor Radchenko writes: > I downloaded the files, adjusted paths, and tried to export the main org > file to html and latex. It was successfully export using the latest > bugfix and main branches. > > May you please provide more details? Ideally, a recipe starting from > emacs -Q. See https://org

[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
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.

Re: org-ditaa woes

2023-10-21 Thread Dr. Arne Babenhauserheide
Florin Boariu writes: > Replying to Arne's comment: > >> In my current source I see [...] >> >> (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) > > As far as I understand that part of code it still kind-of as

Re: org-ditaa woes

2023-10-20 Thread Dr. Arne Babenhauserheide
Leo Butler writes: >>> [...] >>>(cmd (concat "java " java " " org-ditaa-jar-option " " >>> (shell-quote-argument >>>(expand-file-name >>> (if eps org-ditaa-eps-jar-path org-ditaa-jar-path))) >>> " " cmdline >>>

Re: Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Dr. Arne Babenhauserheide
Sven Bretfeld writes: > Ihor Radchenko writes: >> For weekly/monthly/total, you can use clock tables to summarize the time >> spend on different projects during the week/month/in total. See >> https://orgmode.org/manual/The-clock-table.html >> >> You can display additional property values in th

[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
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.

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

2023-09-02 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > Recently, I implemented multi-day views feature for org-timeblock. You > can now choose the number of days (1-7) displayed via command > org-timeblock-switch-view. Here's a screenshot: > > https://raw.githubusercontent.com/ichernyshovvv/org-timeblock/master/screenshots/

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
Ihor Radchenko writes: > Then, ox.el and other link processing code, when encountering a link > type that is not registered, will fall back to searching "fuzzy" link. > > So, export, and following the link should not be affected. This resolves my worry — thank you! > There might be caveats rel

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
Ihor Radchenko writes: > In theory, we might change the parser to treat anything like foo:bar or > or [[foo:bar]] as a link with "foo" protocol and "bar" URI. > And introduce [[::fig:something]] to allow explicit internal links. > But, despite simplifying the parser, it will certainly be a brea

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

2023-08-30 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > I don't understand why I need latex for this. Today I added command > org-timeblock-write (bound to [w]) which you can use now to write > org-timeblock buffer to SVG|PDF|PNG file. However, inkscape has to be > installed in your system. That’s just for print-quality, bu

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

2023-08-29 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > Recently, I implemented multi-day views feature for org-timeblock. You > can now choose the number of days (1-7) displayed via command > org-timeblock-switch-view. Here's a screenshot: > > https://raw.githubusercontent.com/ichernyshovvv/org-timeblock/master/screenshots/

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
Jonathan Gregory writes: > On 20 Aug 2023, Ihor Radchenko wrote: > >> Jonathan Gregory writes: >> >>> ob-doc-lilypond.html looks good, but I changed lilypond.org in: >>> >>> https://git.sr.ht/~bzg/worg/commit/6b9da77c8078be183971575fdc79d402bf6184c2 >> >>> - b c d e >>> + b4 c d e >> >> Is th

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

2023-08-08 Thread Dr. Arne Babenhauserheide
Hi lux, Ihor Radchenko writes: > lux writes: >> To facilitate Chinese users' understanding of Org Mode, I have >> translated index.org into Simplified Chinese. Please review it. > Thanks! > However, we already have another, more complete translation pending. > See https://list.orgmode.org/orgm

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
Jonathan Gregory writes: > Given the feedback, I went ahead and changed the lilypond.org file: > > https://git.sr.ht/~bzg/worg/commit/6f69d212f41bc372426dc9b4df286638fe8f2a92 -#+begin_src org :exports none +#+begin_src lilypond :exports none That’s strange — what was the reason for using org a

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
Jonathan Gregory writes: > Hi Ihor > > On 12 Jul 2023, Ihor Radchenko wrote: > > [...] > >> I have recently seen https://masto.ai/@rfc1149/110674961710491363 >> that revealed a problem with example from >> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html#org29a742f >> >>

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
Stefan Nobis writes: > Ihor Radchenko writes: > >> The downside of lualatex is that it is slower: >> https://list.orgmode.org/orgmode/87a69j9c6s.fsf@localhost/ > > Yes, for sure. But I have the impression that newer versions of luatex > have become a bit faster (maybe it's just a subjective imp

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. > #+LATEX_HEADER: \usepackage{CJKutf8

Re: exporting to PDF multi-lingual document

2023-06-30 Thread Dr. Arne Babenhauserheide
Hi, Andrés Ramírez writes: > Could You address me to the proper sintax for the japanese characters to > appear in the output?. I think you have to solve this on the LaTeX-side: including packages that support the required unicode. For a part of that I usually use uniinput, for example this: htt

Re: An Org-mode-based blogging engine?

2023-05-08 Thread Dr. Arne Babenhauserheide
Marcin Borkowski writes: > I'm preparing to set up a new blog, and I'd like to have a fully > Org-mode-based workflow. Ideally, I'd like to be able to do everything > - including publishing the posts - from within Emacs. > > I know about things like "Org publish" and ox-hugo, though I never use

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 sein, ohne es zu merken. d

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

2023-04-28 Thread Dr. Arne Babenhauserheide
Philipp Kiefer writes: > Thanks, Eric, I am aware of customization options. > > My suggestion was aimed at improving the out-of-the-box experience of (new) > Org users by extending the usefulness of 'org-cycle' by > folding the subtree at point from anywhere inside it that is not itself a > pa

[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
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.

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 politisch sein,

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

2023-04-12 Thread Dr. Arne Babenhauserheide
William Denton writes: > How could I format the Time column in hours? How could I format it to > hours/8, > rounded, to represent work-days? I only want this formatting for this table, > I > have other clocktables in the same file I don't want to change. I use the customization '(org-durat

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
Hello, Ruijie Yu via "General discussions about Org-mode." writes: > Hello, > > I am working on a piece of CJK text, which requires italicization. > > 任何一个章节可以通过增加例如 =TODO= 或者 =HOLD= 等关键词来被设置成 /待办/ 。 > > > Note the spaces before and after the pair of `?/'. … > Are there any other solutions than

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
Ihor Radchenko writes: > Max Nikulin writes: > >>> Sure. This is not by itself a big deal. A number of Elisp libraries, >>> including built-in Emacs libraries are loaded with side effects. >> >> It is still violation of conventions: >> >> (info "(elisp) Coding Conventions") >> https://www.gnu.o

Re: [POLL] Naming of "export features"

2023-02-21 Thread Dr. Arne Babenhauserheide
Timothy writes: > Both components are crucial to the overall system, however if anything I view > the latter as more important and so am not a fan of describing this system as > “export contexts”. That said, I am open to considering alternatives. > > Here is a list of terms which I’d feel comfor

Re: netspend table

2023-02-08 Thread Dr. Arne Babenhauserheide
Jude DaShiell writes: > I think if I had known about orgmode when studying adjusted trial balance > sheets I would have used it since braille paper has a maximum of 42 > characters in a line. Are you using orgmode blind? If so, do you have a good resource I could send a blind author? Best wish

Re: netspend table

2023-02-05 Thread Dr. Arne Babenhauserheide
Jude DaShiell writes: > Thanks much for your help on this problem. I've never done anything with > ledger-cli yet and wasn't aware such a package existed. Glad to help :-) I now polished the tips a bit more and pushed them to my org-mode tipps: https://www.draketo.de/software/org-mode-tipps#l

Re: netspend table

2023-02-04 Thread Dr. Arne Babenhauserheide
Jude DaShiell writes: > This is a running balance table and I don't know what kind of a #TBLFMT > line would be useful for that either. > > | date | transaction | amount | fee | balance | > |--+--++---+-| > | [2023-01-11] | original

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

2023-01-27 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > I have been informed that our current ox-html maintainer will no longer > able to perform his duties in full extent. > > We thus need volunteers to help maintaining Org HTML export library - > lisp/ox-html.el I depend on ox-html for my personal website. I would be glad

Re: Docstrings and literate programming (good practices?)

2022-11-02 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > Juan Manuel Macías writes: > >> #+NAME: docstring1 >> #+begin_src org :post format-docstring(*this*) :results replace :exports >> results :tangle no >> Lorem ipsum dolor sit amet. >> >> Consectetuer adipiscing elit. "Donec hendrerit tempor tellus". Donec >> pretiu

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

2022-10-28 Thread Dr. Arne Babenhauserheide
Max Nikulin writes: > Then you should always have an X11 Emacs frame, maybe behind other > windows This sounds like a tray application. Do you know whether something like that already exitst (mark one frame as system tray entry)? Code the other way round (emacs *as* system tray) seems to alread

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
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 > list of trusted certificates? One idea that could work well is to add an explicit allow-list trusted-sources-to-allow-unsafe-modes w

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: > * Max Nikulin [2022-10-27 18:40]: >> On 27/10/2022 11:55, Jean Louis wrote: >> > >> > Now is clear that main problem here is that Org advertises somewhere >> > to be "text" in MIME context, while it is not, it is by default >> > "application" and thus unsafe, see: >> ... >

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
Jean Louis writes: > * Andreas Schwab [2022-10-27 11:03]: >> On Okt 26 2022, Jean Louis wrote: >> >> > With "predicate" do you mean URI scheme? >> >> When I write predicate, I mean predicate. > > Can that predicate understand content type? A predicate is a function that returns true or false

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
Jean Louis writes: > * Jean Louis [2022-10-25 15:14]: >> >> 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 MIME type text/x-org and opens the file as >> text, it does not invoke

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

2022-10-27 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > and people constantly use M-x package-install to install packages > from GNU ELPA, nonGNU ELPA and MELPA, often with this misguided belief > that these packages are being vetted by the security fairies. Yes, and no. There is still a world of a difference between "any random

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

2022-10-26 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > Browser like EWW, being able to accept content types, should give to > user the option to decide if to open PDF file by integrated PDF viewer > or any external PDF viewer, or to download the file, or to open the > file by user's customized function, mode or program. I’m not

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

2022-10-26 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > If necessary, we can introduce a special variable in Org mode that will > disable all the potential third-party code evaluation, even if user has > customized Org to execute code without prompt. If that would be part of org-mode, this would be close to a safe-org-mode.

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

2022-10-26 Thread Dr. Arne Babenhauserheide
Jean Louis writes: >> If you ask me whether I can make this work safely: This would first >> require the introduction of a safe-org-mode which strictly disables all >> features that can execute remote code or disguise unsafe operations as >> safe ones. If a user then decides to explicitly call M

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
Jean Louis writes: > 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 MIME type text/x-org and opens the file as > text, it does not invoke the org mode. In my opinion, it should. This

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
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.

Re: the comment environment does not work for checkboxes

2022-07-29 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > #+BEGIN_COMMENT > WAIT Computer > :PROPERTIES: > :Nr: 4 > :Comp1:[X] > :Comp2:[X] > :END: > #+END_COMMENT > Does not. Any idea why? In a block, you must escape * as ,* — open the environment with C-c C-' and save it the same way

Re: ChangeLog.org

2022-07-21 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > So the question is, how to generate this file. Maybe there is a > ChangeLog-->ChangeLog.org exporter/converter? > > https://github.com/johnlepikhin/el-conventional-changelog/blob/master/conventional-changelog.el I see only 6 calls to git in that file. Maybe the easiest way

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

2022-07-10 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > > PCI compliance is not required by law but is considered > > mandatory through court precedent. > > The crucial questions would be: required _of whom_, in what circumstances? If I understood it correctly, it’s required of the platform. They do not have th

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

2022-07-07 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > "Note: To be PCI compliant, you must load St

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

2022-07-06 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > > GNU Taler requires an intermediary to clear the coins. > > I am not sure what that means. Could you state in different words > what job that "intermediary" would do? > > In fact, the Taler developers are hoping that banks will play two > roles: issuing Taler token

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

2022-07-05 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > Meanwhile, we have a potential solution for donating money: GNU Taler. > It shows promise, for the long term: even national banks are starting > to get interested in it. (See taler.net.) But banking systems are > not set up to interact with it today. GNU Taler requi

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

2022-06-30 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > Yes, sad to say they should not directly o

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

2022-06-28 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > AFAIU, there are no nonfree payment services

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

2022-06-06 Thread Dr. Arne Babenhauserheide
Hi Lin Sun, lin Sun via "General discussions about Org-mode." writes: > This patch will re-submit the solution based on the last rev. > > Please help review and merge the patch. Thanks > > [4. text/x-patch; > 0001-ob-plantuml-fix-DISPLAY-error-with-html-export.patch]... > From 6512e94806a4c08f

[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
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.

  1   2   >