(error "Listing directory failed but ‘access-file’ worked")

2024-04-12 Thread Edgar Lux
Hello. I got this in an Org file: #+begin_src org [[file:Figures/Ti19-g(w, eta={0.1,}, R=1e-3).svg]] [[file:Figures/Ti19-g(w, eta={0.1,}, R=1e-3).png]] #+end_src The files exist, and can be viewed in image-mode (tested with src_bash{emacs -q}). With =C-c C-o=

Re: Feature request: exclude sub-trees by backend

2024-03-27 Thread Edgar Lux
Hi, I had a need for this again (sorry for the necro-bump). On Feb 26, 2024 at 5:51 PM, Ihor Radchenko wrote: > The suggestions to use backend-specific export tag in the links are used > as ugly workarounds... Ok. It was just to show that there are other people who may use it :) . > As for

Feature request: exclude sub-trees by backend

2024-02-22 Thread Edgar Lux
Hello! I am trying to exclude different sub-trees (a.k.a. headings or sections), depending on the exporter backend. I am familiar with =:noexport:= to exclude selected sections (disregarding the backend). I found a solution, but it is only intended for a specific backend:

Re: [BUG] Warning when creating preview

2023-10-09 Thread Edgar Lux
On Oct 9, 2023 at 3:59 PM if I comment out the (add-hook 'org-mode-hook #'org-indent-mode), the error is gone -- Sent with https://mailfence.com Secure and private email -- Sent with https://mailfence.com Secure and private email

Re: [BUG] Warning when creating preview

2023-10-09 Thread Edgar Lux
On Oct 9, 2023 > #--- bug.org > \(a = 1\) > #--- further, if you stay "inside" the equation and do C-u C-c C-x C-l (to remove the preview) and try to show it again with C-c C-x C-l, the preview is not regenerated, but the minibuffer shows =Creating LaTeX previews in section... done.= --

[BUG] short TeX & in-text code highlighting [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-10-02 Thread Edgar Lux
I'm almost sure that this is known, but I don't want to assume. I get the text between ~ ~ with colouring as if it was in-text code snippet. I found it interesting \(a ~b\) and \(\int_{\Omega}fv~\mathrm{d}\) Emacs : GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo

Re: [BUG] Warning when creating preview

2023-10-02 Thread Edgar Lux
Nope, there is still something wrong with my config (see attachment). Haven't been able to reproduce consistently. -- Sent with https://mailfence.com Secure and private email log.gz Description: File Attachment: log.gz

language-specific org-babel-noweb-wrap-start?

2023-10-02 Thread Edgar Lux
Hi! I wish you a nice day, week, month... I would like to know if there is a way to set =org-babel-noweb-wrap-start= for a specific language. If I set that variable to a value, it will apply to all of them. Thank you. This is fine right now #+begin_src lang1 :noweb yes

Re: [BUG] Warning when creating preview

2023-09-28 Thread Edgar Lux
I forgot to say that now: "9.7-pre" GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) -- Sent with https://mailfence.com Secure and private email -- Sent with https://mailfence.com Secure and private email

Re: [BUG] Warning when creating preview

2023-09-28 Thread Edgar Lux
On Aug 28, 2023 at 11:00 AM, Ihor Radchenko wrote:Edgar Lux writes: > On Aug 27, 2023 at 7:29 PM, Ihor Radchenko wrote: >> I recommend https://github.com/Malabarba/elisp-bug-hunter to narrow down >> which part of the config is the culprit. > > We have a winner: Another winner? I am not

Re: [BUG] Warning when creating preview

2023-08-27 Thread Edgar Lux
On Aug 27, 2023 at 1:28 PM, Ihor Radchenko wrote: >>> 9. M-& make repro REPRO_ARGS="-l /tmp/bug.el /tmp/bug.org" > Please run this command from terminal. > It should spawn a clean Emacs instance with Org version from the repository. No warning after C-c C-x C-l(2x) -- Ihor Radchenko

Re: [BUG] Warning when creating preview

2023-08-27 Thread Edgar Lux
On Aug 26, 2023 at 6:28 PM, Ihor Radchenko wrote: > Did you see a new Emacs instance at this point? Nope. I just launched Emacs again (there is another instance running) and copied the command >> 9. M-& make repro REPRO_ARGS="-l /tmp/bug.el /tmp/bug.org" Shell buffer shows #+begin_example

Re: [BUG] Warning when creating preview

