> On Jan 10, 2025, at 10:59 AM, Rens Oliemans wrote:
>
> Richard H Stanton writes:
>
>> Here’s an example:
>>
>> #+begin_src python :results output replace raw
>> print("a")
>> #+end_src
>>
>> Every time I run this code bloc
On Jan 10, 2025, at 10:59 AM, Rens Oliemans wrote:
>
> Richard H Stanton writes:
>
>> Here’s an example:
>>
>> #+begin_src python :results output replace raw
>> print("a")
>> #+end_src
>>
>> Every time I run this code block,
> On Jan 10, 2025, at 8:59 AM, Richard H Stanton wrote:
>
>>
>> On Jan 10, 2025, at 1:47 AM, Rens Oliemans wrote:
>>
>> Richard H Stanton writes:
>>
>>> what are the recommended headers for a Python code block that exports a
>>> t
' : [math.sin(xvals[i]) for i in range (10)],
> 'cos(x)' : [math.cos(xvals[i]) for i in range (10)]
> })
>
> attrs=':environment longtable :align p{2cm}p{2cm}p{2cm} :placement [h]
> :center t'
> return tabulate.tabulate(
> df,
>
> On Jan 10, 2025, at 1:47 AM, Rens Oliemans wrote:
>
> Richard H Stanton writes:
>
>> what are the recommended headers for a Python code block that exports a
>> table? For example, ":results output raw” and ":results output drawer” both
>> seem
On Jan 9, 2025, at 2:17 AM, Rens Oliemans wrote:
>
> Richard H Stanton writes:
>
>> Here’s a table in my org document:
>>
>> #+ATTR_LATEX: :align :options [htbp]
>> #+begin_table
>> |---++---+|
>&
Here’s a table in my org document:
#+ATTR_LATEX: :align :options [htbp]
#+begin_table
|---++---+|
| Tier | Number | Total | % of Total |
|---++---+|
| 1 | 4 | 8,700.00 | 57.39 |
| 2 | 19 | 5,398.00 |
I want to create a clocktable report for all items under a specific
heading, using the match keyword and the ITEM property. It appears
that matching items this way won't include any subheadings, therefore
not showing their times in the clocktable.
My guess would be that agenda and clocktable shar
I just tried to export a single subtree from an org document to a PDF file:
1) Type C-c C-e [org-export-dispatch]
2) C-s to narrow to subtree
3) l -> o to export to PDF via LaTeX
However, instead of exporting the portion of the file I want, I get the error
message
Undefined Org macro: newline;
I often create tables programatically from within an org code block. To make
sure I don’t produce multiple copies of the output, I like to enclose the
results in a drawer. However, the exporter seems to ignore any caption I might
assign if the table itself is inside a drawer. For example, if you
Commenting out the last line of init.el, thus not loading the beacon package,
gets things to work OK. But so does changing which version of org mode is
loaded by commenting out one of the lines and uncommenting the other, so this
is not only about the beacon package.
Best,
Richard
>
After a lot of bisecting my init.el to create the simplest possible example
that shows the problem, I found that removing the package beacon makes
everything work OK, both in sync and async mode.
> On May 19, 2022, at 6:37 AM, Ihor Radchenko wrote:
>
> Richard Stanton writes:
>
>> A bit mo
>> I’m creating documents where I run Python code blocks that create LaTeX
>> mathematical output that I want to be able to export to either LaTeX/PDF or
>> HTML.
>>
>> Using :wrap in the header works fine, except that LaTeX complains about the
>> unknown environment “results” (it still comp
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
o set a really long table I'm using the longtable latex package via:
#+ATTR_LATEX: :environment longtable :align |l|r|r|r| :placement [h]
My problem is now that this is emitting the LaTeX code:
\multicolumn{4}{l}{Continued from previous page}
As I understand this should be transla
A few more notes:
I wrote earlier:
> However, before doing this, some warnings are in order:
>
> When in noncanonical mode, the normal processing of ERASE (usually DEL
> or Ctrl-H) and KILL (usually Ctrl-U) characters are disabled,
Also the handling of Ctrl-D appears to be
Hello all,
"Jose A. Ortega Ruiz" writes:
> On Fri, Nov 16 2018, Neil Jerram wrote:
>
>> Neil Jerram writes:
>>
>>> Mark H Weaver writes:
>>>
>>>> This is a documented limitation in Linux's terminal handling when in
>>>
On Tue, May 22, 2018 at 11:16:44AM +0200 , Nicolas Goaziou wrote:
> Thank you. Could you provide a proper commit message, i.e., including
> the function being modified:
>
> * lisp/ob-plantuml.el (... function ...): ... change ...
I have made the changes to the patch.
Does this fit your requireme
Hi,
I have a patch to add the latex export option to ob-plantuml.el .
I originally tried to submit a Pull Request to a repo on github.
https://github.com/rjhwelsh/org-mode/commit/dd69e979b4a8fdd0bb70306e0afb339720659dc5.patch
> Hi, thanks for your contribution but this github repo don't take pat
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
ere---end--->8---
From: Nicolas Goaziou
Sent: Sunday, March 12, 2017 6:36 PM
To: WY H
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Missing footnotes when exporting to org file [9.0.5
(9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]
Hello,
WY H wri
(lambda (path) (browse-url (concat "https:" path
("mailto" :follow
(lambda (path) (browse-url (concat "mailto:"; path
("message" :follow
(lambda (path) (browse-
: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
Hi Kaushal,
> Thanks for the reply.
>
> > how about using a postamble function instead of
> > html-postamble-format
>
> Does it mean that I need to look into modifying the
> org-html--build-pre/postamble function?
>
> If so, I will start looking into it but it will take a while as it
> full o
Hi,
Kaushal Modi wrote:
> Hi,
>
> I have the org-html-postamble-format set to the below:
>
> (setq org-html-postamble-format
> `(("en"
> ,(concat "Exported using "
> ;; "%c" is replaced with
> `org-html-creator-string'
>
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
Hi,
On Fri, 22 Jan 2016 17:55:13 -0500
Gary Oberbrunner wrote:
> Restarting didn't make git: work, but now http: does. Thanks!
Yes, the git protocol uses another server program 'git-daemon', not the
web server.
Anyway, I found a configuration glitch and now it works again.
Best regards
Robert
Hi,
On Fri, 22 Jan 2016 22:19:12 +0100
"Robert H. Klein" wrote:
> On Fri, 22 Jan 2016 13:56:20 -0500
> Gary Oberbrunner wrote:
>
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Conne
Hi,
On Fri, 22 Jan 2016 14:09:44 -0500
Nick Dokos wrote:
> Gary Oberbrunner writes:
>
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Connection reset by peer
> >
> > Is it just me?
> >
>
> No - I get:
>
> $ git remote upd
On Fri, 22 Jan 2016 13:56:20 -0500
Gary Oberbrunner wrote:
> I can't clone the repo, I get this error:
> % git clone git://orgmode.org/org-mode.git
> fatal: read error: Connection reset by peer
>
> Is it just me?
>
Is your public key registered on the server?
If not, please use
git clone h
I worked around it by using an elisp ‘advice’ snippet another user suggested
(http://emacs.stackexchange.com/questions/17112/prevent-org-todo-pop-up-window-from-displaying-in-new-frame-dedicated-window)
Before that I wasted several hours trying to ‘fix’ the problem in various ways.
I imagine org
ist's archives I did find, however, that a few
other people had problems outside Google Calendar.
Feedback / Help appreciated.
Thanks,
--
Charles-H. Schulz
http://www.standardsandfreedom.net
-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
c-var-value the expression (boundp v) returns t!? I'm stuck at this
point, could you please have a look, I've no idea how to debug this
further.
GNU Emacs 24.3.93.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.24) of
2014-09-17 on vsl28t2g With the latest org-mode from git
Thanks
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
a nice weekend
--
Best wishes
H. Dieter Wilhelm
Darmstadt
Germany
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
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}{rrr}
>> 3\,(5) & 3.2\,(3) & 3.3\,(-4)\\
>> \end{tabular}
>>
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
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
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
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
Please note that org-release "7.8.10-Make" hangs at:
Compiling /home/enoch/org-mode/lisp/ob-exp.el...
I am using Emacs 23.3.1 on the latest 64 bit opensuse.
Can I help you with any further info?
Thanks, Enoch.
Eric Schulte gmx.com> writes:
> Later this month I will be giving a talk on the use of code blocks in
> Org-mode. I haven't yet begun preparing the slides, but when I do they
> will live at https://github.com/eschulte/babel-presentation.
>
> Cheers,
>
Great !
Where will it take place ? Is it
Hi,
is there some documentation and are there some examples of using babel
with calc? I have no luck in getting it to work.
thanks.
Hi;
I'm relatively new to org-mode, I'm liking what I see so far, but I have
two questions.
I'm using emacs 23.2.1, org-mode 6.33x
I have org-todo-keywords set to
((sequence "TODO(t!)" "ANALYSIS(a!)" "FEEDBACK(f@)" "VERIFY(v!)"
"WAIT(w@/!)" "|" "DONE(d@)" "DELEGATED(e@)" "CANCELLED(c@)"))
Hi Eric,
yes I am aware of op-template and tried to use it. However it was not
clear to me how to proceed and I looked into ob-perl, ob-ruby,
ob-scheme and ob-python. But it seemed to me they use a different
structure than op-template and I was stuck. I also saw that the file
ob-templa
Hi,
I am looking for support for Tcl (and AWK) for org-babel. Both have a
supplied emacs mode and Tcl also has an inferior interpreter mode. I
was trying to do it myself, however I am quite lost in the
instructions. Is there someone with the knowledge and willingness to
provide a suppo
Hi,
addition of babel support for calc is nice. However calc also has
"embedded mode". that means active calc documents can easily be
embedded in org documents (and also latex, ...). It is different from
babel, but in some instances it may work better.
__
Quoting Sebastian Rose :
Sorry for the reply to my own mail.
But as Carsten is on vacation, I thought it might make sense to add the
`[Patch]' to the subject.
This patch fixes batch-mode publishing. Tested in emacs24 like this:
sh$ emacs -q -batch --eval='(org-publish "PROJECT_NAME" t)
--eval='(org-publish-all)'
with error:
emacs -q -batch -l ../org-init.el --eval='(org-publish "h-rd.org" t)'
(obviously the project h-rd.org exists, and is published without error
and all components from org-publish-all)
error message:
Starting emacs
Loading sub
Hi Carsten,
The following export (publishing) variables are not documented in org 6.36c:
:body-only
:style-include-scripts
They are available for customize, but not documented in the info file under:
13.1.5 Options for the HTML/LaTeX exporters
greetings.
_
reworked in light of other developments anyway. org-babel now has
includes literate programming in it as well, but I have not yet
experimented with it (but am very interested in trying).
-Eric
--
Eric H. Neilsen, Jr.
http://home.fnal.gov/~neilsen
___
enough feedback that I want to address issues better before
anyone else is tempted to use the code.
-Eric
--
Eric H. Neilsen, Jr.
http://home.fnal.gov/~neilsen
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the
is interest, I will
push to try and figure out how to do this, and maybe even see if I can
do the assignment of copyright stuff needed for it to get under the main
umbrella (although I am not optimistic).
(If anyone feels like rewriting it, that would be even better; aside
from a fairly straightf
GNU Emacs 22.2.1 (i386-apple-darwin8.11.1, Carbon Version 1.6.0) of 2008-04-01
Carbon Emacs Package (Spring, 2008) gives me this error msg when
loading org-mode:
Symbol's function definition is void: org-add-link-type
Any ideas how to fix it ?
_
uess due to its anti-inflammatory attributes.
goud-H
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> Dünenkräuterklöße?
>
> - Carsten
>
Mädesüßöl
(yes, that really exists...)
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
goud-H aol.com> writes:
> > What would the HTML code look like?
> >
> > - Carsten
merging the content of 2 rows can only be avoided
by defining table border rules,
unfortunately this gives lines below groups of 2 rows,
but no lines in between the colums.
col
> What would the HTML code look like?
>
> - Carsten
>
col 1
col 2
col 3
aa
aa
aa
bb
bb
bb
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
The documentation for export indicates that C-c C-x be used to export an
org file. This doesn't work and I found the correct C-c C-e key
combination from the Org menu.
Regards,
Steve
--
Steven H. Rogers, Ph.D., [EMAIL PROTECTED]
Weblog: http://shrogers.com/weblog
"He who ref
84 matches
Mail list logo