Re: [FR] ob-awk.el specifying a delimeter argument in for output

2023-03-05 Thread Jeremie Juste
im=";" (format "|%s" (replace-regexp-in-string delim "|" tbl)) #+end_src #+RESULTS: specific-delim : | #+begin_src awk :in-file test.csv :cmd-line -F ";" :post specific-delim(*this*,";") :results raw {print $0} #+end_src #+RESULTS: | 123 | 0 | 123 | Best regards, Jeremie

Re: [FR] ob-awk.el specifying a delimeter argument in for output

2023-03-05 Thread Jeremie Juste
e before the :post argument. Have I understood correctly? If it is the case, then I would have to not just replace the delimeter but convert the entire results to an org-table. Best regards, Jeremie

[FR] ob-awk.el specifying a delimeter argument in for output

2023-03-05 Thread Jeremie Juste
el-import-elisp-from-file tmp) +(org-babel-import-elisp-from-file tmp ";") Would this be the right way to do think about this issue? Best regards, Jeremie PS Note that we have a samilar issue in ob-shell where the delimiter is by default a comma. #+begin_src shell

Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-11 Thread Jeremie Juste
rt Elisp lists into R > lists directly? Many thanks for the feedback. At this point I don't know. On one hand you are right on the other, this option is backward compatible, and the user can always create an interface in R to suit his need. If there are more complaints about that in the future, I'll reconsider. Best regards, Jeremie

Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-07 Thread Jeremie Juste
:16, Ihor Radchenko wrote: > I also like the second option as **printing** more, but it is _not_ what > we have in the manual. Thanks for the precision. We propably need to update the doc. I guess it also has to be language specific. Best regards, Jeremie

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-07 Thread Jeremie Juste
Hello Malcolm, On Wednesday, 7 Dec 2022 at 17:50, Cook, Malcolm wrote: > > Byte-compiling and reloading ob-R.el worked. Glad that you could solve it. From 08433d9b0, I added a test to make sure we are not surprised again. Best regards, Jeremie

Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-06 Thread Jeremie Juste
ucture (depth of at least 2). - (unless (listp (car value)) (setq value (list value))) + (unless (listp (car value)) (setq value (mapcar 'list value))) Do you have any case of using org-list to R? Do you think we could use the list for a different purpose. Suggestions are welcome. Bes

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-03 Thread Jeremie Juste
tests to make sure this issue does not happen again in ob-R. Best regards, Jeremie

Re: Seeing all the steps when I run an R code block

2022-11-27 Thread Jeremie Juste
ssion R:testing :results value getwd() #+end_src #+RESULTS: : /tmp/test Thanks again, I'll improve this. Best regards, Jeremie

Re: Images generated by R code blocks do not display

2022-11-27 Thread Jeremie Juste
Hello Ihor, On Sunday, 27 Nov 2022 at 13:21, Ihor Radchenko wrote: > Jeremie Juste writes: > >> I tried to reproduce your steps on Org mode version 9.6-pre >> (release_9.5.5-1096-gf83e45.dirty @ /home/djj/src/org-mode/lisp/). >> >> and I get stuck at step 12,

Re: Images generated by R code blocks do not display

2022-11-27 Thread Jeremie Juste
me/djj/src/org-mode/lisp/). and I get stuck at step 12, Inline display image cannot be switched on again. Hope this helps, Jeremie

Re: Seeing all the steps when I run an R code block

2022-11-27 Thread Jeremie Juste
actory one? Please voice out your opinion. Hope this help, Jeremie

Re: User

2022-11-23 Thread Jeremie Juste
reinstalling emacs on Windows. Now I need to specify that I'm not an expert here. I also use emacs on Windows and I'm not sure I've installed it the optimal way, but my org file works out of the box. Hope this helps. Jeremie On Wednesday, 23 Nov 2022 at 11:33, Paul Schlesinger wrote: &g

Re: [BUG] Incorrect background color [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-11-12 Thread Jeremie Juste
ults for background color changed in R since the WORG page has >> been written. > > Jeremie, could you please take a look? Yes. Thanks for confirming the issue. I confirm that the white backgroud is the default and is R default. I could not trace back any recent change in R. So

Re: [BUG] Incorrect background color [9.5.4 (release_9.5.4-3-g6dc785 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-11-12 Thread Jeremie Juste
kground color changed in R since the WORG page has >> been written. > > Jeremie, could you please take a look? Yes. Thanks for confirming the issue. I confirm that the white backgroud is the default and is R default. I could not trace back any recent change in R. So I suspect whi

Re: You can now support Org-mode through https://liberapay.com/org-mode/

2022-09-17 Thread Jeremie Juste
Hello, Many thanks for setting this up. I'm happy and relieved that an agreement has been reached to support contributors to org mode. I'd like to imagine that this move is the first step to many further improvements towards further and better financial support. Best regards, Jerem

Re: org-latex preview on Windows

2022-08-09 Thread Jeremie Juste
Hello Ypo, Many thanks for sharing. On Sunday, 7 Aug 2022 at 20:05, Ypo wrote: > Hi Jeremie > > In my emacs it works great. Even org-fragtog that allows you to edit in > an interactive manner. Org impatient is also pretty nice :-) https://github.com/yangsheng6810/org-latex-impatient

Re: org-verse-num: display verse numbers within a verse block

2022-08-07 Thread Jeremie Juste
ert). > > (I noticed that my previous message was sent to the duplicate list. > Apologies for that). No problem for posting to two lists. I didn't know about emacs-humanities . Best regards, Jeremie

Re: Bug: Folding problem with markdown source block

2022-08-07 Thread Jeremie Juste
Hello Jack, Thanks for reporting. I can reproduce the bug. Best regards, Jeremie On Saturday, 6 Aug 2022 at 14:10, Jack Kamm wrote: > Hello, > > I found that Org entries containing markdown source blocks don't get > properly folded on the main development branch, when

org-latex preview on Windows

2022-08-06 Thread Jeremie Juste
te" source)) This is obviously not an ideal solution but I cannot find any other solution immediately. Have someone else come across the same issue on Windows? Do you have any suggestions? Best regards, Jeremie Org mode version 9.5.4 GNU Emacs 28.1

Re: Efficiently reuse code in org babel with R

2022-07-07 Thread Jeremie Juste
#+begin_src R :file figures/fig2.png ## my code here #+end_src #+begin_src R :file figures/fig1.png ## my code here #+end_src then I would use (org-babel-execute-subtree) which is bound to C-c C-v s on the subheading output graphs to regenerate the graphs. HTH, Jeremie

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-02 Thread Jeremie Juste
freedom to deliberately restrict our freedom to fund projects that we care about, that give us freedom in other dimensions? I am not suggesting to encourage anyone to use non free method of payments, but allowing them to do so if they want to. I'd like to see solutions towards free electro

Re: Change both width and height of R plot in SRC block

2022-07-01 Thread Jeremie Juste
god, this works! I honestly tried everything but... >> Apologies. No need to apologise, but I hope reaching out to the mailing list will be in your definition of everything :-). Many thanks to Ihor and Thomas for your reactivity. Best regards, Jeremie

Re: problem with unwanted strikeout in src blocks

2022-05-23 Thread Jeremie Juste
egin_src R :exports results :eval yes :results output latex :post box(*this*) cat("\\frac{3}{4}") #+end_src #+RESULTS: #+begin_export latex \\begin{solutionorbox} \frac{3}{4} \\end{solutionorbox} #+end_export HTH, Jeremie

Re: calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Jeremie Juste
ht be looking for the following. #+begin_src R :colnames t :var t1=TC quantile(t1$Data,c(1/3,2/3,1)) #+end_src #+RESULTS: | x | || | 14 | | 25 | | 35 | HTH, Jeremie

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Jeremie Juste
e nil) #+end_src Note that I'm still using a rather old ess version. Could you please try with the above configuration? Note that I am using a rather old ess version but the I haven't experienced issues with the newer one. Best regards Jeremie > Hi Jeremie, > > I just tested

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Jeremie Juste
know which version of org-mode you are actually using? Ihor, many thanks for checking. Best regards, Jeremie On Sunday, 15 May 2022 at 16:08, Ihor Radchenko wrote: > Christian Heinrich writes: > >> I got back to an org file after upgrading to the latest release of org-mode

Re: source block evaluation in #+DATE line

2022-05-10 Thread Jeremie Juste
TIES: :BEAMER_env: note :END: ** Frame 2 (where we will not use columns) *** Request Please test this stuff! HTH, Jeremie

Re: How to export to markdown programmatically without the table of contents?

2022-05-03 Thread Jeremie Juste
$ emacs -Q -L ./lisp -l org /tmp/test.org then C-c C-e, I don't have markdown in the default export options. tested with, Org mode version 9.5.3 (release_9.5.3-467-g2bd34e @ /home/djj/src/org-mode/lisp/). And I still work with (require 'ox-md). Best regards, Jeremie