2023-08-26 Thread Edgar Lux
On Aug 23, 2023 at 9:56 AM, Ihor Radchenko > 1. Save the equation to file /tmp/bug.org > 2. Save your `setq' snippet to /tmp/bug.el > 3. cd /path/to/org/repo > 4. make repro REPRO_ARGS="-l /tmp/bug.el /tmp/bug.org" > 5. Move point to "t = 0" line > 6. C-c C-x C-l (2x) > 7. The preview appears and

Re: [BUG] Warning when creating preview

2023-08-22 Thread Edgar Lux
On Aug 18, 2023 at 6:04 PM, Ihor Radchenko wrote: > May you try to install the latest stable Org first, following > https://orgmode.org/manual/Installation.html? You should get M-x > org-version printing Org 9.6.7. > Then, let us know if the warning keeps appearing. * What happens When I type

Re: [BUG] Warning when creating preview

2023-08-18 Thread Edgar Lux
On Aug 18, 2023 at 6:04 PM, Ihor Radchenko wrote:Edgar Lux writes: > The Org version is very strange. Emacs 28 ships with Org 9.5.5 and the > latest stable version of Org available on ELPA is Org 9.6.7. The warning > comes from Org >9.6. Super weird. I don't know why I ended up in some 9.4

[BUG] Warning when creating preview

2023-08-18 Thread Edgar Lux
Hi, I don't really need help with this. Org has been telling me for days that I should report this, but I don't really want to share my configuration publicly, and I thought that it was only for a file on which I was working. It seems to be general for my configuration. I hope that it helps.

Re: How to preserve indentation of title inside a latex src block when exporting to LaTeX?

2023-08-15 Thread Edgar Lux
filter-indent-title) ;; indent title ends On Aug 15, 2023 at 12:35 PM, Edgar Lux wrote:Hello. How to preserve indentation of title inside a latex src block when exporting to LaTeX? For (annoying) reasons, I need a frontmatter block which is able to indent its contents. I am almost ther

How to preserve indentation of title inside a latex src block when exporting to LaTeX?

2023-08-15 Thread Edgar Lux
Hello. How to preserve indentation of title inside a latex src block when exporting to LaTeX? For (annoying) reasons, I need a frontmatter block which is able to indent its contents. I am almost there, but the title line is not. I can edit this manually after export, but I would like to know

#+startup: noalign & C-c }

2023-08-14 Thread Edgar Lux
Hi! Is there a way to prevent resizing of a table with =org-table-toggle-coordinate-overlays=? #+caption: there are some extra spaces after =1=, and before and after =b=. #+begin_src org ,#+startup: noalign | 1 | 2 | b | #+end_src When typing C-c } (command for

Re: how can I get the output of a =#+begin_src org= in the current buffer?

2023-08-12 Thread Edgar Lux
Thanks!!! Regarding the typo, it does not show here. But in the info buffer, the =(see *note...= becomes (see see ...). See (:P) attachment On Aug 12, 2023 at 1:07 PM, Ihor Radchenko wrote:Edgar Lux writes: > #+begin_src org >   #+latex_header: \usepackage{nil} > #+end_src > > What I want

how can I get the output of a =#+begin_src org= in the current buffer?

2023-08-12 Thread Edgar Lux
Hello, how can I get the output of a =#+begin_src org= in the current buffer? #+begin_src emacs-lisp   (org-babel-do-load-languages 'org-babel-load-languages '((shell   . t)    (latex   . t)    (emacs-lisp  . t)    (org . t)    )) #+end_src #+caption:

Re: keep intermediary tex from latex preview

2023-06-05 Thread Edgar Lux
! On Jun 5, 2023 at 11:34 AM, Edgar Lux wrote:When using xetex and dvisvgm, an equation like this: \(µp\) will render as p (see attached file), most likely because my configuration is wrong. I don't know how I fixed it for another buffer, but then I restart and--without knowing what happened

Re: keep intermediary tex from latex preview

2023-06-05 Thread Edgar Lux
export to PDF does not produce =/tmp/debug.tex=. I hope that I was able to describe my situation. Right now, I will look into =org-latex-packages-alist= again. I want to say that I appreciate Emacs and Org very much. Thank you. On Jun 4, 2023 at 5:52 PM, Timothy wrote:Hi Edgar

Re: keep intermediary tex from latex preview

2023-06-04 Thread Edgar Lux
On Jun 4, 2023 at 8:34 AM, Ihor Radchenko wrote: > In short no. > And we are also in the process of refactoring the preview system: > https://list.orgmode.org/orgmode/87lek2up0w@tec.tecosaur.net/ Looks promising! Is the functionality which I mentioned there as well? (get the .tex for the

keep intermediary tex from latex preview

2023-06-03 Thread Edgar Lux
Hello, this has possibly been asked before, but (OMFG) I haven't been able to find it (sorry). How can I keep the .tex file used to generate a latex preview from an Org buffer (or file)? (the closest that I got was =org-latex-logfiles-extensions=). I can usually see such file in =/tmp= if the

Re: [BUG] #+cite_export: ... bibstyle citestyle cannot be universally used as global defaults (was: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite)

2023-02-05 Thread Edgar Lux
Dear Ihor, On Feb 4, 2023 at 12:31 PM, Ihor Radchenko wrote:Edgar Lux writes: > For example, ... the proposed idea is > a bit awkward: > > ... > #+cite_export: processor[opt1=val1,opt2=val2,...] bibliography-style[...] > citation-style[...] > > I assumed that there is one "major"

Re: [BUG] #+cite_export: ... bibstyle citestyle cannot be universally used as global defaults (was: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite)

2023-02-03 Thread Edgar Lux
On Jan 24, 2023 at 11:54 AM, Ihor Radchenko wrote:Edgar Lux writes: > I understand. My takeaway from here is that there is a need to provide > extended global defaults for both bibliography style and citation style. > > Which is a questionable design choice. I was referring to higher-level >

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-23 Thread Edgar Lux
On Jan 23, 2023 at 12:06 PM, Ihor Radchenko wrote:Edgar Lux writes: > So, what is the problem with LATEX_HEADER approach? I thought that it would be preferable to have a native Org syntax. > I do not like passing the options as-is in #+cite_export because not all > the possible biblatex

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-22 Thread Edgar Lux
January 22, 2023 at 12:15:14 PM CET Ihor Radchenko wrote:Edgar Lux writes: > Note that we have https://orgmode.org/manual/Citation-export-processors.html > Of course, the "Citations" section of the manual is not yet complete. > More examples and details will be welcome. Yes, indeed > >

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-22 Thread Edgar Lux
January 22, 2023 at 12:36:32 PM CET "András Simonyi" wrote:Dear All, > There is also the customizable variable `org-cite-biblatex-options' to > pass additional options, That is very useful, indeed (I didn't know how to use it). Hopefully the e-mail which I just sent helps with the

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-21 Thread Edgar Lux
For the very silly reason that I was not aware of it >.< . Thank you, Ihor. For the uninformed: evaluate this as a lisp expression (require 'oc-biblatex) . Also, you can use either #+LaTeX_HEADER: \usepackage... (like shown in this thread) or style options with #+cite_export: biblatex (read

Re: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-20 Thread Edgar Lux
LOL What an idio...! (sorry) January 20, 2023 at 11:59:22 AM CET Ihor Radchenko wrote:Edgar Lux writes: > I send the attached patch for your consideration. It allows to use biber for bibliographies. I tested it with this: Thanks, but could you please attach the patch? -- Ihor Radchenko //

Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite

2023-01-19 Thread Edgar Lux
Dear list, I send the attached patch for your consideration. It allows to use biber for bibliographies. I tested it with this: (require 'oc-natbib) #+cite_export: natbib #+LaTeX_HEADER: \usepackage[style=numeric-comp,sorting=none,

Re: Tikz ugly hack

2022-10-28 Thread edgar
On 2022-10-26 09:58, Fraga, Eric wrote: I wonder if, instead of a new LaTeX command you create a new environment which you can then invoke using org special blocks? For instance, #+begin_BoundingBox #+attr_latex: :height 1cm [[image file]] #+end_BoundingBox --- snip 8< --- Oh, I don't

Tikz ugly hack

2022-10-26 Thread edgar
Dear Org users, I just want to share a way to combine Tikz (LaTeX) with figures (svg, png...). This may be needed to add elements (e.g. annotations) to your figure. The figure may still be exported with other back-ends (without annotations). If you know of a better way of doing this, please,

Re: Fwd: Re: Typo in info pages

2022-08-20 Thread edgar
On 2022-08-20 13:46, Ihor Radchenko wrote: So, what I call "team" is equivalent to donations to the overall development. These donations (note that it's not really much money) are simply an extra motivation for Org committers. Org project has no real expenses. Yep, I saw the amounts. I mean 1

Re: Fwd: Re: Typo in info pages

2022-08-20 Thread edgar
On 2022-08-20 07:12, Ihor Radchenko wrote: ed...@openmail.cc writes: --- snip 8< --- Note that https://liberapay.com/org-mode is a "team" page aiming to divide the donations across the interested Org contributors (see https://list.orgmode.org/87iloyyd1y.fsf@localhost/). However, cryptocurrencies

Re: Fwd: Re: Typo in info pages

2022-08-19 Thread edgar
On 2022-08-19 05:39, Ihor Radchenko wrote: Support Org development at https://liberapay.com/org-mode, This is great! You should add cryptocurrencies there :) . - This free account was provided by VFEmail.net - report spam to ab...@vfemail.net

Fwd: Re: Typo in info pages

2022-08-16 Thread edgar
Original Message Subject: Re: Typo in info pages Date: 2022-08-16 06:08 From: Philip Kaludercic To: ed...@openmail.cc ed...@openmail.cc writes: I stored this link with Org (mode): [[info:org#Formula syntax for Calc]] There, one can find if(typeof(vmean($1..$7)) =​=

Re: how to concatenate string to spreadsheet formula

2022-08-16 Thread edgar
On 2022-08-15 14:40, Fraga, Eric wrote: Hi Edgar, I did not quite understand what you actually were calculating but maybe consider the following expression for table formulas: #+TBLFM: $3='(format "%s\\textwidth" (/ (* 1.0 $2) $1));N If you specify ";N", the entries ar

how to concatenate string to spreadsheet formula

2022-08-15 Thread edgar
Dear everyone, At the moment, I am using an Org spreadsheet to concatenate a string to the ratio between 2 numbers. One of numbers is the [[sum-of-column][sum of a column]]. The other number would correspond to [[each-row-col1][each of the rows of another column]]

Re: [PATCH] Re: how to beamer export overlay figure?

2022-08-12 Thread edgar
On 2022-08-12 14:53, Fraga, Eric wrote: Excellent. I forgot about SVG. I actually think that it's kind of useless, anyway (won't hurt). Attached: example of work-arounds to {preserve,reserve,allocate} space for pictures in case someone needs it.

Re: how to beamer export overlay figure?

2022-08-12 Thread edgar
On 2022-08-12 11:50, Fraga, Eric wrote: Attached is a patch that seems to do what you want. Are you able to try this? I'm sure there's a better way to do this but at least this seems to work. It worked! Thanks. I send a counter-patch :) (for SVG).

Re: how to beamer export overlay figure?

2022-08-11 Thread edgar
On 2022-08-11 14:06, Fraga, Eric wrote: On Thursday, 11 Aug 2022 at 13:05, ed...@openmail.cc wrote: (the <2-> is within the square brackets). Ooops. Sorry about that. Didn't look closely enough at the LaTeX created. My bad. In that case, I'm out of suggestions other than to put the <2->

Re: how to beamer export overlay figure?

2022-08-11 Thread edgar
On 2022-08-11 09:51, Fraga, Eric wrote: #+attr_latex: :options <2-> [[file:figure.png]] Thanks. That creates \begin{center} \includegraphics[<2->,width=.9\linewidth]{example-image-a.png} \end{center} (the <2-> is within the square brackets). GNU Emacs 28.1, Org 9.4.6. I did M-:

how to beamer export overlay figure?

2022-08-10 Thread edgar
Hello! I would like to know if there is an "Org" way of doing this with the beamer export: #+begin_src latex * Section ** Sub-section *** Slide figure block #+latex: \includegraphics<2->[height=0.5\regheight]{example-image-a} #+end_src That is: replacing the =#+latex:= line with a

Re: Ignore, skip, omit headline when exporting to LaTeX

2022-07-08 Thread edgar
On 2022-07-08 05:04, Ihor Radchenko wrote: ed...@openmail.cc writes: This is on topic and can be useful for others So, there should be no issue with posting this here Thanks! Note that this modified version of the function is derived from org-export-ignore-headlines from ox-extra.el

Ignore, skip, omit headline when exporting to LaTeX

2022-07-07 Thread edgar
Firstly, do tell me if I am breaking the nettiquete. I found someone asking online how to ignore a headline when exporting to LaTeX. This e-mail is to avoid creating an account on that forum and to provide a solution. (require 'ox-extra) (defun org-export-ignore-headlines-latex (data

Re: Default attributes for images in beamer export

2022-05-24 Thread edgar
On 2022-05-23 10:59, Timothy wrote: Hi Eric, But given that you also want to keep the aspect ratio, I am curious as to why you would need/want to specify both? Just on this, the `keepaspectratio' option of `graphicx' could be relevant here. All the best, Timothy Thanks. Yes, I think

Re: Default attributes for images in beamer export

2022-05-20 Thread edgar
On 2022-05-20 19:50, ed...@openmail.cc wrote: On 2022-05-19 18:29, Eric S Fraga wrote: On Thursday, 19 May 2022 at 17:17, wrote: #+BIND: org-latex-image-default-width 0.5\textwidth Try #+BIND: org-latex-image-default-width "0.5\\textwidth" and make sure org-export-allow-bind-keywords is

Re: Default attributes for images in beamer export

2022-05-20 Thread edgar
On 2022-05-19 18:29, Eric S Fraga wrote: On Thursday, 19 May 2022 at 17:17, wrote: #+BIND: org-latex-image-default-width 0.5\textwidth Try #+BIND: org-latex-image-default-width "0.5\\textwidth" and make sure org-export-allow-bind-keywords is set to t. Oh, ok! That works. Thank you!

Default attributes for images in beamer export

2022-05-19 Thread edgar
Hello, I am trying to set the default height (or width) of all pictures for my Beamer slides (ox-beamer) for a single file. How can I do it? I am currently trying this: #+begin_src org #+BIND: org-latex-image-default-width 0.5\textwidth #+property: :latex-image-default-width

Re: How to enforce sub-scripts with {} only for HTML export?

2022-02-20 Thread edgar
On 2022-02-20 23:29, Greg Minshall wrote: Edgar, one of my .org files has this # ^:{}: disable super/subscripting: https://stackoverflow.com/a/698791/1527747 #+options: ^:{} ymmv. Thank you, Greg. Sometimes I need to export sub-headings, selected text or included files

Re: How to enforce sub-scripts with {} only for HTML export?

2022-02-20 Thread edgar
On 2022-02-20 21:49, Kyle Meyer wrote: {} should be a symbol. Try (setq org-export-with-sub-superscripts '{}) Thank you!!! - This free account was provided by VFEmail.net - report spam to ab...@vfemail.net ONLY AT VFEmail! - Use our

How to enforce sub-scripts with {} only for HTML export?

2022-02-20 Thread edgar
Hi. I hope that this is not a known issue and that you can help me. * Short description If I export this as html #+begin_src org test_my_subs #+end_src the corresponding line is exported as #+begin_src html testmysubs #+end_src * Expected output I was expecting the output to

Re: how to org-babel-detangle with nested noweb?

2021-10-18 Thread edgar
On 2021-10-18 16:31, Tom Gillespie wrote: Hi Edgar, Degangling of nested noweb blocks tangled using :comments noweb is broken at the moment. There are some deep bugs that need to be worked out, and last time I looked at the code I think my conclusion that it was better to do a complete

how to org-babel-detangle with nested noweb?

2021-10-16 Thread edgar
Hi, I am tangling Python files with =:comments link=. I don't know if a way already exits, but I would like to detangle (=org-babel-detangle=) /noweb/ blocks. For instance: #+name: binary_metrics.py #+begin_src python import numpy as np np.random.seed(42) true_vals =

ox-latex-subfig

2021-10-04 Thread edgar
Hello nice people! I just want to let you know about ox-latex-subfig, which you can find here: https://notabug.org/broncodev/ox-latex-subfig.git . It provides a filter to convert Org tables into "sub-figures" when exporting to (PDF) \LaTeX. As you may know, the subcapiton package is

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

2021-09-06 Thread edgar
On 2021-09-06 22:20, Dr. Arne Babenhauserheide wrote: It’s the finding that’s hard, not the setup. Very kind of you. Sehr net von dir. You may also want to use flake8. That helps keep your code pythonic. I don’t know how much of that is in pylint. Actually, it's running on my computer. I

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

2021-09-04 Thread edgar
I am very sorry for wasting your precious time. This was very simple 1. Install (some are optional) python-language-server jedi-language-server bash-language-server python-pylint python-pydocstyle ccls python-pyls-black 2. Clone https://github.com/joaotavora/eglot 3. Add this to your

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

2021-09-04 Thread edgar
--upgrade ~/.emacs.d/elpa/jedi-core-0.2.8/") apply append] 6 " (fn ARGS2)"]) (callback . #[128 "\302\300\303\301\"\"\207" [(lambda (msg output) (message "%s...Done" msg) (if python-environment--verbose (progn (message output ("Runn

How to use Org with Python as an IDE?

2021-09-04 Thread edgar
nstall --upgrade ~/.emacs.d/elpa/jedi-core-0.2.8/") apply append] 6 " (fn ARGS2)"]) (callback . #[128 "\302\300\303\301\"\"\207" [(lambda (msg output) (message "%s...Done" msg) (if python-environment--verbose (progn (message output

org babel and clang-format

2021-03-26 Thread edgar
Hello! Is there a way to use clang-format in an Org Babel block? I get that "empty filenames are not allowed". Thanks!

#+include from same file when exporting

2020-09-15 Thread edgar
ux-gnu, GTK+ Version 3.24.21, cairo version 1.17.3) of 2020-09-08 Org mode version 9.3.7 (release_9.3.7-25-g4f22fd @ /home/edgar/.emacs.d/org-mode/lisp/) - This free account was provided by VFEmail.net - report spam to ab...@vfemail.net ONLY AT

Re: restore window configuration after org-edit-src-exit

2020-05-17 Thread edgar
Hello. I would like to request this to be pushed onto the =maint= branch (7684b59c7) or make it the default, please. https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/txtr_q1WmvVPH.txt which is related to (at least) commits 7d5e931f7 and d833920de from the =master= branch. I have also

All the best

2020-03-26 Thread edgar
Dear Emacs and Org community, I just want to send a small note to wish you the best during these times of need. Let us remember that it is community which allows us to keep going as a species. Please, take care of yourselves and those who surround you, and let us do our best to overcome the

[O] org-babel noweb-ref

2019-09-29 Thread edgar
Hello dear list, First of all, this may be related: - https://lists.gnu.org/archive/html/emacs-orgmode/2018-02/msg00300.html - https://lists.gnu.org/archive/html/emacs-orgmode/2012-01/msg00044.html - Emacs: src_emacs-lisp{emacs-version} {{{results(=26.3=)}}} - Org: src_emacs-lisp{org-version}

[O] Unrelated Babel blocks interfering

2019-05-23 Thread edgar
Hi! I don't know if I am doing something wrong, if this is a feature or a bug. Emacs asks me to assign a value to variable "10" when running Emacs 26.2 with GTK 3.24.8 and Org 9.1.14 in GNU/Linux (running as emacs -q). Try to preview (org-babel-expand-src-block C-c C-v v) the block called

[O] No LaTeX label when using :mode math #+NAME with table

2019-05-11 Thread edgar
I had to add :math-suffix to get a label in the exported TeX file (shown below), otherwise, there is no label. If I am the only one affected, disregard this message. I may not be able to answer in some days. #+NAME: tbl-arbitrary-factors #+CAPTION: Simplification of model parameters.

Re: [O] bibtex setup .dir-locals.el

2018-11-01 Thread edgar
On 2018-10-31 15:27, John Kitchin wrote: You do have to close the org-file, and then reopen it after you make that file, and when I do that I am prompted whether to apply or ignore the settings. Oh! may be I need to re-open the file. I tried with reloading dir-local variables and reverting

[O] bibtex setup .dir-locals.el

2018-10-28 Thread edgar
Hello, I would like to know how to set my ~References.bib~ as a dir-local variable for use with bibtex (org-ref, reftex). I have this in my ~.dir-locals.el~. It keeps showing the global list of references. Thanks! #+BEGIN_SRC emacs-lisp ;;; Directory Local Variables ;;; For more

Re: [O] filter for svg latex-export

2018-09-06 Thread edgar
Hi, I want to report that I can use the new version of the SVG (2.00b) LaTeX directly. The developer (Falk; Bcc) said that there will be a new release soon. I attach an example of the strange things that I can achieve. I hope that it's useful :) . Cheers! On 2018-01-09 03:34, John Kitchin

Re: [O] General advice beyond Org

2018-05-23 Thread edgar
For posterity: I have answered to the messages on this thread elsewhere. Thanks! - ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-20 Thread edgar
Message: 2 Date: Sat, 19 May 2018 19:24:12 +0200 From: Joseph Vidal-Rosset To: emacs-orgmode list , John Kitchin ,John Kitchin Subject: Re: [O] export to odt with LaTeX math

[O] Exporting ODT to Org [was Re: General advice beyond Org]

2018-05-20 Thread edgar
Message: 4 Date: Sun, 20 May 2018 10:08:46 +0200 From: To: help-gnu-em...@gnu.org Subject: Re: General advice beyond Org Message-ID: <20180520080846.ga15...@tuxteam.de> Content-Type: text/plain; charset=utf-8; x-action=pgp-signed -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

[O] Exporting ODT to Org [was Re: General advice beyond Org]

2018-05-19 Thread edgar
On 2018-05-20 01:24, Samuel Wales wrote: perhaps we can start thinking about improving registration between formats? I don't really know what this means. if you export org [you posted to org mailng list] to a foreign format, you want your collaborator to be able to edit, save, send back

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread edgar
Message: 16 Date: Fri, 18 May 2018 14:48:56 +0200 From: Joseph Vidal-Rosset To: emacs-orgmode list Subject: Re: [O] export to odt with LaTeX math formulae and tables Message-ID:

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread edgar
Message: 14 Date: Fri, 18 May 2018 12:01:22 +0200 From: Joseph Vidal-Rosset <joseph.vidal.ros...@gmail.com> To: emacs-orgmode list <emacs-orgmode@gnu.org> Subject: Re: [O] export to odt with LaTeX math formulae and tables Message-ID: <87fu2p8eq5@gmail.com> Content-Type: text

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-18 Thread edgar
On 2018-05-18 08:35, Joseph Vidal-Rosset wrote: Hello Edgar, Nicolas, Eric, and everybody of the emacs-orgmode list, I give news of my export tentatives from my .org file to odt , in a word: it fails. I suspect that the problem is my setup, but I am unable to be more precise

Re: [O] General advice beyond Org

2018-05-18 Thread edgar
On 2018-05-18 07:12, S. Champailler wrote: Be aware that free software is politcally loaded. It's just not a matter of having the right or best tools, it' sometimes a question of ideal, that is something that is *very* hard to negociate about... Moreover, if the people you work with use, say

[O] General advice beyond Org

2018-05-17 Thread edgar
Hello, _I_ need help. I am in graduate school, and I keep having issues with my advisor for my strong inclination to use free software. I am obviously not in position to refuse, but she dislikes to have discussions about it. She pays a stipend to me every month, and my tuition is waved. Is

Re: [O] taskjuggler subtract scheduled and deadline

2018-05-17 Thread edgar
Bastien writes: AFAIK there isn't. Your patch was good start, but your expressions inside the (or ...) were such that the one that collected the time was never executed. I see three options: 1. Hack the exported taskjuggler file. A hack but gets the job done 2. Try to use the

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-17 Thread edgar
On Fri, 11 May 2018 14:09:33 +0200 (Why an acedemic review request Word files? It should be forbidden.) Joseph I agree! (in some countries, universities are partially funded--influenced--by Micro$oft, that may explain). On Fri, 11 May 2018 14:37:10 +0200 Nicolas Goaziou: > #+OPTIONS:

[O] A way to export to ODT

2018-05-15 Thread edgar
I want to share this little recipe in the hope that it is useful to someone. It is a partial solution to exporting with MathML to ODT from Org. I am not a fan of ODT, but my boss need DOCX like dope. To get a working file 1. To get siunitx (partially) working, download

Re: [O] Change mode in org-edit-special

2018-02-03 Thread edgar
On 2018-02-02 18:07, Berry, Charles wrote: On Feb 1, 2018, at 9:07 PM, ed...@openmail.cc wrote: Is there a safe way to change mode in an org-edit-special buffer? The safest thing would be to customize `org-src-lang-modes' so the buffer is created with the mode you want to edit in. Or if you

[O] Change mode in org-edit-special

2018-02-02 Thread edgar
Hello, Is there a safe way to change mode in an org-edit-special buffer? I remember that someone mentioned something like this some months ago, but I can't find it: If I change the mode within an org-edit-special buffer, the region on the original buffer gets blocked (can't edit), and

Re: [O] change in calling remote code blocks?

2018-01-18 Thread edgar
Message: 1 Date: Mon, 15 Jan 2018 10:07:33 -0800 From: John Kitchin with a syntax like: #+call: si.org:figure-1() :wrap html And C-c C-c on that line would call a code block named figure-1 in the file si.org and insert the results. in org 9.1.6, this does nothing.

Re: [O] Feature request: #+INCLUDE: with anchors

2018-01-12 Thread edgar
Message: 6 Date: Thu, 11 Jan 2018 11:39:29 +0100 From: Rasmus To: emacs-orgmode@gnu.org Subject: Re: [O] Feature request: #+INCLUDE: with anchors Message-ID: <878td4r866@gmx.us> Content-Type: text/plain; charset=utf-8 What would happen if one of the keywords aren?t unique?

[O] Feature request: #+INCLUDE: with anchors

2018-01-10 Thread edgar
Hello, I have seen this syntax in markdown (one of the many versions): !listing path/to/file.ext start=ini_keyword end=end_keyword Here, ~file.ext~ is a source file, and both ~ini_keyword~ and ~end_keyword~ are text strings in the text delimiting what should be included (responsibility of

Re: [O] Orgmode repeater intervals with end date

2018-01-10 Thread edgar
Message: 8 Date: Tue, 09 Jan 2018 22:16:56 -0700 From: torys.ander...@gmail.com (Tory S. Anderson) To: orgmode list Subject: [O] Orgmode repeater intervals with end date Message-ID: <87incamgxj@byu.edu> Content-Type: text/plain; format=flowed Hi all, When repeater

Re: [O] filter for svg latex-export

2018-01-08 Thread edgar
On 2018-01-09 03:34, John Kitchin wrote: Thank you, Dr. Kitchin! I will try this If all you are doing is replacing includesvg with simplesvg, #+BEGIN_SRC emacs-lisp (let ((org-export-filter-link-functions '((lambda (txt _ _)

[O] filter for svg latex-export

2018-01-07 Thread edgar
Hello, I once tried to create a filter (is that the name?) to modify the function which exports SVG files. Verdict: I suck! Thus, I keep modifying the ox-latex.el every time that I upgrade (see attached). Would someone please tell me what is the right way to achieve that (without modifying

Re: [O] BeOrg

2018-01-04 Thread edgar
I am going to keep the thread just in case I ever need it. It's great! I have refrained myself from expressing my humble opinion for fear of a flame war, but... "What's the point of a software which doesn't exist?" you say. "What is the point of chaining people?" I would say. Cheers!

[O] taskjuggler subtract scheduled and deadline

2017-12-26 Thread edgar
Hello, I am trying this: #+BEGIN_SRC org ,* TODO Pay the rent :taskjuggler_project: SCHEDULED: <2017-12-29 Fri 09:00> DEADLINE: <2017-12-29 Fri 11:00> #+END_SRC which gives me this: #+BEGIN_EXAMPLE repeat.tjp:13: Error: The end date

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-14 Thread edgar
Date: Thu, 14 Dec 2017 12:18:24 + From: Eric S Fraga To: emacs-orgmode@gnu.org Subject: [O] advice please: best way to export to DOC(X) with maths Message-ID: <87ind9pkof@gmail.com> Content-Type: text/plain; charset="us-ascii" Hello, almost all the writing I do that

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-14 Thread edgar
Date: Thu, 14 Dec 2017 12:28:46 + Subject: Re: [O] Can export the files with bibliography only to LaTeX I am sympathetic to these views but unfortunately it's not always possible. My university, for instance, requires me to prepare exam scripts in DOC (hence my related email a few minutes

[O] Prevent auto-filling of export snippets

2017-12-08 Thread edgar
Hello, AFAIK, you are an Org guru (or at least have much more experience than I do), and I know that you are asking this for the benefit of everyone. I just want to say: and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the line, I becomes: I recommend using

Re: [O] Ediff org files starts folded

2017-10-26 Thread edgar
Yeah, it would be nice to have something that folds the tree back to its original state after the ediff! (excitement) - ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts

[O] Taskjuggler effort and days

2017-10-19 Thread edgar
Hello, I got an example from the web to run Taskjuggler (attached; https://emacs.stackexchange.com/a/31513). However, when I try to set efforts to units other than hours (~:Effort: 5d~ or ~:Effort: 1w~; see [[tjp.org::Another task]]), org-export multiplies 24 hours times the number of days.

Re: [O] width/height/alignement of images in tables

2017-09-22 Thread edgar
Date: Fri, 22 Sep 2017 09:56:35 +0200 From: C?dric ODY To: emacs-orgmode@gnu.org Subject: [O] width/height/alignement of images in tables Would there be a way to add width/height/alignment parameters for images that are included in a table, say | [[./a.png]] |

  1   2   >