Re: Support for tabularray in LaTeX export

2021-09-02 Thread Juan Manuel Macías
width alignment contents table-env))) (org-latex--decorate-table output attr caption above? info)) (advice-add 'org-latex--org-table :override #'my/org-latex--org-table) #+end_src and then: #+ATTR_

Re: Smart quotes for Greek (questions for a possible patch)

2021-08-31 Thread Juan Manuel Macías
to Greek. Best regards, Juan Manuel Protesilaos Stavrou writes: > Hello Michalis, Juan Manuel, > > [ I had no access to a computer and could not get to you sooner. Expect > timely replies from now on. ] > > The first level quotes are indeed «». For the other two, I have to rel

Re: pygments support

2021-08-27 Thread Juan Manuel Macías
Hi Yuchen, I only know this one, but haven't tried it: https://github.com/or/pygments-orgmode-lexer Best regards, Juan Manuel Yuchen Pei writes: > Hello, > > I was playing with my cgit setup when I noticed that pygments does not > support org mode syntax highlighting[1]. > &

Re: how to get multi-line author in ODT export?

2021-08-26 Thread Juan Manuel Macías
, Juan Manuel John Kitchin writes: > That is really nice, thanks for sharing it! > John > > --- > Professor John Kitchin (he/him/his) > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsbur

Re: how to get multi-line author in ODT export?

2021-08-26 Thread Juan Manuel Macías
backend info) (cond ((org-export-derived-backend-p backend 'odt) (replace-regexp-in-string "!!!" "\n" text)) ((org-export-derived-backend-p backend 'latex) (replace-regexp-in-string "!!!" "" text)))) #+end_src Cont

Re: how to get multi-line author in ODT export?

2021-08-26 Thread Juan Manuel Macías
ot; "\n" author)) (format "\n" (replace-regexp-in-string "" "\n" author)) We could do this in our documents: #+AUTHOR: Han Solo \\ Chewbacca (little tested) Best regards, Juan Manuel Eric S Fraga writes: > So, as usual, I answer my own que

Search in descriptive plain lists

2021-08-19 Thread Juan Manuel Macías
ainlist-alist)) (message (mapconcat 'identity my-org/desc-plainlist-candidate "" #+end_src Best regards, Juan Manuel

Re: Smart quotes for Greek (questions for a possible patch)

2021-08-16 Thread Juan Manuel Macías
ave for the second-level quotation marks the tandem U+201C/201D, as the lesser evil. Let's see what Protesilaos thinks. Best regards, Juan Manuel

Smart quotes for Greek (questions for a possible patch)

2021-08-14 Thread Juan Manuel Macías
X and XeTeX. But this character would be difficult to obtain in pdfTeX even using inputenc with the utf8 option. Best regards, Juan Manuel

Re: Custom function for killing the thing at point

2021-08-13 Thread Juan Manuel Macías
Hi Rodrigo, Thanks for sharing, it seems interesting and useful. But I think this function is missing in your post: `my/kill-new'. Best regards, Juan Manuel Rodrigo Morales writes: > I just created this function for copying the thing under the cursor (it > works for some #+BEGIN

Re: Org + git branches for derived files

2021-08-13 Thread Juan Manuel Macías
ng-directory, and configure in this directory a second git repository, only for PDFs. The value of :publishing-function keyword should be `org-latex-publish-to-pdf'. Best regards, Juan Manuel

Re: return column from table as a column

2021-08-13 Thread Juan Manuel Macías
ist list-from-column))) new-table) #+end_src Regards, Juan Manuel

Re: return column from table as a column