Re: org-startup-folded does not work with directory local variables

2022-05-03 Thread Jeremie Juste
TODO heading 3 the following command $ emacs -Q -L ./lisp -l org --eval "(setq org-startup-folded t)" /tmp/test.org Produces your desired results * Some Heading Title [0/2] ... HTH, Jeremie

Re: How to export to markdown programmatically without the table of contents?

2022-05-01 Thread Jeremie Juste
give what you want. Many thanks for the insights. I know where to look now: (info "(org) Publishing options") Best regards, Jeremie

Re: How to export to markdown programmatically without the table of contents?

2022-05-01 Thread Jeremie Juste
ns by overriding the Org default settings. However I the toc can be removed in this way. (org-export-string-as "#+OPTIONS: toc:nil \n\n* test\n1" 'md) HTH, Jeremie Juste

Re: processing of babel blocks and select_tags

2022-02-18 Thread Jeremie Juste
nother option would be to store what is needed in as a variable in a session and use =:eval no= before exporting, but it might not be very practical for a book. I have a small helper function that toggle eval yes or no at the file level, if it is of any help. HTH, Jeremie * toggle eval yes. (defun

Re: Bug with exporting list with link item containing "::" to markdown

2022-02-13 Thread Jeremie Juste
-8b2f-5933afadb864][ryans01 :: No Zero Days]] is exported as # Table of Contents 1. [test](#org7d47e12) # test [ryans01 :: No Zero Days](#org7d47e12) Hope this helps, Jeremie Org mode version 9.5 (release_9.5-142-g0ef88e) GNU Emacs 27.2

