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

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

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

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

[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

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

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

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

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

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,

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

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

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

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

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-13 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 http

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

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:

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:

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

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.

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 >

[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

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

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

2023-03-29 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

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") >>

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

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

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:

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

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

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

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

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

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

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

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

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.

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 f

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

Re: ChangeLog.org

2022-07-22 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

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

2022-07-08 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

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

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

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

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

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

2022-06-07 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

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

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

2022-03-01 Thread Dr. Arne Babenhauserheide
Hello Seb, It sounds like org-mode can be a great fit. Sébastien Gendre writes: > But, as a student, I regularly have big and important projects to do for > the school. The kind of project who need several days to be done, with > deadlines too soon, and if you fail one them the consequences can

Re: LaTeX letters in Org

2022-02-18 Thread Dr. Arne Babenhauserheide
Michael Eliachevitch writes: > For this kind of short writing I'm always wondering whether doing it > in org-mode is really worth it. I see a trade-of between the > convenience of org-markup (e.g. emphasis markers, itemize lists, > links, …), and the inconvience of adding literal latex to

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
ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 :ascii-underline ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)) :ascii-verbatim-format "`%s'" :title nil :date nil :author (#("Dr. Arne Babenhauserheide" 0 25 (:pa

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
Russell Adams writes: > Did Org break your Org editing experience in Emacs for your Org files, > or did this change just break some of the finer formatting details of > your exported Org file? The change to electric indent broke my workflow badly (always having to undo the indentation after

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
Tim Cross writes: > Russell Adams writes: >> That Org can also be used to export to other formats is both a >> blessing and a curse. Org can only do high level constructs in the >> languages it exports to, and really should only be expected to do just >> that. It's a paper thin macro or

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
Tim Cross writes: > What really doesn't help is to immediately jump to extremes and start > talking about making something volatile just because change is > mentioned. I am wording this so strongly because we currently have talk about creating more abstract org syntax. This is the situation

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 don't o

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
Tim Cross writes: > Ihor Radchenko writes: > >> Tim Cross writes: >> >>> Meanwhile, Emacs development continues and new features/capabilities >>> continue to be added. In particular, a new feature is added which is >>> extremely powerful and would be a huge benefit for Emacs org-mode users.

Re: frustrations

2021-12-03 Thread Dr. Arne Babenhauserheide
Jan Ulrich Hasecke writes: > There are some more issues. Startup time of my emacs is more than 30 > seconds even after optimizing something with esup. I have 10.000+ files > in my org-roam and fear that I hit some limitation either of org-roam or > my hardware. I use use-package with the

Re: noweb and shell heredocs

2021-11-30 Thread Dr. Arne Babenhauserheide
Immanuel Litzroth writes: > You can set the delimiters used for noweb code. > org-babel-noweb-wrap-end and org-babel-noweb-wrap-end. > > I think I set them to @@ in shell code. I almost always use {{{...}}} via a footer in my org-files: # Local Variables: # org-babel-noweb-wrap-start: "{{{" #

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
Karl Voit writes: > * M ‘quintus’ Gülker wrote: >> Am Montag, dem 29. November 2021 schrieb Karl Voit: >>> It seems to be the case that the name "Orgdown" is the reason why >>> the Org-mode community does not support the idea of an >>> implementation-agnostic definition of the syntax. Which is

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

2021-11-28 Thread Dr. Arne Babenhauserheide
Juan Manuel Macías writes: > Joost Kremers writes: > >> Why not just use the term "Org markup"? It's descriptive and should be >> understandable to people familiar with the concept of markup languages. > > This. 'Org markup language' and 'Org Syntax' are obvious and natural > terms that can

Re: 9.5: coping with loss of ditaa.jar

2021-10-03 Thread Dr. Arne Babenhauserheide
Max Nikulin writes: > On 03/10/2021 11:25, Jarmo Hurri wrote: >> I use ditaa with org on a regular basis. Now that ditaa.jar is out >> of >> org 9.5, I need to cope with the situtation. >> I see two options, and neither was successful today. This is sort of >> what I was afraid of when I voted

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

2021-09-06 Thread Dr. Arne Babenhauserheide
ed...@openmail.cc writes: > I am very sorry for wasting your precious time. This was very simple It’s the finding that’s hard, not the setup. > 1. Install (some are optional) python-language-server > jedi-language-server bash-language-server python-pylint > python-pydocstyle ccls

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
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: Build agenda asynchronously

2021-08-17 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Emacs' support for asynchronous operations is at best primitive. There > is built-in support for calling processes asynchonously and > there is some other development work to set the stage for adding threads, > but I think general asynchronous processing inside Emacs is a

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Dr. Arne Babenhauserheide
Zelphir Kaltstahl writes: > I have repeatedly tried to use another programming language than elisp for > writing source blocks in org-mode, which I intended to use as functions inside > org-mode spreadsheets. So far without success. I’m using scheme in org-mode during export (though not it

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-09 Thread Dr. Arne Babenhauserheide
Eric S Fraga writes: >> Not sure if it counts as off-topic for this thread, but does everyone >> use Git to manage their Org docs and notes? > > I use a variety of version control systems but for multiple computers I > use unison to keep them all synchronised. I use Mercurial for all my

Re: literate programming, development log -- ideas?

2021-06-07 Thread Dr. Arne Babenhauserheide
briangpowell writes: > * Donald Knuth created much for us, including TeX and a Literate > Programming system called CWeb which helped to make C code documented in > what he envisioned for Literate Programming > > ** A more generalized system that is based on CWeb is NoWeb--useful not > just for

Re: literate programming, development log -- ideas?

2021-06-07 Thread Dr. Arne Babenhauserheide
Greg Minshall writes: > but i also feel a need for something that might be called a lab > notebook, a development log, of ideas, including dead ends, i pursue > during the development process, with links, etc.. but, i'm not really > sure how to structure this bit, how to integrate it in the

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-04 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Scott Randby writes: > >> On 6/2/21 8:07 AM, Bruce D'Arcus wrote: >>> On Wed, Jun 2, 2021 at 4:28 AM Tim Cross wrote: >>> The more I think about it, I think the best solution would be to update the code which sets the default and have it check for latexmk. If it

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Dr. Arne Babenhauserheide
Scott Randby writes: > On 6/2/21 8:07 AM, Bruce D'Arcus wrote: >> On Wed, Jun 2, 2021 at 4:28 AM Tim Cross wrote: >> >>> The more I think about it, I think the best solution would be to update >>> the code which sets the default and have it check for latexmk. If it is >>> found, set it as the

Re: The fate of ditaa.jar (9.4.5.)

2021-05-13 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > Exactly, so it is enough to just download a single file and point your > org to it with one `setq' in your init file. So it does not need a > pacakge managmenet on os level. Package management is how users should install software. Otherwise you quickly reach the point

Re: The fate of ditaa.jar (9.4.5.)

2021-05-13 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > Jarmo Hurri writes: > >> Greetings. >> >> "Dr. Arne Babenhauserheide" writes: >> >>> Arthur Miller writes: >>> >>>> By the way, how difficult is to download one file from the internet >&g

Re: The fate of ditaa.jar (9.4.5.)

2021-05-12 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > I don't think that would be the case. Java is considered unsafe software > so I wouldn't rely on older versions being pre-installed and avialable > everywhere. Java is not considered unsafe software — not any more than any interpreted language. What’s unsafe are Java

  1   2   3   >