2021-08-13 Thread Juan Manuel Macías
r))) data))) (mapcar 'list column)) #+end_src #+RESULTS: | jid | | 1632 | | 1633 | Best regards, Juan Manuel Roger Mason writes: > Hello, > > I need to extract a column from a table to use as input to a source > block. I want the extracted column to be returned as a colum

[tip] get the verse number at point inside a verse block

2021-08-13 Thread Juan Manuel Macías
little package to display verse numbers at margin: https://gitlab.com/maciaschain/org-verse-num Best regards, Juan Manuel

"Continuous Integration and TeX with Org-Mode", by Rohit Goswani (TUG 2021)

2021-08-06 Thread Juan Manuel Macías
--- More info: https://tug.org/tug2021/sched.html Best regards, Juan Manuel

Re: ConTeXt exporter for Org Mode

2021-08-04 Thread Juan Manuel Macías
c conception than LaTeX. Very interesting and promising, in any case. Best regards, Juan Manuel

[PATCH] ox.el: fix spanish translation for `footnotes'

2021-08-03 Thread Juan Manuel Macías
Hi, The Spanish translation for "Footnotes" in `org-export-dictionary' is "Nota al pie de página" ("Nota"[="Note"], in the singular form). I think it would be more correct "Notas", in the plural form. Attached

Re: TMIO July Post: Introducing Citations

2021-08-02 Thread Juan Manuel Macías
saur.com/tmio/2021-07-31-citations.html Thank you very much for this comprehensive and very useful post: the best way to start my summer vacation! :-) And many thanks to those who have developed this interesting and promising new Org feature. Best regards, Juan Manuel

Re: Multilingual quotes inside paragraphs

2021-07-28 Thread Juan Manuel Macías
ingual chunks of text inside paragraphs. Maybe some kind of inline `quote' block? Best regards, Juan Manuel

Multilingual quotes inside paragraphs

2021-07-26 Thread Juan Manuel Macías
(cdr (assoc target langs))) "}{" desc "}}"))) ((or (eq format 'html) (eq format 'odt)) ;; TODO (format "«%s»" desc) Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-17 Thread Juan Manuel Macías
for Greek; but it is often said that Old Standard is one of the best and most documented options to represent Cyrillic). Best regards, Juan Manuel Maxim Nikulin writes: > On 17/07/2021 01:34, Juan Manuel Macías wrote: >> Maxim Nikulin writes: >> >>> I think that

Re: org-mode export to (latex) PDF

2021-07-16 Thread Juan Manuel Macías
hange.com/questions/514940/define-fallback-font-for-missing-glyphs-in-lualatex (anyway, I insist that combining glyphs is something you must be done with care) Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-15 Thread Juan Manuel Macías
, my_pua , "my_pua" )}} \AtBeginDocument{\activatepuatext} (I add a simple substitution to the callback `process_imput_buffer' [see: http://wiki.luatex.org/index.php/Callbacks], but these kinds of overrides can also be do from Org using a custom filter). Regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-15 Thread Juan Manuel Macías
fontspec or Babel ("\babelfont", which is a frontend for fontspec). Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-14 Thread Juan Manuel Macías
te a TeX engine totally Unicode based: https://en.wikipedia.org/wiki/Omega_(TeX). Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-13 Thread Juan Manuel Macías
t[russian]{rm}[% Numbers=Lowercase]{Linux Libertine O} \babelfont[greek]{rm}[% Numbers=Lowercase]{Old Standard} Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
lem is that it's not as documented as LaTeX. Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
in another block with the keyword `:noweb': #+begin_src latex :noweb yes :results raw ,#+LaTeX_Header: <> #+end_src (This useful trick came from Charles Berry in this thread: https://orgmode.org/list/225a3d45-0f47-4ffe-8bba-f023cb8c9...@health.ucsd.edu/#r) Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
t--- scheint bei einer philosophischen Schrift nicht nur überflüssig, sondern um der Natur der Sache willen sogar unpassend und zweckwidrig zu sein (Hegel). #+end_quote Best regards, Juan Manuel

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
rg should have multilingual support. A few months ago I started this thread here, with some proposals: https://orgmode.org/list/87o8d95pvo@posteo.net/ Best regards, Juan Manuel

Re: [PATCH] [BUG] Bad fontification in full displayed links

2021-07-10 Thread Juan Manuel Macías
Hi Ihor, Ihor Radchenko writes: > Why not just (add-face-text-property start end face-property)? You are right, I think that solution is much simpler. I attach a new patch and I have included your name in the commit message, for the suggestion. Thanks! Best regards, Juan Manuel &g

[PATCH] [BUG] Bad fontification in full displayed links

2021-07-09 Thread Juan Manuel Macías
Hi, To reproduce the bug: 1. Put some link: [[target][description]] 2. Run `org-toggle-link-display' As a possible fix I'm attaching this patch. Best regards, Juan Manuel >From caf32a7e1fb1b4bddfa011520f5403d5b6b19ddd Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Date: Tue, 8 Jun 2

