immediately after a *t2* event.
*** t4: move point back
An up mouse event immediately after a *t3* event.
Thanks and best regards -
Charles
hope that if the idea of it is appealing enough, an
optimal implementation can be made by this group.
Thanks and best regards -
Charles
—
Charles Y. Choi, Ph.D.
kickingve...@gmail.com
> On Jun 5, 2024, at 11:17 AM, Ihor Radchenko wrote:
>
> "Berry, Charles" writes:
>
>>> I am trying to have an R code block output both the results of a numerical
>>> expression AND a plot, but if I set up the header arguments to display the
>>
Giuseppe,
> On Jun 3, 2024, at 6:47 AM, Giuseppe Pagnoni wrote:
>
> Hi,
>
> I am trying to have an R code block output both the results of a numerical
> expression AND a plot, but if I set up the header arguments to display the
> plot, the numerical outcome is not displayed. A simple examp
Sebastien,
One way to propagate values prior to export is to use named src blocks and
noweb references to them.
For example, the following code:
---
#+name: orga-def
#+begin_src latex :exports none
my old school
#+end_src
#+begin_src latex :noweb yes
\begin{titlepage}
Some custom LaTeX h
things, I assume).
You can find a reasonably minimal config that will reproduce the bug with emacs
-Q here:
https://github.com/minad/org-modern/discussions/211
I am not a mailing list member, so if you would like more detail please contact
me off-list. Thanks for your help!
Thanks,
Charles
Sharon,
> On May 27, 2024, at 8:07 AM, Sharon Kimble
> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
>
> How can I bold the first letter of a word please? I'm trying to do this -
>
>
> - - *S*pecific - You don’t want a vague goal.
>
I think the usual approach i
Forwarded Message
Subject: Re: Bug: Final zero after decimal point is stripped when inline
code evaluated
Date: Tue, 7 May 2024 10:25:05 -0400
From: Charles Millar
To: Max Nikulin
On 5/7/24 7:49 AM, Max Nikulin wrote:
On 07/05/2024 03:05, Charles Millar wrote:
I
On 5/6/24 12:42 PM, Ihor Radchenko wrote:
Max Nikulin writes:
On 06/05/2024 19:44, Ihor Radchenko wrote:
Charles Millar writes:
#+NAME: TABLE2
|22578.60|
src_latex[:var printthis=TABLE2[-1,-1] :eval yes :results replace
:exports results]{\num{printthis}} {{{results(@@latex:\num{22578.6
Forgot to include that i also used the numprint package.
On 5/5/24 2:30 PM, Charles Millar wrote:
Please note that in the second src_latex the zero is stripped from the
results. The final zero is required for my purposes, i.e. dollars and
cents. This occurs in both results and on export to
Please note that in the second src_latex the zero is stripped from the
results. The final zero is required for my purposes, i.e. dollars and
cents. This occurs in both results and on export to pdflatex,
Does org's evaluation cause this or does latex? I have attempted to use
the siunutx and cur
Bastien,
> On May 5, 2024, at 9:17 AM, Bastien wrote:
>
> Exporting the attached document with a list of >100 items results in a
> misformed markdown list, with missing spaces at the beginning of items.
>
> Can anyone reproduce this?
Yes.
With Org mode version 9.6.6 I see that org-md-item ha
Hi folks -
Got this warning when running Org Agenda, thought I'd report it in.
⛔ Warning (org-element-cache): org-element--cache: Org parser error in
2024_04_07.org::#. Resetting.
The error was: (error "Invalid search bound (wrong side of point)")
Backtrace:
" backtrace-to-string(nil)
org-e
> On Jan 29, 2024, at 3:47 PM, Vikas Rawal wrote:
>
> Hi all,
>
> Is it possible to search and replace a regex/string in an org file excluding
> the code blocks from its scope?
>
> Say, I want to replace all opening quotes (") by backticks(``) in the text
> but not in the code blocks. Is th
Ryan,
> On Sep 9, 2023, at 9:13 PM, Ryan C. Thompson wrote:
>
> So, this isn't an ideal solution, since it requires me to prefix any
> potential offending links with "maybe:". But it's good enough for me.
>
It is good that you have a solution, albeit with the caveat you mention above.
A coup
> On Jul 15, 2023, at 9:11 AM, Thomas S. Dye wrote:
>
>
> Ihor Radchenko writes:
>
>> "Thomas S. Dye" writes:
>>
Am I correct that language-specific header arguments are not yet covered
in the manual? I can't find any reference of "lexical" there.
>>>
>>> Yes, I believe so. L
William,
Have you considered http://gewhere.github.io/org-bibtex ??
Or using the approach therein, viz. use properties to store bib data in org?
HTH,
Chuck
> On May 28, 2023, at 7:46 AM, William Denton wrote:
>
> I'm thinking about moving a personal library catalogue system into Org. This
>
getting less
and less useful because CSP (Content Security Policy) blocking them on many
sites (for example Github)[2].
Charles
Footnotes:
[1]
https://addons.mozilla.org/en-US/firefox/addon/org-protocol/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
[2] https://github.com/vifon/org-protocol-for-firefox
signature.asc
Description: PGP signature
Bastien et al,
> On Dec 29, 2022, at 8:00 AM, Bastien Guerry wrote:
>
> I think it would make sense to convert Elisp lists into R lists
> directly. Jeremie, would you be okay with this?
>
Perhaps there are some hiccups.
The R `data.frame' type is a list with some added attributes. In that
Rens,
This is not a bug. Seee below.
> On Dec 7, 2022, at 9:47 AM, Rens Oliemans wrote:
>
> Hi all,
>
> A code block with ":results output" as header argument still has its
> output silenced if it's inside a headline with ":results none". MWE:
>
> 1. Create an .org file with the following con
Hi Greg,
> On Dec 5, 2022, at 4:41 PM, Greg Minshall wrote:
>
> hi, Charles,
>
>> This makes a list like '("a" "b" "c") into a data.frame with one column.
>
> 1. which version of Org are you running?
> : Org mode version 9.
> On Dec 4, 2022, at 6:43 PM, Greg Minshall wrote:
>
> i see this same behavior. to me, (org-babel-R-assign-elisp) seems to be
> the problem, but it hasn't changed any time recently. (nor, if my =git
> blame= is done correctly, has anything else in ob-R.el.)
>
> i don't understand how (org-
On 12/1/22 18:10, Tim Cross wrote:
Max Nikulin writes:
On 29/11/2022 13:58, Bastien wrote:
Last but not least: thanks to Ihor his
truly amazing work and for being the de facto maintainer.
I think, Ihor's role in this release is crucial. He spent a lot of time fixing
bugs and
reviewing pat
> On Nov 30, 2022, at 5:48 PM, Ihor Radchenko wrote:
>
> William Denton writes:
>
>> I tried that, but it didn't fix it. :(
>
> Ok. I was able to reproduce on my side.
>
>> With a minimal setup, running the R block with a :session makes it ask where
>> the
>> working directory should be
Attached is an example
1. Open all headings etc. show the contents then Collapse all headings
2. Cycle First Heading to show its content
3. Cycle Second Heading to show only the subheadings, but not the
content of each subheading
3. Cycle Subheading B, to show its content.
4. go to point-min an
On 11/2/22 13:31, Renato Pontefice wrote:
I’m sorry for this simply question, but I’m starting using emacs and org-mode
and I made some confusion.
Init.el
Need just for org -mode? Not for emacs right?
Thank you
Renato
Forgot to mention, and you may already be aware of this,
use
C-h v user
On 11/2/22 13:31, Renato Pontefice wrote:
I’m sorry for this simply question, but I’m starting using emacs and org-mode
and I made some confusion.
Init.el
Need just for org -mode? Not for emacs right?
You may use init.el (or .emacs of .emacs.d/init.el) file for all of
emacs.not just Org mo
> Thanks for reporting!
> Fixed on main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=2d3802658156153974f540877a82bf5a384a2ad4
Thanks that fix it for me too.
Charles
signature.asc
Description: PGP signature
Warning (emacs): Org version mismatch. Make sure that correct ‘load-path’ is
| set early in init.el This warning usually appears when a built-in Org version
is
| loaded prior to the more recent Org version.
`
during "make install". I never had this problem before.
Charles
signatur
Warning (emacs): Org version mismatch. Make sure that correct ‘load-path’ is
| set early in init.el This warning usually appears when a built-in Org version
is
| loaded prior to the more recent Org version.
`
during "make install". I never had this problem before.
Charles
signature.asc
Description: PGP signature
Kevin,
> On Jul 17, 2022, at 1:54 PM, kevinbanjo wrote:
>
> When I look at the doc string for (org-macro-replace-all) it says:
>
> Optional argument KEYWORDS, when non-nil is a list of keywords,
> as strings, where macro expansion is allowed.
>
> I tried passing it '("export-block") but it did
Kevin,
> On Jul 17, 2022, at 10:18 AM, kevinbanjo wrote:
>
>
>
> On Sun, Jul 17, 2022 at 7:24 AM Ihor Radchenko wrote:
> See inline calls in
> https://orgmode.org/manual/Evaluating-Code-Blocks.html#Evaluating-Code-Blocks
>
> I did this and it didn't work (but the one outside the export bloc
org/en-US/firefox/addon/org-protocol/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
is working well for me.
Charles
signature.asc
Description: PGP signature
Um...
> On May 15, 2022, at 2:46 AM, Christian Heinrich
> wrote:
>
> I run
>
> emacs -q --load /tmp/init.el --file=/tmp/test.org
>
> with my /tmp/init.el being only
>
>> (require 'package)
>> (package-initialize)
>> (add-to-list 'load-path "~/.emacs.d/straight/repos/org/lisp/")
>> (requi
> On May 1, 2022, at 2:20 AM, Marcin Borkowski wrote:
>
> Hi fellow Orgers,
>
> I'd like to export a Org-mode formatted string to markdown, but without
> the table of contents.
>
> (org-export-string-as my-string 'md t '(toc nil))
>
> didn't work (the ToC was still there). What am I missin
Matt,
> On Jan 19, 2022, at 5:52 AM, Matt Price wrote:
>
> However, I'd really like to add a less verbose syntax, like this:
>
> #+begin_r-stack :frag (appear appear)
> [[imglink1]]
> [[imglink2]]
> #+end_r-stack
>
> My question is: will the exporter preserve information from these header-like
Eric,
> On Jan 18, 2022, at 9:05 AM, Eric S Fraga wrote:
>
> been wrapped in a RESULTS special block be different than one that is
> not wrapped (beyond the wrapping, of course)? Specifically, wrapping
> the results seems to cause org to ignore that ATTR_LATEX :center toggle
> [1]. A minimal e
> On Jan 9, 2022, at 8:58 AM, Kaushal Modi wrote:
>
> How do we disable Org from transforming this:
>
>E = -J \sum_{i=1}^N s_i s_{i+1}
>
> to this:
>
>
>E = -J ∑i=1^N s\_i si+1
Ahh! Sorry!
So,
: (format "{{<%s>}}\n%s{{}}\n" type contents type)
has the contents already pars
> On Jan 8, 2022, at 3:29 PM, Kaushal Modi wrote:
>
>> What am I missing?
>>
>> It seems like you want your derived backend to transcode special blocks
>> somewhat differently than the parent backend. And adding a special block
>> export filter doesn't quite do the job.
>
> I tried out the
> On Jan 6, 2022, at 11:46 AM, Kaushal Modi wrote:
>
> On Thu, Jan 6, 2022 at 2:33 PM Juan Manuel Macías
> wrote:
>> I just realized that there is a much simpler solution for your katex
>> environment :-)
>>
>> You can use an example block, and define your custom environment using
>> the attr
Max,
> On Dec 31, 2021, at 4:05 AM, Max Nikulin wrote:
>
>
> Should some function a macro be provided to facilitate declaring languages as
> data format (config files, JSON, YAML, etc.) rather than executable source
> code?
I think we already have this in the form of export blocks, viz.
#+n
Rudy,
> On Dec 29, 2021, at 11:26 PM, Rudolf Adamkovič wrote:
>
> (Note: I do not know what ECM stands for.)
ECM stands for =Exemple Complet Minimal=, per
https://orgmode.org/worg/org-faq.html#ecm, which says "The term refers to test
files that can reliably reproduce a bug with the minimal a
Max,
> On Dec 29, 2021, at 4:53 AM, Max Nikulin wrote:
>
> On 25/12/2021 02:52, Berry, Charles wrote:
>> For that case, setting buffer or heading properties, such as:
>> #+begin_src org
>> :PROPERTIES:
>> :header-args: :eval yes :exports results
>>
Rudy,
Thanks for the comment, but ...
> On Dec 25, 2021, at 1:37 PM, Rudolf Adamkovič wrote:
>
> I think we look at the problem from two different perspectives. You
> look at the problem from the "how" perspective, whereas I look at it
> from the "why" perspective. Sure, we can work around ev
> On Dec 23, 2021, at 8:09 PM, Ihor Radchenko wrote:
>
> Rudolf Adamkovič writes:
>
>>> So, Org cannot distinguish between language backends that are simply
>>> not loaded and the ones that do not define org-babel-execute:lang.
>>
>> Oh, if we have this architectural limitation in place, the
> On Dec 22, 2021, at 2:16 PM, Yasushi SHOJI wrote:
>
> Hi,
>
> On Thu, Dec 23, 2021 at 3:22 AM Berry, Charles
> wrote:
>>> On Dec 22, 2021, at 8:07 AM, Yasushi SHOJI wrote:
>>> On Thu, Dec 23, 2021 at 12:52 AM Yasushi SHOJI
>>> wrote:
> On Dec 22, 2021, at 8:07 AM, Yasushi SHOJI wrote:
>
> On Thu, Dec 23, 2021 at 12:52 AM Yasushi SHOJI
> wrote:
>> Then, why don't I have :file in the info?
>
> The :exports must be "file" to have the file name in the info. I used
> to have "code" because
> I wanted to export code with the
> On Dec 21, 2021, at 2:53 PM, Rudolf Adamkovič wrote:
>
> I struggle to understand. Why do we need a customization? If Org knows
> that some backend exists but has no execute function, why does it even
> try to execute it? It cannot. Do I miss something?
Sorry if my prior posts were garb
> On Dec 18, 2021, at 11:57 AM, Charles Berry wrote:
>
> There are workable approaches under the current setup.
>
> -
Also, when exporting it looks `org-babel-exp-results' does not attempt to run
src blocks for which
(fboundp (intern (concat "org-babel-execu
> On Dec 18, 2021, at 1:49 AM, Ihor Radchenko wrote:
>
> "Berry, Charles" writes:
>
>> If I have a typo in the name of a language, the error message you quote
>> tells me what my mistake was.
>>
>> I'd say that is a feature, not a bug
> On Dec 16, 2021, at 8:51 PM, Kyle Meyer wrote:
>
> Rudolf Adamkovič:
>
>> I have a .org file with two kinds of src blocks:
>>
>> 1. sqlite blocks
>> 2. bibtex blocks
>>
>> I want to execute all sqlite blocks with org-babel-execute-buffer.
>>
>> When I try to do so, org-mode complains:
>>
Org mode version 9.5.1 (release_9.5.1-279-g8908fb @
/usr/local/share/org-mode/lisp/)
GNU Emacs 28.0.50 (build 344, x86_64-pc-linux-gnu, GTK+ Version 3.24.23,
cairo version 1.16.0) of 2020-12-31
Here is a use case.
I have many files each with as many as 60 tables that are generated
using ob -r
Matt,
> On Nov 2, 2021, at 3:19 AM, Matt Price wrote:
>
> I am getting used to calling library-of-babel functions with local data
> structures as input variables, e.g. in this line:
>
> #+CALL: list2table(data=common-issues-list, order="rows") :results table
> raw
>
> where `common-issues
Jeremie,
> On Sep 28, 2021, at 12:34 AM, Jeremie Juste wrote:
>
> Thanks for the feedback. With the following patch, I made sure that
> ess-inject-source is set to default before evaluating the buffer.
>
> So even if I set
> (setq ess-inject-source 'function-and-buffer), I get the following
> o
Jeremie,
> On Sep 27, 2021, at 3:56 PM, Berry, Charles wrote:
>
> There is something in my init that doesn't play nice with this.
(setq ess-inject-source nil)
seems to be the culprit.
Also note, even with ess-inject-source set to t, there is an indentation issue:
: >
It may take me a while to figure out what it is.
:-(
HTH,
Chuck
> On Sep 27, 2021, at 1:28 PM, Jeremie Juste wrote:
>
> Hello Chuck,
>
> On Monday, 27 Sep 2021 at 18:28, Berry, Charles wrote:
>>
>> It looks like you have `(setq ess-eval-visibly t)
Jeremie,
> On Sep 26, 2021, at 10:13 AM, Jeremie Juste wrote:
>
> But for the time being result output produces the following output.
>
> #+begin_src R :session *R* :results output :async
> Sys.sleep(1)
> print(1:5)
> #+end_src
>
> #+RESULTS:
> : > Sys.sleep(1)
> : > print(1:5)
> : [1] 1 2 3
> On Sep 6, 2021, at 1:53 AM, Dominik Schrempf
> wrote:
>
> Thank you, this solution works. May I ask about the reasons of such a
> distinction?
[i.e. between exec-path and (getenv "PATH")]
Well, this is how `shell' and `shell-command-on-region' both do it, and they
seem to be the underly
> On Sep 4, 2021, at 5:30 AM, Dominik Schrempf
> wrote:
>
> Hello,
>
> I use directory local environments with =envrc= [1], and run into trouble when
> using (Bash) Org Babel source code blocks. The buffer local environment seems
> to
> be ignored (see the example at the bottom).
>
> This s
Thank you, Arthur.
Forwarded Message
Subject: Re: Greater than, less than bug in emacs-lisp source block
Date: Fri, 03 Sep 2021 00:36:23 +0200
From: Arthur Miller
To: John Kitchin
CC: Charles Millar , emacs-orgmode@gnu.org
John Kitchin writes:
I think this issue is
2:10 PM Charles Millar wrote:
Set up:
GNU Emacs 28.0.50 (build 344, x86_64-pc-linux-gnu, GTK+ Version 3.24.23,
cairo version 1.16.0) of 2020-12-31
Org mode version 9.4.6 (release_9.4.6-637-gd70f28 @
/usr/local/share/org-mode/lisp/)
The following code will evaluate
#+begin_src emacs-lisp
(defun
Set up:
GNU Emacs 28.0.50 (build 344, x86_64-pc-linux-gnu, GTK+ Version 3.24.23,
cairo version 1.16.0) of 2020-12-31
Org mode version 9.4.6 (release_9.4.6-637-gd70f28 @
/usr/local/share/org-mode/lisp/)
The following code will evaluate
#+begin_src emacs-lisp
(defun Foo ()
(if (= 2 4) bar))
#+e
`defsubst org-cmp-ts` in org-agenda.el. The definition of `def`
in the `let*` should be something like
(if org-agenda-sort-notime-is-late -1)
(In the state dump below, `org-agenda-sort-notime-is-late` is not mentioned
but has its default value of t.)
Thanks,
Charles
Emacs : GNU Ema
First, I thank Slava Barinov for his proposed patch to appending a
#+tblfm line to an org-collector table. Date: 17 Mar 2019 13:22:58 +0300
Message-ID: <87sgvl4wes@gmail.com> (raw)
Attached is my, in all modesty named, cm-org-collector.el in which I
have added code to prepend name and attri
> On Aug 21, 2021, at 9:58 AM, John Hendy wrote:
>
>
> Interesting, and thanks for taking a look. I don't think I specified
> sufficiently that I'm actually aiming for latex/pdf output and
> therefore want the org table.
John,
If you want a latex export, you should use one of the many R pa
James,
> On Aug 15, 2021, at 4:41 PM, James Powell wrote:
>
> I write a deliberate syntax error into a code block:
>
> : #+begin_src R :session
> : x <- 1
> : y xx z
> : #+end_src
>
> I put my cursor in there and C-c C-c.
>
> What I expect: a gentle useful report about the error.
Right.
> On Aug 15, 2021, at 6:19 AM, Yasushi SHOJI wrote:
>
> Hello,
>
> It seems like the following ECM cause an error:
> Error (org-babel): Error reading results: (user-error "Region is
> longer than ‘org-table-convert-region-max-lines’ (999) lines; not
> converting")
>
> I assumed that with ":re
> On Aug 9, 2021, at 9:13 PM, James Powell wrote:
>
> Error handling is important and hard to get right. Me, I prefer to
> treat every warning as an error (-Werror in gcc, "options(warn=2)" in
> R, etc). I want the system to grind to a halt at the least sign of
> trouble.
If the effe
John,
> On Aug 6, 2021, at 8:38 AM, John Hendy wrote:
>
> Greetings,
>
> I'm wondering how to align the results from the R buffer (which I
> like) vs. the results printed by Org-mode for table results. Here's a
> toy example:
>
`tbl_df' objects come with their own print/show method. And it do
On 7/23/21 10:06 PM, Tim Cross wrote:
André A. Gomes writes:
Hi,
The project's documentation refers to headings and headlines as
synonyms. Relying on a single definition would be beneficial. If I had
to choose between the two, I'd go with heading.
If the community finds this valuable, I c
Matt,
Check (info "(org) Export Settings")
and especially, the para near bottom:
When exporting sub-trees, special node properties can override the
above keywords. These properties have an ‘EXPORT_’ prefix. For
example, ‘DATE’ becomes, ‘EXPORT_DATE’ when used for a specific
sub-tree. Except f
Jack,
I will be going offline for a week or so, so I will have to defer more
discussion.
I know that `silent' silences an unwanted file link.
And there are a few other ways to do this.
So, if it is determined to proceed, adding an implicit `file' will not prohibit
uses in which it was not
Tim,
> On Jul 8, 2021, at 12:32 PM, Tim Cross wrote:
>
> My concern here is with the additional complexity. This is already a
> somewhat complex aspect of org mode and the behaviour you describe can
> effectively be done using noweb, although as you say, not as
> declarative in style.
This (an
> On Jul 6, 2021, at 12:20 PM, Jack Kamm wrote:
>
> Hi Chuck,
>
>> Here is an ECM that when exported with `C-c C-e l o y y` (or 'yes RET' for
>> each `y' depending on your setup)
>
> I don't see the example on your last email, could you try re-attaching
> it?
>
> Thanks,
> Jack
Mea culpa.
> On Jul 6, 2021, at 8:04 AM, Jack Kamm wrote:
>
> Hello again,
>
>>> A user might like to construct a figure consisting of various subfigures
>>> such as in a subfloat environment.
>>>
>>> Will this be reasonably simple to accomplish if `:results graphics' (with
>>> no `file' element) aut
> On Jul 3, 2021, at 10:19 PM, Greg Minshall wrote:
>
> Chuck,
>
> thanks. (i'm not surprised at an e-lisp suggestion from you! :)
>
> i worry about accidental modification of the base case results during
> the chaos of development. it occurs to me (reading through
> (org-babel-ref-resolve
> On Jul 3, 2021, at 9:35 AM, Greg Minshall wrote:
>
> hi.
>
> i am trying to simplify adding regression test cases to a program.
>
> to generate the base, "compared-to" results, i want to write some code
> in a source block, then evaluate it, producing the "true" value.
>
> then, later dur
Sorry if I have misunderstood the proposals here, but ...
A user might like to construct a figure consisting of various subfigures such
as in a subfloat environment.
Will this be reasonably simple to accomplish if `:results graphics' (with no
`file' element) automatically inserts a link?
Curre
> On May 28, 2021, at 8:52 AM, Roger Mason wrote:
>
> Hello,
>
> I have an SQL source block that returns this:
>
> #+RESULTS: query
>
>
[snip]
> I would like to pass this into R for further processing. At the moment
> I have this:
>
> #+begin_src R :session :colnames yes :var data=quer
Uwe,
You used `:exports code :eval never-export' (from an earlier posting).
I think you want `:exports both :eval never-export' to keep babel from removing
the results.
HTH,
Chuck
> On May 15, 2021, at 1:18 PM, Uwe Brauer wrote:
>
> Chuck,
>> Uwe,
>> [snip]
>
>
>> [screenshot deleted]
>
Uwe,
[snip]
> On May 15, 2021, at 11:10 AM, Uwe Brauer wrote:
>
> Thanks, it did not help. To make this clear the problem occurs in the
> result block, not in the source block.
>
>
>
> That is exported to
> #+RESULTS:
> \begin{align*}
> P(\text{Covid19}|\text{+})&=\frac{P(\text{+}|\text{Co
Uwe,
> On May 15, 2021, at 6:31 AM, Uwe Brauer wrote:
>
>
> Hi
>
> I have the following src block
>
> #+begin_src matlab :results output raw :exports code :eval never-export
> addpath /home/oub/ALLES/HGs/Matlab-init/Statistic
> sens=0.7;
> spec=0.95;
> aspec=1-spec;
> prob=0.1;
> sal=1-prob
ontrols size. I
tried 2.0 and it seems like a good value for my screen.
Best,
Chuck
>> Sent: Friday, May 07, 2021 at 1:36 PM
>> From: "Berry, Charles"
>> To: "michael-franz...@gmx.com"
>> Cc: "Help Emacs Orgmode"
>> Subject: Re:
> On May 6, 2021, at 4:20 PM, michael-franz...@gmx.com wrote:
>
> After I do "C-c C-c", I just get a message saying "Code block evaluation
> complete."
>
Are you doing this in a buffer that has ONLY the text between the `cut here'
lines and exactly that?
If not, please try it in such a bu
> On May 6, 2021, at 3:08 PM, michael-franz...@gmx.com wrote:
>
> Did you manage to get the equations displayed, I have tried again and could
> not do
> it. It might be beneficial to give more details and some more examples on
> what to do.
>
Yes, the one equation was displayed as a previe
> On May 6, 2021, at 12:50 AM, michael-franz...@gmx.com wrote:
>
>
> I am trying to use ob-latex but equations are not being displayed in emacs
> when I try to execute with "C-c C-c".
Right. This is because `:results latex replace' is the default for latex src
blocks and the leads to wrappin
Hi Greg,
> On Apr 16, 2021, at 8:27 AM, Greg Minshall wrote:
>
> Rama,
>
> one other comment/suggestion.
>
>> I haven’t been able to fully work with Donald Knuth’s suggestion of
>> writing a Literate Program directly in a tool like orgmode/noweb since
>> it is a nuisance to keep having to type
> On Mar 31, 2021, at 9:41 AM, Timothy wrote:
>
> I anticipate that this change may be somewhat contentions because ox-md
> explicitly follows only the original Markdown spec from 2003, however
> I've thought this over and come to the conclusion that this change is
> still in keeping with that
On 3/16/21 3:34 AM, Uwe Brauer wrote:
> On 3/15/21 5:00 PM, Uwe Brauer wrote:
> My bad; I did not pay attention to a four line comment, so here it is
> again, with the comment and final line for the template, etc.
> (setq org-capture-template '(
> . . . some capture templat
On 3/15/21 5:00 PM, Uwe Brauer wrote:
"CM" == Charles Millar writes:
> On 3/15/21 10:13 AM, Uwe Brauer wrote:
>>
>>> Hi,
>>> On 3/14/21 1:00 PM, TRS-80 wrote:
>>> You may have to escape the pipes. I did that in a similar captur
This is a problem I’ve noticed as well. Now, I am a programmer — my code or
it’s descendants is still in the distribution — I do update org mode
regularly, and I get messages when I start up Emacs about Org mode files
that can’t be loaded. I wouldn’t be surprised if the cause is this
renaming. But
On 3/15/21 10:13 AM, Uwe Brauer wrote:
Hi,
On 3/14/21 1:00 PM, TRS-80 wrote:
You may have to escape the pipes. I did that in a similar capture template.
Can you give me an example, please?
HTH
("s" "timeslip" table-line
(file "/mnt/Data/ActiveFiles/timeslips.org")
"\| %(org
Hi,
On 3/14/21 1:00 PM, TRS-80 wrote:
On 2021-03-13 02:24, Uwe Brauer wrote:
Hi
Currently I have the following setting for one org-capture-template:
("mu" "Stat+Num:Exercises English"
table-line (file+headline "~/Somefile.org" "Exercise Group-E")
"| %:fromname|%:fromaddress |
%(my-extract-cc
Greg,
> On Mar 7, 2021, at 11:44 PM, Greg Minshall wrote:
>
> i guess when i used the term "recursive execute function" (i tend to
> confuse "execute" and "export"), i was thinking of something like: when
> i export an org file, and it runs into an org-in-org block to export,
> then your code ru
> On Mar 7, 2021, at 8:14 AM, Greg Minshall wrote:
>
> Charles,
>
> thanks. any thing you'd like to add to the R-via-ESS/org-mode
> repository, that would be great.
>
> in general, afaik, the contents of org-in-org buffers export okay. at
> least plain one
Greg,
See inline
> On Feb 23, 2021, at 6:24 AM, Greg Minshall wrote:
>
> i have a question about org-in-org source blocks. i volunteered to help
> in an effort to provide a tutorial of using the ESS (Emacs Speaks
> Statistics) package for R, in particular, from org mode.
>
> i'd like to writ
> On Feb 17, 2021, at 4:25 PM, Okam wrote:
>
>
> I have attached a minimum working example. The bad formatting also
> occurs when just pasting the link. In the example, Org mode highlights
> from beginning of the phrase "=verbatim text 1=" to the end of the
> phrase "=verbatim text 3=" in t
> On Feb 16, 2021, at 1:20 PM, Okam wrote:
>
> I am using the Emacs gccemacs branch with Org version "9.5-dev".
> I have noticed that when I try to insert the stored link
>
> file:doc/loopy-doc.org::*Destructuring with =dash=
>
> and use the heading as the link description, that Org canno
> On Feb 16, 2021, at 8:30 AM, Juan Manuel Macías
> wrote:
>
> Hi,
>
> I'm exploring some ways to include a complex LaTeX preamble using source
> blocks. Consider this (code at the end of this message), that works fine.
>
> My question is: In order to do it all in a single block, would there
> On Jan 14, 2021, at 3:42 PM, Brett Presnell wrote:
>
>
> Probably a silly question, but in ob-R.el, what is the reason for
> setting na=\"nil\" when defining org-babel-R-write-object-command? Is
> this an elisp compatibility thing?
>
I don't get it either. The value corresponding to the
1 - 100 of 1443 matches
Mail list logo