Re: Shell SRC blocks under Windows

2022-02-08 Thread H. Dieter Wilhelm
Matt writes: > On Sun, 06 Feb 2022 12:51:49 -0500 H. Dieter Wilhelm > wrote > > Matt writes: > > > > > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > > > > > > But I'm not sure if I'm halfway ther

Re: Shell SRC blocks under Windows

2022-02-06 Thread H. Dieter Wilhelm
Matt writes: > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > > following MSYS2 command AND switch between two arguments (for building > > > Emacs). > > > > > > \MSYS2\msys2_shell.cmd -mingw64

Re: Shell SRC blocks under Windows

2022-02-05 Thread H. Dieter Wilhelm
Michael Powe writes: > On 2/4/2022 15:15, H. Dieter Wilhelm wrote: >> Hello >> >> I installed the software distribution MSYS2 https://www.msys2.org/. And >> I'd like to call its various shells in org src blocks. First I tried to >> set explicit-shell-file-nam

Shell SRC blocks under Windows

2022-02-04 Thread H. Dieter Wilhelm
version 1.15.10) of 2022-01-14 Org mode version 9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/dieter/.emacs.d/elpa/org-plus-contrib-20210920/) Thanks a lot Dieter -- Best wishes H. Dieter Wilhelm Zwingenberg, Germany

Re: Microsoft Excel spreadsheet editing directly from within emacs.

2021-01-08 Thread H. Dieter Wilhelm
| Worst case | 11.6 | #+TBLFM: @2$2='(org-sbe mintorque):: @3$2='(org-sbe maxtorque) (Above org table is reading results from named org source blocks.) If you really, really need to return data in MS formats you might have to run a virtual machine with Windows, not that I recommend that but live is ... Hope that is interesting Dieter -- Best wishes H. Dieter Wilhelm Zwingenberg, Germany

Re: [O] mailto link for the #+email keyword: Suppressing backslash and braces "escaping" for latex exports

2018-02-25 Thread H. Dieter Wilhelm
hn! Hmm, I'm asking now myself how can I get a mailto link for an html export as well? ;-) Dieter [...] l -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

[O] mailto link for the #+email keyword: Suppressing backslash and braces "escaping" for latex exports

2018-02-25 Thread H. Dieter Wilhelm
-- Best wishes H. Dieter Wilhelm Kelkheim, Germany

[O] Bug: error when (require 'org-drill) in init.el [9.0.3 (9.0.3-elpa @ /home/dieter/.emacs.d/elpa/org-20161224/)]

2017-01-15 Thread H. Dieter Wilhelm
mat-headline-default-function org-todo-keyword-faces '(("NEU" quote (:foreground "green")) ("ALT" quote (:foreground "red")) ("TODO" quote (:foreground "orange"))) org-capture-templates

Re: [O] How to export casual letter without from and to address?

2016-03-06 Thread H. Dieter Wilhelm
high-class* notes style. Hope that helps Dieter > Thanks, > > York > > On Sat, Mar 5, 2016 at 6:22 AM, H. Dieter Wilhelm > <die...@duenenhof-wilhelm.de> wrote: >> Eric S Fraga <e.fr...@ucl.ac.uk> writes: >> >>> On Friday, 4 Mar 2016 at 22:36, Yor

Re: [O] How to export casual letter without from and to address?

2016-03-05 Thread H. Dieter Wilhelm
something > that looks like a letter? Yeah, this works really convenient and near automatic, I'm also using org for corporate meeting minutes, reports and statistics to the tax authority (besides Koma letters of course ;-). -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

Re: [O] org table with auto-incrementing numbers in a column

2016-02-15 Thread H. Dieter Wilhelm
---| | 1 | | 2 | | 3 | | 4 | | 5 | #+TBLFM: $1=@#-1 > Placing point on the TBLFM line and doing C-c C-c should recalculate the > whole table. and C-u C-c C-* does it anywhere in the table. Dieter -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-07 Thread H. Dieter Wilhelm
defining the calc variables on the lisp level: #+BEGIN_SRC emacs-lisp (setq var-foo 9.81 var-x 3.14 var-bar ...) #+END_SRC Note: `var-' is a special prefix for the calc variables `foo', `x', ... And then something like src_calc{2*x} is working. -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-03 Thread H. Dieter Wilhelm
ot sure how you define variables in calc however... You could write something like src_calc[:var x=3.41]{2*x} :-) Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-02-01 Thread H. Dieter Wilhelm
an anchor with both an id and a name attribute in the > context of radio targets?). I don't think so, with a simple org test file I'm getting the behaviour you would expect - despite a named anchor - the target doesn't appear as link, just a regular text. Thank you very much, I have now a path to look

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-01-31 Thread H. Dieter Wilhelm
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > >> But then I would have to turn all my radio links into proper links, >> which I see no method - except with radio targets - to do this

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-01-27 Thread H. Dieter Wilhelm
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > >> when exporting radio targets to PDF they appear as normal text. >> Sometimes I wish I could make them invisible but this is a behaviour I >> can live wi

