Hi folks,
Please see the attached patch that allows for post-processing of
PlantUML diagrams based on the exported file extension. I currently use
this to transform text in PlantUML SVGs to paths with Inkscape so that
they can be embedded in PDFs with the text displaying at the correct
size in th
Hello again,
physiculus writes:
> Yes that works!
> usually i do not use imagemagick. I use graphicsmagick, but ido not know
> how i have to set the right command line.
> SVG does nothing.
> Very sad :-(
> I want to use this because of quality reasons.
> Do you know, how i can test svg?
the dvis
To reproduce with `emacs -Q` :
- Open an org buffer
- Call ~(setq org-format-latex-options '(:foreground default
:background "Black" :matchers ("$")))~
- Call =C-c C-x C-l= (org-latex-preview) on a latex fragment such as
$abc$
This bug was introduced by the commit 2f9e1569f which adds
Hi Nicolas,
I've included the simplest patch I could come up with for the
divergence in behavior between org-babel-tangle-single-file and
org-link-search. I think there are two new threads that I need to
create. One is related to how to make it possible to specify what
should be removed along w
Hello,
Ramesh Nedunchezian writes:
> If you are using `compilation-minor-mode'--yes, the minor mode and not
> the major mode--you can have goodness of /both/ tabulated list mode
> and compilation mode.
>
> Here is an attempt.
At this point, I may suggest to write a proper patch so Org users can
Hello,
Tom Gillespie writes:
> We can decouple them, so not an issue. The attached patch implements
> the header arg equivalents of -r and -l without making any changes to the
> existing switch behavior.
This is already conflating the two. I'd like to solve the issue at hand
without having head
Hello,
Nick Dokos writes:
> The following MWE illustrates:
>
> --8<---cut here---start->8---
> #+COLUMNS: %25ITEM %6CLOCKSUM{:}
>
> * Goal 3
> :PROPERTIES:
> :ID: goal_3
> :END:
>
> #+BEGIN: columnview :hlines 4 :id goal_3 :maxlevel 3
>
> #+END
>
> *
Am Mi, 2021-04-07, 19:26 +0200, Juan Manuel Macías
schrieb:
Yes that works!
usually i do not use imagemagick. I use graphicsmagick, but ido not know
how i have to set the right command line.
SVG does nothing.
Very sad :-(
I want to use this because of quality reasons.
Do you know, how i can test
Hello,
Adam Sneller writes:
> Nicholas - can you recommend how to best implement this with
> font-lock-add-keywords?
I think you can add a function as a matcher. The function could probably
be what you wrote already.
See `org-set-font-lock-defaults' for examples.
Regards,
--
Nicolas Goaziou
Hello,
physiculus writes:
> Hello again,
>
> thanks for the snippet, but unfortunately it doesn't work :-(
>
> Now it doesn't stop with error, it happens nothing.
> here is my config.
>
> Variable:
> org-preview-latex-default-process is a variable defined in ‘org.el’.
> Its value is ‘luasvg’
> O
Am Di, 2021-04-06, 21:13 +0200, Juan Manuel Macías
schrieb:
Hello again,
thanks for the snippet, but unfortunately it doesn't work :-(
Now it doesn't stop with error, it happens nothing.
here is my config.
Variable:
org-preview-latex-default-process is a variable defined in ‘org.el’.
Its valu
Hi Diego
Diego Zamboni writes:
> Hi Juan Manuel,
>
> Thank you for writing this, which is the clearest explanation I have
> seen of the advantages of LuaLaTeX/XeLaTeX. I have been using LaTeX
> for nearly 30 years, but stopped using it intensively every day when
> pdfLaTeX was still the bleeding
Hello, Christian.
Thanks for the tip!
It is indeed a very good solution.
For now, I’m improvising the one-key approach with this
~/.emacs.d/init.el:
(setq org-speed-commands-user
'(("j" my/org-quick-refile)))
(defun my/org-quick-refile ()
"Refile subtree using list of predefined targets
It works if you put a #+label on the table ... which confuses me, because I
looked through the manual for #+label and there's no mention of it at all, but a
bunch of my Org files use it (for LaTeX export).
# -
#+name: t1
#+begin_src R :exports both
library(tidyverse)
x <- tribble(~a, ~b, 1
Hi Juan Manuel,
Thank you for writing this, which is the clearest explanation I have seen
of the advantages of LuaLaTeX/XeLaTeX. I have been using LaTeX for nearly
30 years, but stopped using it intensively every day when pdfLaTeX was
still the bleeding edge. When I started again in the last coupl
My approach is to tag the equivalent of your "Notes" subtree of the
various projects in my agenda files with an :INBOX: tag.
The following code in .emacs then makes sure they are presented as
refile targets:
;; Refile
(setq org-refile-targets
'((org-agenda-files . (:tag . "INBOX")) ;; In
Timothy writes:
> It's worth nothing that the current approach isn't just "not great", but
> actually causes some issues.
Oh, and for reference the W3C violation this fixes is:
"Attribute alt not allowed on element object"
--
Timothy
Hey everyone,
This is the first patch addressing an item raised in
https://orgmode.org/list/87sga4914t@gmail.com/ [subject: W3C
violations in Org's HTML export].
For more information see the email mentioned above and/or the commit
message.
It's worth nothing that the current approach isn't ju
18 matches
Mail list logo