Re: convert subtree or nested list to table

2021-07-07 Thread Juan Manuel Macías
ything works as expected (taking into account that with this code of mine the expectations have to be modest :-). I will do a test on Emacs master... Best regards, Juan Manuel

Re: convert subtree or nested list to table

2021-07-06 Thread Juan Manuel Macías
cros to indicate a line break and a paragraph end: {{{nl}}} and {{{par}}}. In the edit buffer you can put line breaks and white lines, but all of that is lost inside the cell once saved (all is a single line), so those macros are needed to indicate line or paragraph breaks (in LaTeX). Bes

Re: convert subtree or nested list to table

2021-07-05 Thread Juan Manuel Macías
like that is what you are looking for, but if you are interested, I can clean up the code a bit and upload it here. Best regards, Juan Manuel

Re: Virtually prefix headlines according to content

2021-06-29 Thread Juan Manuel Macías
"+GITHUB={.+}")) (add-hook 'org-mode-hook #'add-github-tag) #+end_src Best regards, Juan Manuel

Re: Export Org mode files to (gag, barf) MS Office?

2021-06-26 Thread Juan Manuel Macías
after exporting to "odt". Command ‘org-odt-export-to-odt’ exports first to "odt" format and then uses ‘org-odt-convert-process’ to convert the resulting document to this format. During customization of this variable, the list of valid values are populated based on ‘org-odt-conver

Re: publishing: no default publishing function, or symbol is not defined