[O] Radio target appears as a link in html export (in Emacs stable)

2016-01-25 Thread H. Dieter Wilhelm
? Thanks a lot, Org-mode version 8.2.10 (release_8.2.10 @ /usr/local/src/emacs-24.5/lisp/org/) from Emacs stable Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-07 Thread H. Dieter Wilhelm
, agenda view - org-columns - simple exports of TODOs or clocktable in HTML or PDF format That is the strength of Org-mode: The combination of code and beautiful documentation. :-D Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-04 Thread H. Dieter Wilhelm
v=3 v + 4 #+END_SRC with #+BEGIN_SRC calc :var var-v=3 v + 4 #+END_SRC This is working for me as well, I think this will help me to understand what is going on... Thank you for you help Dieter PS: Are you using Calc regularly? -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

[O] Download of constants.el not working

2014-09-23 Thread H. Dieter Wilhelm
Hello (), I can't download constants.el from https://staff.fnwi.uva.nl/c.dominik/Tools/constants/index.html would you mind to post a copy or another link? Thanks Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

[O] Babel evaluation of Calc block not working, bug in Calc?

2014-09-22 Thread H. Dieter Wilhelm
. Dieter Wilhelm Darmstadt, Germany

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-04 Thread H. Dieter Wilhelm
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: Hello Org, for some engineering most often I need estimations with unit conversions, Emacs Calc is perfect for this. When it comes to reporting and documentation I'd like to do it with org-mode, of course. For numerical stuff

[O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread H. Dieter Wilhelm
L2 := cvun( L1, m) #+END_SRC Unfortunately this is not working. Do you have an idea how to implement this? - Are you using (better) alternatives? Thanks for your insights Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

[O] Wrong captialisation from a latex src block

2013-09-26 Thread Dieter Wilhelm, H.
}{/HOME/uidg1626/development/report/tz/haeug0x8g0/PostImage}{716}{728} #+END_LaTeX Am I doing something wrong? Thanks Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Wrong captialisation from a latex src block

2013-09-26 Thread Dieter Wilhelm, H.
Sorry, I forgot to say that I'm using org-8.2. 2013/9/26 Dieter Wilhelm, H. die...@duenenhof-wilhelm.de: Dear (), when I'm trying to asign a variable in the following way: #+BEGIN_SRC latex :var Idir = (concat (org-attach-dir) /PostImage) \animategraphics[autoplay,loop,width

Re: [O] Completion of `*' gives wrong number of arguments

2013-09-02 Thread Dieter Wilhelm
Carsten Dominik carsten.domi...@gmail.com writes: Hi Dieter, On 2.8.2013, at 16:53, Dieter Wilhelm, H. die...@duenenhof-wilhelm.de wrote: Dear (), is the completion of an asterix `*' broken in the latest org or is it my configuration? This was a bug in Org mode. WOrks again now

Re: [O] Export attached image files