Re: R terminal output does not match src block output due to ">" character in results

2022-01-16 Thread Jeremie Juste
Best regards, Jeremie #+BEGIN_SRC elisp (org-version) #+END_SRC #+RESULTS: : 9.5 #+BEGIN_SRC elisp (emacs-version) #+end_src #+RESULTS: : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24) : of 2021-11-26 * Example 1 #+BEGIN_SRC R :results output data.fram

Re: Help debugging R source code block output problem with :session

2022-01-11 Thread Jeremie Juste
Hello John, Many thanks for reporting. I'm short of time right now, but I'll take a closer look at the problem over the weekend and keep you posted. Could you let me know which version of org-mode you are currently using? Best regards, Jeremie Juste On Tuesday, 11 Jan 2022 at 1

[forged] Re: from 0ef88e2d9 make generates error

2021-10-17 Thread Jeremie Juste
Hello, False alert. I missed texinfo on my system. Many thanks Ihor, for the lead. Best regards Jeremie

Re: "begin_src R :session" opens R session when file first visited

2021-10-17 Thread Jeremie Juste
[elpa: 20200825.829], but I'm not aware of any breaking changes in ESS. Best regards, Jeremie On Sunday, 17 Oct 2021 at 06:06, Greg Minshall wrote: > Bill, > >> I run Org from the source tree, and recently (a couple of weeks ago or >> so) something new started happenin

from 0ef88e2d9 make generates error

2021-10-17 Thread Jeremie Juste
e/doc' make: *** [mk/targets.mk:127: info] Error 2 Best regards, Jeremie