2021-06-25 Thread Juan Manuel Macías
the rest of the org documents that you have inside the folder specified in the `:base-directory' option. For more info, you can evaluate (info (org) Generating an index) What is your org-publish configuration? Best regards, Juan Manuel

Re: An attempt to convert Elfeed entries (with parameters) to Org trees

2021-06-24 Thread Juan Manuel Macías
CTAN news in my blog about typography and TeX (in Spanish), and I update it using that method. Best regards, Juan Manuel

Re: appearance of list as results from evaluating code blocks

2021-06-23 Thread Juan Manuel Macías
gt; Is it possible to get this. Try #+begin_src emacs-lisp :results raw (list 1 2 3) #+end_src #+RESULTS: (1 2 3) Best regards, Juan Manuel

Re: [External Email] Re: publishing: no default publishing function, or symbol is not defined

2021-06-19 Thread Juan Manuel Macías
Helm Anyway, I think in this scenario it's better to use tags, but org-publish doesn't provide tags out of the box. You need to do some elisp hacking to get something like blog tags in your web site. Best regards, Juan Manuel

Re: publishing: no default publishing function, or symbol is not defined

2021-06-19 Thread Juan Manuel Macías
title "\n\n" "#+SETUPFILE:" "~/Git/lunotipia/html-lunotipia.setup" "\n#+SETUPFILE:" "~/Git/gnutas/macros-gnutas.setup" "\n#+AUTHOR:" "Juan Manuel Macías" "\n#+LANGUAGE:" "es&q

Re: Failure to resolve internal links on ox-html export?

2021-06-18 Thread Juan Manuel Macías
- It's not exactly what you're looking for, but it can help you find a solution. Best regards, Juan Manuel

A dictionary made in Org Mode

2021-06-18 Thread Juan Manuel Macías
://cloud.disroot.org/s/tBpMQP6afssY37p And this short video shows a quick overview of the files involved and the final compilation, before printing all the work: https://vimeo.com/538137630 Best regards, Juan Manuel

Re: example paper written in org completely

2021-06-17 Thread Juan Manuel Macías
ere is a "Tex Showcase" on the Tex User Group website: http://tug.org/texshowcase/, with samples of published books, articles or web pages, all written in Org, to demonstrate the productivity of Org Mode. What do you think? Best regards, Juan Manuel

Re: no inline images anymore after reinstall

2021-06-16 Thread Juan Manuel Macías
commenting the lines: NameError: name 'fontsize' is not defined NameError: name 'rcParams' is not defined) Best regards, Juan Manuel Prof. Dr. Johanna May writes: > Hi guys, > > I've been trying on the web and in "known as good" config files to solve > this but cannot see

Re: org-critical-edition (a package for philologists and classicists)

2021-06-15 Thread Juan Manuel Macías
text and is also the "lemma" in the critical note. In org-critical-edition I define a new link type called `edtext', using `org-link-set-parameters', and the identifying string (`edtext:') must be placed in the target part. Best regards, Juan Manuel

[tip] LaTeX preview of a region

2021-06-12 Thread Juan Manuel Macías
latex-prev t) (overlay-put ov 'display prev (defun my-org-latex-remove-prev-region () (interactive) (remove-overlays nil nil 'overlay-latex-prev t)) #+end_src Best regards, Juan Manuel

Re: Write Markdown in Org mode

2021-06-12 Thread Juan Manuel Macías
atures that at first it can saturate you. A Recommended initial reading may be the compact guide, which gives you a pretty global vision without going too deep in each aspect: https://orgmode.org/guide/ Best regards, Juan Manuel

Re: Write Markdown in Org mode

2021-06-12 Thread Juan Manuel Macías
t block (see https://orgmode.org/manual/Extracting-Source-Code.html): #+begin_src markdown :tangle my-file.md your text in markdown... #+end_src Best regards, Juan Manuel

Re: Failure to resolve internal links on ox-html export?

2021-06-11 Thread Juan Manuel Macías
Hi Tim, Try setting this variable to non-nil: (setq org-export-with-broken-links t) Best regards, Juan Manuel Tim Visher writes: > Hi Everyone, > > I'd like to be able to link to various areas of a large wiki file I > maintain for when I'm looking at an entry in emacs

Re: org-attach a directory?

2021-06-11 Thread Juan Manuel Macías
I have put the Ihor's snippet in my init file. I find it very useful, and everything is done from a simple Helm session. The only case it doesn't work is when I just want to copy a directory --not a file-- (instead of moving or giving it a symbolic link). So I have done this little modification

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

2021-06-11 Thread Juan Manuel Macías
is secondary and is only for keep some backups (I also keep a weekly backup of Elpa folders ---last versions--- there, in case some update breaks something). Best regards, Juan Manuel

Re: org-attach a directory?

2021-06-10 Thread Juan Manuel Macías
You could also modify some line in org-attach-attach, for example: ... ((eq method 'cp) (if (file-directory-p file) (copy-directory file attach-file) (copy-file file attach-file))) ... Best regards, Juan Manuel Juan Manuel Macías writes

Re: org-attach a directory?

2021-06-10 Thread Juan Manuel Macías
suggested before, and you don't need to define new attach commands/methods. I would vote for a patch in that direction (Ihor's code). Best regards, Juan Manuel Christian Barthel writes: > On Thu, Jun 10 2021, Ypo wrote: > >> C-c C-a >> >> s >> >> (not "

[patch] Re: org-attach a directory?

2021-06-08 Thread Juan Manuel Macías
r to use `read-file-name' and `read-directory-name' according to each case, but I can't think of how to solve that. Anyway, `read-file-name' may also apply here for directories. (Little tested). Best regards, Juan Manuel >From 5a2f59a74c9b3f8ff1cf25777067780400f9043f Mon Sep 17 00:00:00 2001

[PATCH] org.el: prevent partial fontification when a link is full displayed (was org-link-set-parameters: when :display full, etc.)

2021-06-07 Thread Juan Manuel Macías
As I commented in a previous post of this thread, to reproduce the bug, just run `org-toggle-link-display'. As a possible solution I'm attaching this patch (little tested). Best regards, Juan Manuel >From caf32a7e1fb1b4bddfa011520f5403d5b6b19ddd Mon Sep 17 00:00:00 2001 From: Juan Man

org-critical-edition (a package for philologists and classicists)

2021-06-07 Thread Juan Manuel Macías
/reledmac). (For those who are not philologists, this is an example of critical edition that I typesetted recently: https://imgur.com/a/drqCib5) Feedback welcome! Best regards, Juan Manuel

Re: literate programming, development log -- ideas?

2021-06-07 Thread Juan Manuel Macías
;Add a note to the current entry. This is done in the same way as adding a state change note." And I've set (setq org-log-into-drawer t) On the other hand, maybe you can find interesting the org-marginalia package: (https://github.com/nobiot/org-marginalia). Best regards, Juan Manuel

Re: [bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part

2021-06-06 Thread Juan Manuel Macías
Juan Manuel Macías writes: > To simplify what I mentioned in my previous message, the bug is simply > reproducible with any link, when running `org-toggle-link-display'. > > I'm not sure, but I would say it was introduced in the commit: > > 8bdcf51ac lisp/org.el: Update previ

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-06 Thread Juan Manuel Macías
dea. There are many options in LaTeX to manage cross references, beyond the standar \ref. I use the varioref package a lot (https://www.ctan.org/pkg/varioref). Best regards, Juan Manuel

Re: [bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part

2021-06-04 Thread Juan Manuel Macías
regards, Juan Manuel Juan Manuel Macías writes: > Hi all, > > In master: > > if I do: > > (org-link-set-parameters "foo" >:display 'full >:face '(:foreground "chocolate" :weight bold > :underli

[bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part

2021-06-03 Thread Juan Manuel Macías
tion part. Expected result: shouldn't the face be applied to the entire link? Best regards, Juan Manuel

Remove all Org metadata with header argument `:comments org'

2021-06-03 Thread Juan Manuel Macías
is necessary in a source file, wouldn't it be better to get rid of it during the tangle process, leaving only pure content as comment strings? Maybe converting the Org file content to plain text with ox-ascii, or something like that? What do you think? Best regards, Juan Manuel

Re: Format babel code block for export?

2021-06-02 Thread Juan Manuel Macías
ts silent :exports none <> <> <> #+end_src Best regards, Juan Manuel Galaxy Being writes: > I have this > > #+begin_src haskell :results silent :exports code > :{ > maximum'' :: (Ord a) => [a] -> a > maximum'' = foldl1 (\x acc -> if x > acc then x e

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

2021-06-02 Thread Juan Manuel Macías
r many packages that need multiple compilations, indexes, etc. Best regards, Juan Manuel

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

2021-06-01 Thread Juan Manuel Macías
ompile with LuaTeX). Best regards, Juan Manuel

An attempt to convert Elfeed entries (with parameters) to Org trees

2021-05-31 Thread Juan Manuel Macías
to try it, I attach an Org document with the code, which is very preliminary, not too fancy and quite improvable. Feedback welcome! :-) Best regards, Juan Manuel elfeed-to-org.org Description: Lotus Organizer

Re: TMIO Pre-release, request for feedback

2021-05-30 Thread Juan Manuel Macías
nthusiasm for Org and Emacs :-D I like the design of the site: very clear and readable. Best regards, Juan Manuel

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Juan Manuel Macías
ywords t) If you are going to use that filter in many documents, you can better add to your ~ /.emacs: (add-to-list 'org-export-filter-final-output-functions 'single-quote-filter) Best regards, Juan Manuel

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Juan Manuel Macías
panish it is not correct to use second level quotes “...” as first-level quotes. I do not know if it is correct in German. Best regards, Juan Manuel

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Juan Manuel Macías
d 'latex) (replace-regexp-in-string "´\\([[:graph:]]+\\)" "‚glq{}\\1" (replace-regexp-in-string "\\([[:graph:]]+\\)´" "\\1grq{}"

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Juan Manuel Macías
man=quotes]{csquotes} #+LaTeX_Header: \MakeOuterQuote{"} #+LaTeX_Header: \MakeInnerQuote{´} #+LaTeX: \selectlanguage{german}\EnableQuotes It's a ´test´. "Please". lorem "ipsum ´dolor´ sit" amet Best regards, Juan Manuel Andreas Gösele writes: > Hi, > > even using &q

Re: [PATCH] ox-latex.el: add LaTeX attributes to quote block

2021-05-26 Thread Juan Manuel Macías
quote' environment is already far exceeded by other more powerful options, like the csquotes package. Best regards, Juan Manuel >From c2e39f5f3046d7a8e90878351b35c89656dacdfc Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Date: Wed, 26 May 2021 23:58:05 +0200 Subject: [PATCH] ox-latex.e

Re: [PATCH] ox-latex.el: add LaTeX attributes to quote block

2021-05-25 Thread Juan Manuel Macías
Hi Nicolas, Nicolas Goaziou writes: > You can do it in the same patch. Here is the updated patch, with the corresponding additions in the manual and ORG-NEWS. Best regards, Juan Manuel >From 987566d52cd36c990d3db3f83d2c6433254ac2e3 Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Dat

Re: [PATCH] ox-latex.el: add LaTeX attributes to quote block

2021-05-25 Thread Juan Manuel Macías
Hi Nicolas, Thank you for your indications. Attached the updated patch. Do you need me to prepare another patch to document the modifications and add them to org-NEWS? Best regards, Juan Manuel Nicolas Goaziou writes: > Hello, > > Juan Manuel Macías writes: > >> S

[PATCH] ox-latex.el: add LaTeX attributes to quote block

2021-05-24 Thread Juan Manuel Macías
andern frühern oder gleichzeitigen Behandlungen desselben Gegenstandes zu stehen glaubt--- scheint bei einer philosophischen Schrift nicht nur überflüssig, sondern um der Natur der Sache willen sogar unpassend und zweckwidrig zu sein (Hegel). #+end_quote Best regards, Juan Manuel >F

Re: [PATCH] org.el: use only link descriptions in indirect buffer names

2021-05-23 Thread Juan Manuel Macías
eplace links in string S with their description. If there is no description, use the link target. --- Thank you very much for the suggestion, Ihor! (new patch attached) Best regards, Juan Manuel >From b859f45abaa94e546e625b7b8c9f47ed64d6b4b4 Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Date: S

[PATCH] org.el: use only link descriptions in indirect buffer names

2021-05-22 Thread Juan Manuel Macías
-- OK Computer (1997)]]-1" I would like to propose the attached patch, so that only the link description is used in the indirect buffer name: "streaming.org-Radiohead -- OK Computer (1997)-1" Best regards, Juan Manuel >From b859f45abaa94e546e625b7b8c9f47ed64d6b4b4 Mon Sep 17 0

An attempt to prepare critical editions within Org

2021-05-20 Thread Juan Manuel Macías
be edited or created (over a marked region) in a dedicated buffer. Soon I will upload to GitLab a first version of the package (quite immature at the moment: feedback welcome!) but here is a brief screencast: https://lunotipia.juanmanuelmacias.com/images/org-critical-edition.mp4 Best regards, Juan

Re: [org-footnote--allow-reference-p]

2021-05-20 Thread Juan Manuel Macías
examples. A very typical (and practical) use is when you want to emphasize a part of a word: with /meta/literature you get (LaTeX) \emph{meta}literature instead of the literal /meta/literature... Best regards, Juan Manuel

Re: [org-footnote--allow-reference-p]

2021-05-20 Thread Juan Manuel Macías
-x insert-char RET 200b RET) Best regards, Juan Manuel

Re: Multilingual support (proposals and state of the question)

2021-05-17 Thread Juan Manuel Macías
n include anything you want, even quote blocks. And you also have org-edit-special... Best regards, Juan Manuel

Multilingual support (proposals and state of the question)

2021-05-17 Thread Juan Manuel Macías
in french #+end_src And finally, for sections, you could think of a new property ':lang:' * Header :PROPERTIES: :LANG: pt :END: ... Best regards, Juan Manuel

Re: [Question] Custom parse tree filter

2021-05-17 Thread Juan Manuel Macías
ure is passed as an argument of `(funcall create-export-snippet ...)' With a single property it works fine, although I have to test more... Thak you very much! Best regards, Juan Manuel Nicolas Goaziou writes: > Hello, > > Juan Manuel Macías writes: > >> I am writing a cus

[Question] Custom parse tree filter

2021-05-16 Thread Juan Manuel Macías
. Thanks in advance! Best regards, Juan Manuel #+BIND: org-export-filter-parse-tree-functions (my-custom-filters/fontspec-headline) #+begin_src emacs-lisp :exports results :results none (defun my-custom-filters/fontspec-headline (tree backend info) (when (org-export-derived-backend-p backend

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-15 Thread Juan Manuel Macías
useful, as Maxim commented here: https://orgmode.org/list/s7g...@ciao.gmane.io/) Best regards, Juan Manuel

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-15 Thread Juan Manuel Macías
ess of my patch. Perhaps, as a patch, it is too premature and perhaps it's better to leave the macros issue, for the moment, as it is... What do you think? Best regards, Juan Manuel

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-11 Thread Juan Manuel Macías
Here is the fixed version of the patch. Best regards, Juan Manuel Eric S Fraga writes: > Could you create a new patch so I can try this easily? > > gracias, > eric >From 4aae61c3600fba136dfa101d54011c0aef9169a3 Mon Sep 17 00:00:00 2001 From: Juan Manuel Macías Date: Tue, 11

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-11 Thread Juan Manuel Macías
(org-trim a))) (list 'macro (list :key key :value value :args args :begin begin :end end :sep sep :post-blank post-blank)) Eric S Fraga write

[tip] Export annotations with the 'Mindflow' LaTeX package

2021-05-10 Thread Juan Manuel Macías
indflow-env-heading) #+end_src Here are some screenshots: https://imgur.com/a/jo320AI Best regards, Juan Manuel https://juanmanuelmacias.com/

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-05-08 Thread Juan Manuel Macías
Hi all, Here I am attaching a new version of the patch that includes a commit message. I put here an example for those who want to try it, a fragment of a poem by W.H. Auden. Best regards, Juan Manuel #+begin_src org ,#+LaTeX_Header: \usepackage{verse} ,#+ATTR_LATEX: :center t

Re: About multilingual documents

2021-05-06 Thread Juan Manuel Macías
lang-quotes body)) ((member "latex" result-params) (org-export-string-as (concat "#+Title: \n" body) 'latex t)) ((member "html" result-params) (org-export-string-as body 'html t)) ((member "ascii" result-params) (org-export-string

Re: About multilingual documents

2021-05-03 Thread Juan Manuel Macías
and the ability to toggle between languages in a document, and the idea you propose seems to me that it makes a lot of sense. Best regards, Juan Manuel Aleksandar Dimitrov writes: > Hi Juan, > > this sounds very interesting to me, as I, too, mostly write in Org > and, sometimes wri

About multilingual documents

2021-05-02 Thread Juan Manuel Macías
s that Babel supports can be indicated explicitly, by prepending "--": %(fr) ... %() %(--esperanto) ... %() (If someone wants to try it, I attach a small Org document). Best regards, Juan Manuel test-langs.org Description: Lotus Organizer

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-05-02 Thread Juan Manuel Macías
t loaded. For now, you need to load the verse package or add it to org-latex-packages-alist... Best regards, Juan Manuel

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-01 Thread Juan Manuel Macías
this proposal... [1] To mitigate 'comma issue' I wrote a function that escapes commas when saving document :-D Best regards, Juan Manuel Nicolas Goaziou writes: > Hello, > > Bastien writes: > >> thank you for the patch. I understand the general idea, but I think >&

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-05-01 Thread Juan Manuel Macías
: > https://orgmode.org/worg/org-contribute.html#commit-messages Sorry again for not including a commit message. If the patch it is finally accepted, I can submit a new version that includes a commit message (and a few minor fixes I made to the code). Best regards, Juan Manuel

Re: How to create a macro that inserts multiline text with :B_ignoreheading: tag?

2021-04-30 Thread Juan Manuel Macías
le version. Macro definitions do not allow spaces. You can try something like: #+MACRO: article_text (eval (concat "*** More explanation coming" "\s" ":B_ignoreheading:\n:PROPERTIES:\n:BEAMER_env: ignoreheading\n:END:")) {{{article_text}}} Best regards, Juan Manuel

[PATCH] Possibility of using alternative separators in macros

2021-04-30 Thread Juan Manuel Macías
e something like: {{{lg|(latin|trado, tradidi, traditur)}}} instead of having to escape commas in: {{{lg(latin,trado\, tradidi\, traditur)}}} Best regards, Juan Manuel >From 400d5779508fd7206a353bdb444c3cba382b8f01 Mon Sep 17 00:00:00 2001 From: juanmanuel Date: Fri, 30 Apr 2021 14:45:54 +0

<    2   3   4   5   6   7   8   9   10   >