2013-08-20 Thread Dieter Wilhelm
is the future. It sets us free. -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Completion of `*' gives wrong number of arguments

2013-08-02 Thread Dieter Wilhelm, H.
-- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] using a simple numerical variable in an org text ocument

2013-07-27 Thread Dieter Wilhelm
operations, despite Calc showing the block results in its calculator buffer! Thanks Dieter Best regards, Seb -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] #+header keywords for #+call keyword?

2013-07-25 Thread Dieter Wilhelm
Eric Schulte schulte.e...@gmail.com writes: Dieter Wilhelm, H. die...@duenenhof-wilhelm.de writes: Dear (), I've got a rather long argument list and it doesn't look good to supply all the arguments in one line, could somebody please implement #+header arguments for #+call like

[O] Latex export and missing PDF document properties

2013-07-24 Thread Dieter Wilhelm, H.
to have problems with annotating and commenting. The same PDF forbids commenting under Linux (reader 9) and allows them under Windows (reader 11)!? -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] #+header keywords for #+call keyword?

2013-07-24 Thread Dieter Wilhelm, H.
: ProvideReport()[:results silent] By the way, is it still true that the number of #+header keywords for code blocks is restricted to 5 #+header lines? I think this is also an unnecessary restriction. Thank you very much Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Dear () please have a look at the self-contained test case. I'm using the latest org-mode... Thanks in advance -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Sorry: inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Sorry, the previous mail was sent inadvertently without attachments ... Dear () please have a look at the self-contained test case. I'm using the latest org-mode... Thanks in advance Dieter test.org Description: Binary data test.pdf Description: Adobe PDF document test.tex

Re: [O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-04-16 Thread Dieter Wilhelm, H.
2013/4/16 Bastien b...@gnu.org: Hi Dieter, Dieter Wilhelm, H. die...@duenenhof-wilhelm.de writes: I added to org-link-abbrev-alist the list (att . org-attach-expand-link) and it works nicely when I'm opening links (C-c C-o) to images in the attachment directory. But when I try to export

[O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)]

2013-04-10 Thread Dieter Wilhelm
-if-current) org-from-is-user-regexp \\Dieter Wilhelm\\ org-html-postamble t org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-export-copy-to-kill-ring

Re: [O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)]

2013-04-10 Thread Dieter Wilhelm, H.
2013/4/10 Nicolas Goaziou n.goaz...@gmail.com: Hello, Dieter Wilhelm die...@duenenhof-wilhelm.de writes: please try to latexport the following table with the latest and greatest | 3E5 | 3.2e3 | 3.3E-4| and you will still receive this output \begin{tabular}{rrr} 3\,(5) 3.2\,(3) 3.3

Re: [O] Some %elements in org-html-postamble-format became too generous

2013-04-10 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Rick Frankel r...@rickster.com writes: On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote: Dieter Wilhelm die...@duenenhof-wilhelm.de writes: Or just using a default time string format which is language independent, like %Y

[O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Dieter Wilhelm, H.
H. Dieter Wilhelm Darmstadt Germany

Re: [O] TAB cycling doesn't work from end of line

2013-04-09 Thread Dieter Wilhelm, H.
2013/4/9 Bastien b...@gnu.org: Hi James, James Harkins jamshar...@gmail.com writes: ** Example header... ^1 ^2 ^3 ^4 If the point is at locations 1, 2 or 3, TAB will reveal the next level of children. (The ^ locations will make sense if you format the e-mail using a monospace

Re: [O] Some %elements in org-html-postamble-format became too generous

2013-04-08 Thread Dieter Wilhelm
(format-spec -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Some %elements in org-html-postamble-format became too generous

2013-04-07 Thread Dieter Wilhelm
the inode Change time), probably the modern file systems store additionally the true Creation time. Above nitpicking is only meant for supporting my request with the modification time. :-) -- Thank you Dieter Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Some %elements in org-html-postamble-format became too generous

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Dieter Wilhelm die...@duenenhof-wilhelm.de writes: before 8pre it was better possible to translate the Org/Emacs information in the postamble. If I'm using (fr p class=\author\Auteur: %a (%e)/p\np class=\date\Date de la modification

[O] sequential #+TITLE: specifications to accumulate in html exports

2013-04-07 Thread Dieter Wilhelm
Dear (), multiple #+TITLE: strings accumulate (for html) exports, is this on purpose that the previous is not overwritten? #+TITLE: bla #+TITLE: bla bla -- Dieter Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-07 Thread Dieter Wilhelm
Rick Frankel r...@rickster.com writes: On 04.04.2013 17:36, Dieter Wilhelm wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: Dieter Wilhelm writes: but now I can't specify a date in the form #+DATE: %Y-%m-%d Formerly an empty

Re: [O] export parameters in ORG file

2013-04-07 Thread Dieter Wilhelm
to resurrect it, I hope, at least, for the most often used exporters... -- Dieter Dave -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] Some %elements in org-html-postamble-format became too generous

2013-04-07 Thread Dieter Wilhelm
Dieter Wilhelm die...@duenenhof-wilhelm.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Dieter Wilhelm die...@duenenhof-wilhelm.de writes: before 8pre it was better possible to translate the Org/Emacs information in the postamble. If I'm using (fr p class=\author

Re: [O] Some %elements in org-html-postamble-format became too generous

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Dieter Wilhelm die...@duenenhof-wilhelm.de writes: Why not simply making org-html-creator-string name oriented, like: a href=\http://orgmode.org\;Org/a mode 8.0-pre / a href=\http://www.gnu.org/software/emacs/\;Emacs/a 24.3.3. Agreed. Done

Re: [O] export parameters in ORG file

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Dieter Wilhelm die...@duenenhof-wilhelm.de writes: da...@adboyd.com (J. David Boyd) writes: Back in the day, when I C-x C-e to export from an org file, I could tap a key and put all the control factors into the top of the file. Now I don't see

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-07 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Dieter Wilhelm die...@duenenhof-wilhelm.de writes: Thank you very much, practically to the same time Nicolas G. pointed this out as well and I had some issues with the html-preamble, so I didn't reply. But as an aside: Is there a place in worg

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-06 Thread Dieter Wilhelm
34 :post-blank 0 :parent #1 Seemingly this macro wreaks havoc with the automatic sitemap generation... Thanks Dieter Regards, -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] Inconsistent handling of html images and image links

2013-04-06 Thread Dieter Wilhelm
would give me a single image per row left aligned but I'm getting a left aligned image with text floating around it. Thanks for your time Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-04 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Dieter Wilhelm writes: Dear list, I changed the html postamble org-html-postamble-format is a variable defined in `ox-html.el'. Its value is ((en p class=\author\Author: %a (%e)/p