[PATCH] ob-R async evaluation

2021-10-05 Thread Jeremie Juste
utput in async evaluation. With this change make does not generate any warning for ob-R.el and all the test of ob-R.el passes, so no significant change for the user. Best regards, Jeremie 0001-ob-R.el-Patch-4-async-evaluation.patch Description: Adobe PDF document

Re: [PATCH] async process in R

2021-09-28 Thread Jeremie Juste
not found > : > : [1] 1 2 > > But changing to `:async yes', the error aborts in a way that omits the output. Interesting, I haven't thought about errors cases enough. Async process will be on the 9.5 release and this issue will be next on the todo list. Many thanks again for the feedback. It does help, Jeremie

Re: [PATCH] async process in R

2021-09-28 Thread Jeremie Juste
Hello Chuck, On Monday, 27 Sep 2021 at 23:40, Berry, Charles wrote: > 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) Thanks for the fe

Re: [PATCH] async process in R

2021-09-27 Thread Jeremie Juste
ssed including the tests for async evaluation from [1] ob-session-async. [1]: https://github.com/jackkamm/ob-session-async/. >From 795cc0ebe637aa4ff148c495cf5403ba2baec242 Mon Sep 17 00:00:00 2001 From: Jeremie Juste Date: Mon, 27 Sep 2021 22:02:17 +0200 Subject: [PATCH] ob-R.el: Patch asyn

Re: [PATCH] async process in R

2021-09-27 Thread Jeremie Juste
ines of > `org-babel-R-evaluate-session'. > > It seems like this is an ob-R.el issue. I'll look deeper into ob-R.el Best regards, Jeremie

Re: [PATCH] async process in R

2021-09-27 Thread Jeremie Juste
Hello, On Monday, 27 Sep 2021 at 08:48, Bastien wrote: > Hi Greg and Jeremie, > > Greg Minshall writes: > >> if this is not already idiomatic for org mode, i'd vote to require the >> "yes" or "no". just my 2 cents. > > Agreed: even

Re: [PATCH] async process in R

2021-09-26 Thread Jeremie Juste
ters will default to yes. #+begin_src R :session *R* :results value :async :colnames yes Sys.sleep(10) as.list(1:5) #+end_src I am not sure if it is a desirable feature or not. Best regards, Jeremie

[PATCH] async process in R

