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
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
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
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
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
myself how can I get a mailto link for an html
export as well? ;-)
Dieter
[...]
l
--
Best wishes
H. Dieter Wilhelm
Kelkheim, Germany
39058/8979
--
Best wishes
H. Dieter Wilhelm
Kelkheim, Germany
: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
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
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
|
|---|
| 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
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
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
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
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
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
?
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
-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
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
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
Dieter
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
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
#+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
Sorry, I forgot to say that I'm using org-8.2.
2013/9/26 Dieter Wilhelm, H. :
> Dear (),
>
> when I'm trying to asign a variable in the following way:
>
> #+BEGIN_SRC latex :var Idir = (concat (org-attach-dir) "/PostImage")
>\animategraphi
,width=10cm]
{5}{/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
Carsten Dominik writes:
> Hi Dieter,
>
> On 2.8.2013, at 16:53, "Dieter Wilhelm, H."
> wrote:
>
>> Dear (),
>>
>> is the completion of an asterix `*' broken in the latest org or is it
>> my configuration?
>
> This was a bug in Org mo
hments are also stored as references.
> It
> would help us understand better if you could elaborate a bit on
> what is
> your eventual goal?
>
> Cheers,
>
> --
> Suvayu
>
> Open source is the future. It sets us free.
>
>
>
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
a nice weekend
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
in this fictive block:
#+BEGIN_SRC calc :mode rpn
2 2 +
2 'mm 8 'cm + 'in u c
#+END_SRC
And the *Calc Trail* buffer seems not to reflect any operations, despite
Calc showing the block results in its calculator buffer!
Thanks
Dieter
> Best regards,
> Seb
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Eric Schulte writes:
> "Dieter Wilhelm, H." 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 #+
DIR=(org-attach-dir)
#+call: 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
seems 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
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
Description
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
2013/4/16 Bastien :
> Hi Dieter,
>
> "Dieter Wilhelm, H." 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 director
Nicolas Goaziou writes:
> Hello,
>
> Rick Frankel writes:
>
>> On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote:
>>> Dieter Wilhelm writes:
>>> > Or just using a default time string format which is language
>>> > independent, l
2013/4/10 Nicolas Goaziou :
> Hello,
>
> Dieter Wilhelm 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}{r
ion*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
("report" "\\documentclass[11pt]{report}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
("book" "\\documentclass[11pt]{book}" ("\\part{%s}"
. "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
("beamer" "\\documentclass{beamer}"
org-beamer-sectioning))
)
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
2013/4/9 Bastien :
> Hi James,
>
> James Harkins 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 font. A proportio
ishes
H. Dieter Wilhelm
Darmstadt
Germany
(current-time)
> (?v . ,(or org-html-validation-link ""
> @@ -1552,10 +1556,9 @@ communication channel."
> (format
> "%s: %s\n"
> (org-html--translate "Created" info)
> -(format-time-string org-html--timestamp-format)))
> +(format-time-string org-html-metadata-timestamp-format)))
> (when (plist-get info :with-creator)
> - (format "%s\n"
> - creator))
> + (format "%s\n" creator))
> (format "%s\n"
> validation-link
> (t (format-spec
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Nicolas Goaziou writes:
> Dieter Wilhelm 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, in the
Nicolas Goaziou writes:
> Dieter Wilhelm 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.
>>>
&
Nicolas Goaziou writes:
> Dieter Wilhelm writes:
>> Why not simply making org-html-creator-string "name oriented", like:
>>
>> "http://orgmode.org\";>Org mode 8.0-pre / > href=\"http://www.gnu.org/software/emacs/\";>Emacs 24.3.3."
Dieter Wilhelm writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Dieter Wilhelm writes:
>>
>>> before 8pre it was better possible to translate the Org/Emacs information
>>> in the
>>> postamble. If I'm using
>>>
>>
le to do this?
Bastien wants to resurrect it, I hope, at least, for the most often used
exporters...
--
Dieter
> Dave
>
>
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Rick Frankel writes:
> On 04.04.2013 17:36, Dieter Wilhelm wrote:
>> Nicolas Goaziou writes:
>>> Alan Schmitt writes:
>>>
>>>> Dieter Wilhelm writes:
>>>>
>>>> but now I can't specify a date in the form
>>>>&
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
Nicolas Goaziou writes:
> Hello,
>
> Dieter Wilhelm writes:
>
>> before 8pre it was better possible to translate the Org/Emacs information in
>> the
>> postamble. If I'm using
>>
>> ("fr" "Auteur: %a (%e)\nDate
>> de la mo
ot; 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
;left"
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
:key modification-time :value
{{{modification-time(%Y-%m-%d)}}} :args (%Y-%m-%d) :begin 1 :end 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
Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> Dieter Wilhelm writes:
>>
>>> Dear list,
>>>
>>> I changed the html postamble
>>>
>>> org-html-postamble-format is a variable defined in `ox-html.el'.
>&g
" "Auteur: %a (%e)\nDate: %d
\nGenerated by %c \n"))
Original value was
(("en" "Author: %a (%e)\nDate:
%d\nGenerated by %c\n%v"))
but now I can't specify a date in the form
#+DATE: "%Y-%m-%d"
Formerly an empty specification meant the current
Nicolas Goaziou writes:
> Hello,
>
> Dieter Wilhelm 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 be set even though
vigation information in html exports.
--
Thank you &
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
)
committerBastien Guerry
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 tag.
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
x27;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
ng the org-mode code 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
could be a compilation of *all* back-end
variations (commented out? I don't yet understand the new exporter
concept).
Thanks
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Thorsten Jolitz writes:
> Dieter Wilhelm writes:
>
>> For example
>>
>> #+ATTR_HTML: width="600"
>
> Actually my question was meant with regards to Org-babel code blocks,
> e.g.
>
> ,
> | +nam
maintained within Emacs proper.
Daimrod writes:
> joa...@verona.se writes:
>
>> Daimrod writes:
>>
>>> Bastien writes:
>>>
>>>> Hi Dieter,
>>>>
>>>> Dieter Wilhelm writes:
>>>>
>>>>> What do you advise,
e, no matter how big the resulting .png file actually is?
For example
#+ATTR_HTML: width="600"
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
Thanks Aubrey! I've actually waited long for someone to compliment
> the new website, I'm glad it finally happened :)
Ehemm: Where there is sun, there is also shadow... ;-)
For an uninitiated as me I felt the worg wiki a bit hidden, too humbly
placed in this nice and otherwise pract
The link
[[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
Eric S Fraga writes:
> Bastien 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) al
a lot
Dieter
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
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
68 matches
Mail list logo