Org 9.5 broke the rendering of my SVG images

2022-10-12 Thread Alexandre Duret-Lutz
Hi, In Org 9.5, SVG images started being exported by the HTML exporter as rather than . The patch causing that was https://list.orgmode.org/87k0pemj6d@gmail.com/T/ with two arguments: 1) do not have an alt attribute 2) will not render some SVG file correctly if it has no viewBox (I'm

diagnosing SRC blocks with different output on export

2020-07-27 Thread Alexandre Duret-Lutz
/manual/Results-of-Evaluation.html it seems like I'd like I'm asking for a new form of handling. Something like "compare" instead of "replace". Best regards -- Alexandre Duret-Lutz

Re: [O] #+PROPERTY: header-args:C++ will not work

2019-04-15 Thread Alexandre Duret-Lutz
On Mon, Apr 15, 2019 at 2:53 PM Alexandre Duret-Lutz wrote: > Unfortunately, this does not work for C++ blocks. I just noticed that I could change all my C++ blocks into cpp blocks and then use header-args:cpp without any problem. The org-mode manual states that the identifier for th

[O] #+PROPERTY: header-args:C++ will not work

2019-04-15 Thread Alexandre Duret-Lutz
property header-args:C++ has not been set by other means. I there other way to assign (not append) some value to the header-args property from the some org file? -- Alexandre Duret-Lutz

Re: [O] Bug: regression with :export both :noweb strip-export [9.2 (9.2-elpa @ /home/adl/.emacs.d/elpa/org-20181230/)]

2019-01-16 Thread Alexandre Duret-Lutz
On Tue, Jan 15, 2019 at 11:50 PM Alexandre Duret-Lutz wrote: > Since I updated to org 9.2, the following idiom stopped working. > > -- > #+NAME: context > #+BEGIN_SRC C++ :exports none > #include > int u = 0; > #+END_SRC > > #+BEGIN_SRC C++ :ex

[O] Bug: regression with :export both :noweb strip-export [9.2 (9.2-elpa @ /home/adl/.emacs.d/elpa/org-20181230/)]

2019-01-15 Thread Alexandre Duret-Lutz
Hi! I have some documentation where I use the noweb syntax to include some common context in some code fragment I want to discuss. On export I'd like to display the code fragments without the common context, followed by their output. Since I updated to org 9.2, the following idiom stopped

[O] Bug: using :flags for C source block produce invalid html [8.2.1 (8.2.1-15-ge5cecc-elpa)]

2013-10-27 Thread Alexandre Duret-Lutz
-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) -- Alexandre Duret-Lutz