2021-09-26 Thread Jeremie Juste
a to move it forward. Best regards, Jeremie >From 51e1efb75e15fab348fd5a2c8b5fb5c1dbbf4d1c Mon Sep 17 00:00:00 2001 From: Jeremie Juste Date: Sun, 26 Sep 2021 18:25:23 +0200 Subject: [PATCH] lisp/ob-R: Async evaluation in R * lisp/ob-R.el `ob-session-async-R-indicator': Add constant

Re: [PATCH] ob-R output file with graphics parameter

2021-09-26 Thread Jeremie Juste
it. Thanks, Jeremie

Re: Bug: unexpected behavior of nesting braces when exporting to LaTeX

2021-08-22 Thread Jeremie Juste
An emphasized a word looks \emph{distinguished}. \end{theorem} Yes, for my part I usually wrap into a source block, if I need native latex syntax #+BEGIN_SRC latex \emph{{n+1}-a} \textit{a{b}c} #+end_src I don't know if it is the case by design or if it is a bug. HTH, Jeremie On Sunday, 22 Aug 20

Re: Bug: unexpected behavior of nesting braces when exporting to LaTeX

2021-08-22 Thread Jeremie Juste
that there are native org-syntax for \emph and \textbf *n+1 - a* /a{b}c/ (info "(org) Emphasis and Monospace") HTH, -- Jeremie Juste

Re: Number format for table results outut from R data.frame/tibble

2021-08-21 Thread Jeremie Juste
data from xtable and do formatting in org-mode. This code may be a little extravagant on the latex side but, it shows the possibilities. HTH, Jeremie #+LATEX_HEADER: \usepackage{booktabs} #+LATEX_HEADER: \usepackage{array} #+LATEX_HEADER: \usepackage{setspace} #+LATEX_HEADER: \usepackage{dcolumn

Re: [PATCH] ob-R output file with graphics parameter

2021-07-10 Thread Jeremie Juste

Re: [PATCH] ob-R output file with graphics parameter

2021-07-03 Thread Jeremie Juste
Hello Jack, Many thanks for the feed back On Friday, 2 Jul 2021 at 21:21, Jack Kamm wrote: > Hi Jeremie, > >>> The requirement for a second file parameter was added in Org 9.3 to >>> support the use case in this thread: >>> >>> https://orgmode.

Re: [PATCH] ob-R output file with graphics parameter

2021-06-28 Thread Jeremie Juste
Subject: [PATCH 1/4] ob-R.el: Remove redundant argument to function > > I think it would be better to squash these changes into a single commit. > Thanks again for the feedback. Best regards, -- Jeremie Juste

[PATCH] ob-R output file with graphics parameter

2021-06-23 Thread Jeremie Juste
xt steps - Remove second the need for a second file parameter - Add tests to avoid regression - implement async in ob-R >From e3d37da7b643990dc70ee42528051f1323fa5cae Mon Sep 17 00:00:00 2001 From: Jeremie Juste Date: Wed, 23 Jun 2021 23:58:26 +0200 Subject: [PATCH 1/4] ob-R.el: Remove redundan

Re: example paper written in org completely

2021-06-19 Thread Jeremie Juste
suspect that it would be difficult to compete with a front-end with org-mode at the back, but again, I'm telling more than I know. Best regards, -- Jeremie Juste

Re: TMIO Pre-release, request for feedback

2021-06-12 Thread Jeremie Juste
Hello Jack On Thursday, 10 Jun 2021 at 05:56, Jack Kamm wrote: > Hi Jeremie, > > Jeremie Juste writes: > >> Just a precision async process is already available in R. Thanks again >> to Jack Kamm for this input. > > I believe async evaluation in R still requires my

Re: TMIO Pre-release, request for feedback

2021-06-10 Thread Jeremie Juste
lable in R. Thanks again to Jack Kamm for this input. #+BEGIN_SRC R :session *R* :async yes :eval yes Sys.sleep(5) print("I needed 5 sec to run but I didn't freeze emacs") #+end_src #+RESULTS: : [1] "I needed 5 sec to run but I didn't freeze emacs" Best regards, Jer

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Jeremie Juste
ation") works for me. Hope this helps, Jeremie

Re: Table alignment problem

2021-05-07 Thread Jeremie Juste
Hello, You can have some success using [1] valign-mode. https://github.com/casouri/valign HTH, Jeremie

Re: Commit message instructions on the website

2021-05-03 Thread Jeremie Juste
Hello Bastien, On Monday, 3 May 2021 at 10:27, Bastien wrote: > Hi Jeremie, > > I pushed a fix for this (though a little bit before I read your public > message here) - let me know if it needs to be enhanced. It's good enough for me. Many thanks again Best regards, -- Jeremie Juste

Re: Help debugging R source code block output problem with :session

2021-05-03 Thread Jeremie Juste
contact me or reply on the mailing list if you have see any improvements to be made. Best regards, Jeremie On Saturday, 29 Aug 2020 at 00:24, Jack Kamm wrote: >>From 9eaf81d708f88d06f14f9b6b9cf4182dd0fbb997 Mon Sep 17 00:00:00 2001 > From: Jack Kamm > Date: Sat, 29 Aug 2020 00:07:58 -0700 &

Commit message instructions on the website

2021-05-03 Thread Jeremie Juste
nction): Description of > the change implemented, reference any relevant `other-functions' or > `variables' here. > (another-changed-function): Change something. Use active voice, > and avoid passive forms. Please write in full sentences. everything else is good. Best regards, Jeremie Juste

Re: Bug: Babel+R handles spaces wrongly in tables [9.3.6 (release_9.3.6 @ /home/cassou/.emacs.d/lib/org/lisp/)]

