[O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread H. Dieter Wilhelm
#+BEGIN_SRC calc :var L1 = "5 mm" 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

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 co

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

2014-09-22 Thread H. Dieter Wilhelm
Dieter -- 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

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

2014-10-04 Thread H. Dieter Wilhelm
calc :var 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

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

2014-10-06 Thread H. Dieter Wilhelm
-in, org-clock-out, 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] About range references in the spreadsheet

2013-01-27 Thread H. Dieter Wilhelm
he three SPECIFICATIONS expand to a field range from the row above the current row, starting with two columns to the left up to the current column. (I would avoid the ambiguous expression "column two" since it is a relative specification) alternatively 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] 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] Radio target appears as a link in html export (in Emacs stable)

2016-01-27 Thread H. Dieter Wilhelm
Nicolas Goaziou 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 with. > > You should use regu

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

2016-01-31 Thread H. Dieter Wilhelm
Nicolas Goaziou 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 >> automatically. > > Inst

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

2016-02-01 Thread H. Dieter Wilhelm
chor 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 for. Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany

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

2016-02-03 Thread H. Dieter Wilhelm
t 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] Evaluating simple inline expressions in org-mode

2016-02-07 Thread H. Dieter Wilhelm
as 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] 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] How to export casual letter without from and to address?

2016-03-05 Thread H. Dieter Wilhelm
gt; 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] How to export casual letter without from and to address?

2016-03-06 Thread H. Dieter Wilhelm
s* notes style. Hope that helps Dieter > Thanks, > > York > > On Sat, Mar 5, 2016 at 6:22 AM, H. Dieter Wilhelm > wrote: >> Eric S Fraga writes: >> >>> On Friday, 4 Mar 2016 at 22:36, York Zhao wrote: >>>> Please share how you write not

[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
:base-extension "org" :publishing-directory "~/www.blog/" :publishing-function (org-rss-publish-to-rss) :html-link-home "http://duenenhof-wilhelm.de/"; :html-link-use-abs-url t :exclude ".*" :include ("my-blog.org")) ("blog" :base-directory "~/org/blog" :html-extension "html" :base-extension "org" :publishing-directory "~/www.blog/" :publishing-function (org-html-publish-to-html) :html-head-extra "http://duenenhof-wilhelm.de/dieter/my-blog.xml\"\n title=\"RSS feed for Dieter's blog (DDDLLL)\">") ("org-files" :sitemap-title "Die Dünenhof-Seite" :auto-sitemap t :base-directory "~/org/www/" :publishing-directory "~/www.duenenhof-wilhelm4.de/" :recursive t :headline-levels 4 :auto-preamble nil :exclude "template.*\\|navigation.*" :publishing-function org-html-publish-to-html) ("images" :base-directory "~/org/www/" :base-extension "png\\|jpg\\|gif\\|swf\\|ico" :publishing-directory "~/www.duenenhof-wilhelm4.de/" :recursive t :publishing-function org-publish-attachment) ("other" :base-directory "~/org/www/" :base-extension "css\\|js\\|pdf\\|mp3\\|ogg\\|htm\\|dote" :publishing-directory "~/www.duenenhof-wilhelm4.de/" :recursive t :include ("dotemacs") :publishing-function org-publish-attachment) ("duenenhof" :components ("org-files" "other"))) ) -- 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
39058/8979 -- Best wishes H. Dieter Wilhelm Kelkheim, Germany

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

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

Shell SRC blocks under Windows

2022-02-04 Thread H. Dieter Wilhelm
K+ Version 3.22.30, cairo 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: 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-fil

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-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 ha

Re: Microsoft Excel spreadsheet editing directly from within emacs.

2021-01-08 Thread H. Dieter Wilhelm
e | 9.5 | | 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