Re: Efficiently reuse code in org babel with R

2022-07-06 Thread Vikas Rawal
Why not specify a :session so that data created by one block would remain available to subsequent blocks? V. On Thu, 7 Jul 2022 at 09:10, Naresh Gurbuxani wrote: > I want to source some data from databases, then use this data in various > blocks. I am looking for the most efficient way to

Efficiently reuse code in org babel with R

2022-07-06 Thread Naresh Gurbuxani
I want to source some data from databases, then use this data in various blocks. I am looking for the most efficient way to achieve this. In below blocks, is the code in block ``connection'' executed thrice (economy of code but no saving of time) or is it only executed once then used twice?

Re: Org and Hyperbole

2022-07-06 Thread Robert Weiner
Hi Eric: Wonderful. We hope more Org users will try Hyperbole as well and let us know any additional implicit button types (automatic wiki-like hyperbuttons) you would like to see in Org mode or other ways Org and Hyperbole can interoperate. -- rsw On Wed, Jul 6, 2022 at 12:58 PM Fraga, Eric

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [

2022-07-06 Thread Uwe Brauer
>>> "JV" == Joseph Vidal-Rosset writes: > https://lists.gnu.org/archive/html/emacs-orgmode/2019-11/msg00016.html > Hello, > I would be glad to apply this patch. But I do not succeed in finding in > org-mode documentation how applying a patch. I am confused. This patch has been applied as far

[PATCH] Bugfix to org-babel-remove-temporary-stable-directory

2022-07-06 Thread Mark Dawson
* ob-core.el (org-babel-remove-temporary-stable-directory): This function was failing when `org-babel-temporary-stable-directory' was nil. This variable is nil when initialised. The function now checks that the variable is non-nil before attempting to call `file-exists-p`. TINYCHANGE ---

Re: how to convert a non-org list to org headings

2022-07-06 Thread Uwe Brauer
> On 2022-07-06, at 17:31, Kaushal Modi wrote: > No period after "1.1" above - makes things slightly more difficult. Right, I repaired those manually before running queery resplace > This might be a bit overzealous if there are more numbers with a period > after them. Another way would be

Re: how to convert a non-org list to org headings

2022-07-06 Thread Uwe Brauer
> On Wed, Jul 6, 2022 at 11:17 AM Uwe Brauer wrote: > The method that I show below is quick but not robust. You'll need to review > all the replacements. > - Do query-replace-regexp [default binding: C-M-%] > - Search for [0-9]+\. > - Replace with * Thanks, I tried [0-9]* and that failed.

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

2022-07-06 Thread Thomas S. Dye
Richard Stallman writes: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > It seems odd that our embrace of software freedom

Re: Org and Hyperbole

2022-07-06 Thread Fraga, Eric
So I installed hyperbole and it works very nicely. The key binding is no longer intrusive. Thank you. -- : Eric S Fraga, with org release_9.5.4-609-g713598 in Emacs 29.0.50

org-meta-return / org-insert-heading does not insert new heading in middle of heading even id org-M-RET-may-split-line is set

2022-07-06 Thread Guillaume MULLER
Hi, I thought I already reported this bug, but I cannot find it anymore in the mailing list archives (https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=org-meta-return=Search%21=emacs-orgmode=20=normal=date%3Alate) nor in the accepted bugs

Re: how to convert a non-org list to org headings

2022-07-06 Thread Marcin Borkowski
On 2022-07-06, at 17:31, Kaushal Modi wrote: > On Wed, Jul 6, 2022 at 11:17 AM Uwe Brauer wrote: > >> Hi >> >> I have a file that contains a list as: >> >> >> 1.1 Funciones de una variable No period after "1.1" above - makes things slightly more difficult. > The method that I show below is

Re: how to convert a non-org list to org headings

2022-07-06 Thread Kaushal Modi
On Wed, Jul 6, 2022 at 11:17 AM Uwe Brauer wrote: > Hi > > I have a file that contains a list as: > > > 1.1 Funciones de una variable > > 1.1.1. Catálogo de funciones. Translaciones y dilataciones > > 1.1.2. Derivación > > 1.1.2.1. Optimización. Tasa de cambio > > 1.1.2.2. Aproximación de

how to convert a non-org list to org headings

2022-07-06 Thread Uwe Brauer
Hi I have a file that contains a list as: 1.1 Funciones de una variable 1.1.1. Catálogo de funciones. Translaciones y dilataciones 1.1.2. Derivación 1.1.2.1. Optimización. Tasa de cambio 1.1.2.2. Aproximación de funciones 1.1.2.3.1. Interpolación vs. ajuste 1.1.2.3.2. Polinomio de Taylor

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

2022-07-06 Thread Hendursaga
Richard Stallman writes: > Wow! If that is what it might be, it would be great news. But we had > better verify it carefully, because it sounds too good to be true. > Would someone like to check the details thoroughly? I'm afraid it is, indeed, too good to be true. The README at

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-06 Thread Pedro Andres Aranda Gutierrez
First time to hear that. I wasn’t aware of it 8-0. Will need to recheck my projects and settings to see what I was accidentally doing right… in the sense that it was working as intended… Thx/PA PS: once again I’ll go to sleep and will have learnt something new (as the Spanish proverb goes)

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [

2022-07-06 Thread Joseph Vidal-Rosset
https://lists.gnu.org/archive/html/emacs-orgmode/2019-11/msg00016.html Hello, I would be glad to apply this patch. But I do not succeed in finding in org-mode documentation how applying a patch. Many thanks for your help . Jo.

org-cature-ref

2022-07-06 Thread Henrik Frisk
Hi, Ihor Radchenko recently mentioned org-capture-ref and I decided to try to use it, but I'm having trouble getting it to work. I have org-protocl working for me so I'm suspecting that it is the syntax of the bookmarklet I'm using that is at fault. I merely changed the capture template key from

Re: Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-06 Thread General discussions about Org-mode.
> >>> Hi, adding an "input" type of header is one option. What about adding a > >>> call to resolve relative file names instead, thus solving maybe other > >>> needs in addition? > >>> > >> That was my second approach. I was concerned that forcing all imports with > >> an absolute path could

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

2022-07-06 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > > GNU Taler requires an intermediary to clear the coins. > > I am not sure what that means. Could you state in different words > what job that "intermediary" would do? > > In fact, the Taler developers are hoping that banks will play two > roles: issuing Taler

Re: Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-06 Thread Pedro Andres Aranda Gutierrez
>Message-ID: <87fsjfn7jw.fsf@localhost> >emacs--- via "General discussions about Org-mode." > writes: > >>> Hi, adding an "input" type of header is one option. What about adding a >>> call to resolve relative file names instead, thus solving maybe other >>> needs in addition? >>> >> That was my