2021-05-02 Thread Jeremie Juste
Hello Bastien, Many thanks, I was waiting for feedback but it seems that nobody complained. On Sunday, 2 May 2021 at 05:52, Bastien wrote: > Hi Damien and Jeremie, > > Jeremie Juste writes: > >> The following patch will at least harmonize the results towards the >> da

Re: org to beamer structure not working

2021-03-15 Thread Jeremie Juste
A way to compensate my fluctuating cognitive abilities is (define-key org-mode-map (kbd "") 'org-beamer-export-to-pdf) Best regards, -- Jeremie Juste

Re: ob-reticulate: R+Python interface from Babel

2021-02-27 Thread Jeremie Juste
Y : 0 1 a : 1 2 b : 2 3 c compared to your [1] example of reticulate is easier to work with. https://github.com/jackkamm/ob-reticulate Best regards, Jeremie On Saturday, 27 Feb 2021 at 06:15, Jack Kamm wrote: > Hi all, > > ob-reticulate is now available on MELPA. > > You can find more information here: > https://github.com/jackkamm/ob-reticulate > > Cheers, > Jack > -- Jeremie Juste

Re: org-in-org

2021-02-23 Thread Jeremie Juste
credit goes to https://raw.githubusercontent.com/vikasrawal/orgpaper/master/orgpapers.org Best regards, Jeremie On Tuesday, 23 Feb 2021 at 17:24, 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 E

Re: na=\"nil\" in ob-R.elo

2021-02-06 Thread Jeremie Juste
Hello, Thanks again for reporting this. With the attached patch I'll remove nil replacement for NA. >From 90881079d431a8af3cba5be14ecf882735ed7a6a Mon Sep 17 00:00:00 2001 From: Jeremie Juste Date: Sat, 6 Feb 2021 20:50:00 +0100 Subject: [PATCH] For :results value, return empty string

Re: na=\"nil\" in ob-R.elo

2021-01-16 Thread Jeremie Juste
here empty string and NA are treated the same, I'm not sure the nil feature is very useful. If it does not break anything else I will consider removing it. Best regards, -- Jeremie Juste

Re: Bug: Babel+R handles spaces wrongly in tables [9.3.6 (release_9.3.6 @ /home/cassou/.emacs.d/lib/org/lisp/)]

2020-12-19 Thread Jeremie Juste
gin_src R :results output :var accounts=(identity '("A B" "C")) print(accounts) #+end_src #+RESULTS: :V1 V2 : 1 A B C I will add support for selection of 1 single column as a vector soon. Best regards, Jeremie PS: I am a newbie maintainer so feel free to comment if there you find room for improvements ;-)

Re: LaTeX fragments not being generated due to extra * in tikz env

2020-12-19 Thread Jeremie Juste
Hello Thibault, Many thanks. This looks like a reasonable trade off for me. Best regards, Jeremie On Thursday, 17 Dec 2020 at 19:30, Thibault Marin wrote: > Hi, > > I introduced the change that broke the behavior. The attached patch > seems to fix the issue for me, does it loo

Re: LaTeX fragments not being generated due to extra * in tikz env

2020-12-09 Thread Jeremie Juste
emacs-orgmode@gnu.org/msg129976.html I will try to submit a patch soon. Best regards, Jeremie On Tuesday, 8 Dec 2020 at 20:57, 10cadr wrote: > I was trying out the new option tex:dvipng. The HTML result was a image > with the tikz code. > > Turns out, debugging and telling the fragment

Re: Adding Org Files to org-agenda-files

2020-11-29 Thread Jeremie Juste
e just need to understand the consequences of it and I guess many users of emacs eventually come to do with these two options and even use the best of both world modifying directly variables in the init files and using the custom-set-variables section. It is a bug? I wouldn't say so. Can we explain to (new) users better about it? Probably. Best regards, Jeremie

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
make everyone happy. :-), but we can hack our way out of it together ;-). That is one of the purpose of this mailing list I believe. Best regards, Jeremie

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
cs allows you to choose which side you want to pick. Admittedly there are sometimes unexpected default behaviors that don't please everyone but emacs offers choices. Best regards, Jeremie > >> Sent: Saturday, November 28, 2020 at 9:27 PM >> From: "Jeremie Juste" >

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
|| On Saturday, 28 Nov 2020 at 21:11, daniela-s...@gmx.it wrote: > I've made some progress, I am getting Very well. Then I guess that you have multiple variables named org-agenda-files. > File: ~/02histr/gadmin/meeting.rcl.org > > This happens even though I removed the file name from org-agenda-f

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
sually bounded to r in the org-agenda-mode HTH, Jeremie ||On Saturday, 28 Nov 2020 at 20:16, daniela-s...@gmx.it wrote: > Something is wrong. Now I have done as follows, but Org Agenda still shows > meetings. > > (setq org-agenda-files >'("~/02histr/gadmin/todo.rc

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
d files to org-agenda-files, then if I'm not mistaken the org-agenda-files will get redefined in the custom-set-variables section. HTH, Best regards, Jeremie

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
can have more info by executing this command - (info "(org) Agenda Files") Of course, Don't forget to refresh the agenda. A trap I have often fallen into :-) HTH, Jeremie

Re: Adding Org Files to org-agenda-files

2020-11-28 Thread Jeremie Juste
wildcard issue. HTH, Jeremie On Saturday, 28 Nov 2020 at 16:39, daniela-s...@gmx.it wrote: > Am trying to put files to display my schedules using the code below. > I am seeing the schedule from meeting*.org, but those in household*.org > are not being shown in Agenda. > > (setq o

Re: Help debugging R source code block output problem with :session

2020-10-28 Thread Jeremie Juste
] https://orgmode.org/list/71761e05-7d0a-4fef-8baf-4c776a2fc...@health.ucsd.edu/ Best regards, Jeremie On Wednesday, 28 Oct 2020 at 06:13, Jack Kamm wrote: > Hi Jeremie, > > Thanks for volunteering to maintain ob-R.el :) > > I'm bumping this patch [0] to see if it could be merged i

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Jeremie Juste
Hello Bastien, On Monday, 26 Oct 2020 at 10:52, Bastien wrote: > Hi Jeremie, > > Jeremie Juste writes: > >> I'm willing to take care of ob-R.el. > > You're in as of 36f4df892. Thank you very much! Got it! It might take my elisp skills to a new level. :-) Thanks to you, -- Jeremie Juste

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Jeremie Juste
Hello, I'm willing to take care of ob-R.el. Best regards, Jeremie Juste