[O] #+bind: org-html-preamble

2013-03-29 Thread Dieter Wilhelm
or - even better - suggest a better/more general way of including navigation information in html exports. -- Thank you Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] #+bind: org-html-preamble

2013-03-29 Thread Dieter Wilhelm
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Dieter Wilhelm die...@duenenhof-wilhelm.de writes: What is the value of `org-export-allow-bind-keywords'? org-export-allow-bind-keywords is a variable defined in `ox.el'. Its value is nil ah there is a new variable! :-) So this must

[O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-03-29 Thread Dieter Wilhelm
)) but now I can't specify a date in the form #+DATE: %Y-%m-%d Formerly an empty specification meant the current date, but now in the preamble the date remains empty. -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] bug in 7.9.4

2013-03-25 Thread Dieter Wilhelm
(10:25 +0100) committerBastien Guerry b...@altern.org Thu, 31 Jan 2013 09:25:03 + (10:25 +0100) * org-html.el (org-html-handle-links): When the link description is an image and the attribute is width, pass the attribute to the img ... tag. -- Best wishes H. Dieter Wilhelm Darmstadt

Re: [O] plotting tables

2013-03-24 Thread Dieter Wilhelm
. Nowadays I'm using R to import, prepare and often also graphing data (within org-mode source blocks) and directly exporting them to latex documents. -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-03-12 Thread Dieter Wilhelm, H.
provided with Emacs-24.3. Where am I wrong or is this functionallity not yet implemented in the latex exporter? Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] {New exporter] What happened to the export template

2013-02-16 Thread Dieter Wilhelm
-end variations (commented out? I don't yet understand the new exporter concept). Thanks -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] html-export - limit size of pic to page-size?

2013-02-03 Thread Dieter Wilhelm
big the resulting .png file actually is? For example #+ATTR_HTML: width=600 -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] bbdb or bbdb3 or org-contacts

2013-02-03 Thread Dieter Wilhelm
maintained within Emacs proper. Daimrod daim...@gmail.com writes: joa...@verona.se writes: Daimrod daim...@gmail.com writes: Bastien b...@altern.org writes: Hi Dieter, Dieter Wilhelm die...@duenenhof-wilhelm.de writes: What do you advise, what is already usable and what is the way ahead, still

Re: [O] html-export - limit size of pic to page-size?

2013-02-03 Thread Dieter Wilhelm
Thorsten Jolitz tjol...@googlemail.com writes: Dieter Wilhelm die...@duenenhof-wilhelm.de writes: For example #+ATTR_HTML: width=600 Actually my question was meant with regards to Org-babel code blocks, e.g. , | +name: class-diagram

Re: [O] Quick comment on the website

2013-02-02 Thread Dieter Wilhelm
H. Dieter Wilhelm Darmstadt Germany

[O] link abbreviations and the /smb: method

2013-02-01 Thread Dieter Wilhelm, H.
[[Path]] is not working, but I can access the file with C-c C-o over the complete /smb specification... -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] About range references in the spreadsheet

2013-01-31 Thread Dieter Wilhelm
Eric S Fraga e.fr...@ucl.ac.uk writes: Bastien b...@altern.org writes: Hi Xue, Eric and Dieter, die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: (I would avoid the ambiguous expression column two since it is a relative specification) alternatively The TWO REFERENCES expand

Re: [O] About range references in the spreadsheet

2013-01-27 Thread H. Dieter Wilhelm
The TWO REFERENCES expand to a field range from the row above the current row, starting with two columns to the left up to the current column. Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany

[O] bbdb or bbdb3 or org-contacts

2013-01-27 Thread Dieter Wilhelm
a lot Dieter -- Best wishes H. Dieter Wilhelm Darmstadt Germany