Re: org-table-sum

2020-10-24 Thread Jeremie Juste
car 'org-table-cell-no-prop items1 ))) + (res (string-to-number (calc-eval +(combine-and-quote-strings numbers "+" Best regards Jeremie Juste

Re: org-table-sum

2020-10-22 Thread Jeremie Juste
sres (if (= org-timecnt 0) (number-to-string res) (setq diff (* 3600 res) I believe that the org-table--number-for-summing function can be bypassed but my elisp foo is weak. Feel free to improve. Best regards Jeremie

Re: [Share] collect some idea about auto eval code when TAB expand headline

2020-10-16 Thread Jeremie Juste
Hello, I don't see very clearly how you want to use the code. (It might well be because of my lack of skills) Could you give a usage example? Best regards, Jeremie On Friday, 16 Oct 2020 at 13:01, stardiviner wrote: > I write an elisp config for Org Mode to auto evaluate inlin

Re: opening a 0.5 MB org file is slow

2020-09-30 Thread Jeremie Juste

Re: opening a 0.5 MB org file is slow

2020-09-30 Thread Jeremie Juste
profiler-start cpu 2. open your file 3. M-x profiler-report It will let you see which functions are slowing you down. HTH, -- Jeremie Juste

Re: opening a 0.5 MB org file is slow

2020-09-29 Thread Jeremie Juste
ction that would do the profiling like elp-instrument-function for functions? -- HTH Jeremie Juste On Tuesday, 29 Sep 2020 at 21:11, Uwe Brauer wrote: > Hi > > maybe I am just to impatient but on my 8 GB Thinkpad X1 (4gen) to open a > 0.5MB org file takes around 15 sec. > >

Re: org-table-sum

2020-09-28 Thread Jeremie Juste
up with a solution yet. I don't know yet which function calc is using to perform this operation. I have tried calcFunc-vsum but fell back on the same issue. #+BEGIN_SRC elisp (calcFunc-vsum 85.6 .1) #+end_src -- Best regards Jeremie Juste

Re: org-table-sum

2020-09-26 Thread Jeremie Juste
bers) it might be interesting to make a function use TBLFM directly? Best regards, Jeremie On Friday, 25 Sep 2020 at 10:59, Robert Pluim wrote: >>>>>> On Thu, 24 Sep 2020 16:48:14 -0400, Kyle Meyer said: > > >> I did not find a way to reproduce this with other

Re: org-tempo question

2020-09-24 Thread Jeremie Juste
Hello Nick, Thanks for the feedback. I'm not sure I understand your setting entirely. I have reproduced the behaviour of tempo inside an org src block below. I don't have any comma before the source block expansion unless I type it. Any character except space or tab on the line of the expansion

Re: org-tempo question

2020-09-24 Thread Jeremie Juste
Hello Bruno, Thanks for your mail. I have been missing this feature that was taken out of core. I will have to keep up with the modulation of org-mode but it is for the better. Regarding your concern > In the same spirit if before trying that I type tabulation then = then tabulation again, noth

Re: Bug: org-table-wrap-region incorrectly places the wrapped region [9.4 (9.4-elpaplus @ /home/marko/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-24 Thread Jeremie Juste
ader line > || > | Includes all aspects of| > | information about | > | proposed project. | Best regards Jeremie Org mode version 9.4 GNU Emacs 28.0.50 Marko Schuetz-Schmuck writes: > Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3

Re: Help with moderating non-subscribers messages on the Org mailing list

2020-09-22 Thread Jeremie Juste
Hello Dominique, Many thanks for this info. I'll give it a try. Best regards, Jeremie Dominique Dumont writes: > Hi > > On mercredi 16 septembre 2020 11:04:42 CEST Bastien wrote: >> The task is to check the mailman administration page and to discard >> messages that

Re: strange bug after a fresh install

2020-09-16 Thread Jeremie Juste
Hello Uwe, if seems that the problem lies with ob-ipython. I would suggest to remove ob-ipython to check and then perform a fresh install of ob-ipython. HTH, Jeremie Uwe Brauer writes: > Hi > > I freshly installed Ubuntu 20.04 and used the pre compiled Emacs 26, I > copies also

Re: Emacs version for Org 9.4?

2020-09-15 Thread Jeremie Juste
Hope this helps, Jeremie - Org mode version 9.4 (release_9.4-9-g41a3c3 @ /home/djj/src/org-mode/lisp/) - GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2020-09-01 Jens Lechtenboerger writes: > Hi there, > > if I open an Org file on

Re: setting up 'imenu'

2020-09-11 Thread Jeremie Juste
(string= (car imenu--rescan-item) name)) (add-to-list 'symbol-names name) (add-to-list 'name-and-pos (cons name position (global-set-key (kbd "C-c i") 'ido-goto-symbol) ; or any key you see fit #+end_src Best regards, Jeremie

Re: setting up 'imenu'

2020-09-10 Thread Jeremie Juste
e-to-front) #+end_src --- EOF Add the file to the agenda ( by default C-[ ), or execute the lisp chunk in the file writings.org. Then you can M-x org-todo-list. To view all your todo|towrite|done articles. Hope this help, Jeremie [1] ;; * imenu (defun ido-goto-symbol (&optional symbol-list)

Re: org-store link does not work in gnus article-mode

2020-09-04 Thread Jeremie Juste
Hello Bastien, Bastien writes: > Did you (require 'ol-gnus) ? Yes (require 'ol-gnus) did the trick. Many thanks. Best regards, Jeremie

  1   2   >