Re: bug#58678: 28.2; :session in org-babel for python unexpected output

2022-10-24 Thread Sergey
elieve my emacs comes with org pre-packaged). Cheers, Sergey. --- Original Message --- On Saturday, October 22nd, 2022 at 12:58 AM, Ihor Radchenko wrote: > [Redirecting from Emacs bugs] > [See the quote below for the original report] > > > #+RESULTS: > > : >&g

Re: Bug: Code block :results raw replace issue [9.3.7 (9.3.7-22-gbd9785-elpaplus @ /Users/skoshelev/.emacs.d/elpa/26.2/develop/org-plus-contrib-20200824/)]

2020-10-06 Thread Sergey
Thank you, Nicolas. I suspected as much. I think it would be nice to update the manual to clearly state this behavior. Cheers, Sergey. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, October 6th, 2020 at 4:59 AM, Nicolas Goaziou wrote: > Hello, > &g

Bug: Code block :results raw replace issue [9.3.7 (9.3.7-22-gbd9785-elpaplus @ /Users/skoshelev/.emacs.d/elpa/26.2/develop/org-plus-contrib-20200824/)]

2020-10-06 Thread Sergey
ll be added every time this code runs') #+end_src #+RESULTS: This line will be added every time this code runs Best regards, Sergey Koshelev. Setup info: Emacs : GNU Emacs 26.2 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.3 (Build 18D109)) of 2019-04-12 Package: Org mo

Bug: :results raw replace header args for a code block don't replace [9.3.7 (9.3.7-18-g093b47-elpaplus @ /Users/skoshelev/.emacs.d/elpa/26.2/develop/org-plus-contrib-20200810/)]

2020-08-20 Thread Sergey Koshelev
#+RESULTS: This line will be added every time this code runs This line will be added every time this code runs This line will be added every time this code runs This line will be added every time this code runs Below is the spacemacs config. Thank you, Sergey. Emacs : GNU Emacs 26.2 (build 1, x8

Bug: JS code in code block isn't executed, it throws an error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /Users/serg/.spacemacs-emacs/elpa/28.0/develop/org-plus-contrib-20200316/)]

2020-03-22 Thread Sergey
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-09-24 Thread Sergey Gordienko
m, Mark A. Horton KA4YBR) Could you send to me index.org, agendas.org and checksums.dat files which break the sync (unless they don't contain a sensitive data)? -- Sergey Gordienko

[O] [PATCH] org-mobile: Tiny fix in creating index.org file

2015-06-26 Thread Sergey Gordienko
* lisp/org-mobile.el (org-mobile-create-index-file): Eliminate cloning of `#+READONLY' property in the `index.org' file. A sublists of `org-todo-keywords' don't need to contain the `|'. TINYCHANGE --- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/

[O] [PATCH] org-mobile: Tiny fix in creating index.org file lisp/org-mobile.el (org-mobile-create-index-file): - eliminate cloning of "#+READONLY" property in the index.org file; - org-todo-keywords d

2015-06-25 Thread Sergey Gordienko
--- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 2c13802..293de79 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -439,14 +439,14 @@ agenda view showing the flagged items." (if org-mobil

[O] [PATCH] ob-fortran.el, add matrix as input

2013-06-01 Thread Litvinov Sergey
I would like to propose a tiny patch which adds matrix as an input for ob-fortran.el. See changes in testing/examples/ob-fortran-test.org for the examples. >From 4115610e692e5056fa4c0f9d498c12912d374646 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Jun 2013 19:20:06 +0200 Subj

[O] How to save the state of Agenda buffer in Emacs?

2013-04-27 Thread Sergey Pashinin
Hello org-mode guys, Each of us has his own commands set in "org-agenda-custom-commands" variable. But how can I detect what commands were used to create the current state of Agenda buffer (looking only at this buffer, maybe any local varibales?). I want to save it and recreate later without de

[O] org-agenda is not working after org-mode update

2013-04-21 Thread Sergey Pashinin
I updated org-mode yesterday through Melpa. After that org-agenda stopped working for me. It says: Invalid function: org-with-silent-modifications In my script I had this: (org-agenda nil "n") Trying to execute it now gives: Debugger entered--Lisp error: (invalid-function org-with-silent-mo

Re: [O] [PATCH] narrowing in agenda file

2012-02-01 Thread Litvinov Sergey
This must be a cumulative patch against master. >From f95e9e89b47b35d5198ecaff7ee20ffb3e63b066 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Thu, 2 Feb 2012 08:15:56 +0100 Subject: [PATCH] Make narrowing of the agenda file survive (org-agenda-redo) * lisp/org.el (org-prepare-age

Re: [O] [PATCH] narrowing in agenda file

2012-02-01 Thread Litvinov Sergey
. Meanwhile I can share another patch to fix the problem with clock reports (please see the second code block in testing/examples/org-agenda-test.org ) >From 8824692191990c7ec4294b20c0c966bfc3e89de6 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Wed, 1 Feb 2012 16:04:12 +0100 Subject: [P

[O] [PATCH] narrowing in agenda file

2012-01-23 Thread Litvinov Sergey
"Narrowing" in the agenda file does not "survive" agenda redo. Please see an example in the first patch. I think the second patch fixes this problem. >From 60ef46625131391c6a49fccd26861f933a984515 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Mon, 23 Jan 2012 14:22:5

[O] [BABEL,PATCH] Map "screen language" to shell-script-mode

2012-01-20 Thread Litvinov Sergey
A patch maps "screen language" to shell-script-mode. >From 8b802edb789eb50ddffcc9f040afcb7870db0181 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Fri, 20 Jan 2012 18:26:59 +0100 Subject: [PATCH] Map "screen" to shell-script-mode --- lisp/org-src.el

[O] [BABEL,PATCH] Add graphical output to ob-octave

2011-12-17 Thread Litvinov Sergey
I propose a patch to make the following example work in ob-octave. #+begin_src octave :results graphics :file chart.png sombrero; % make a figure #+end_src >From f193df8b1b7d1330a0dde89907a607051f632775 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Fri, 16 Dec 2011 20:12:39 +0100 Subj

Re: [O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-04 Thread Sergey Litvinov
taching a patch against master branch and ob-maxima.el file. The commit message is ob-maxima.el: add input variables, png graphic output, table as an output From d9cfa76e83c10e86ffacca3da7cbc83702268cc2 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Tue, 4 Oct 2011 19:48:14 +0200 Subject: [

[O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-01 Thread Litvinov Sergey
Please consider a patch to construct a table from the output of maxima code block. >From a0305117f4e793c93d7d10bc7aab04f96bd62e9c Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 22:29:18 +0200 Subject: [PATCH] [ob-maxima] Construct a table from the output of the code bl

Re: [O] looking for examples using babel/calc

2011-10-01 Thread Litvinov Sergey
> is there some documentation and are there some examples of using babel > with calc? There are examples in https://github.com/eschulte/babel-dev.git Search for 'begin_src calc'. https://raw.github.com/eschulte/babel-dev/master/scraps.org

Re: [O] [PATCH][babel] add a string input to ob-octave

2011-10-01 Thread Litvinov Sergey
> In other words, replacing (or var "nil") with var would be enough Thanks. Fixed in the patch below. The patch also adds an ert test. >From b4b679abdc7bec9f3033b50f81d567a0bb48b147 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 13:37:56 +0200 Subject: [P

[O] [PATCH][babel] add a string input to ob-octave

2011-09-30 Thread Litvinov Sergey
Please consider a tiny patch to add a string input variable to ob-octave. I also add tests for ob-octave. >From 4848960cefc1b1486705f7aed022ba199189b6e1 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 02:04:49 +0200 Subject: [PATCH] Add string input variables to ob-octave

[O] [BABEL,PATCH] cpp->c++-mode, ob-C mode tests

2011-08-03 Thread Litvinov Sergey
The first patch maps cpp language code to c++-mode. The second patch adds tests for ob-C. >From d0bc3554ec70138245289f1fabf78e2e86436c78 Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Wed, 3 Aug 2011 22:02:43 +0200 Subject: [PATCH 1/2] Map "cpp" to c++-mode --- lisp/org-

[O] [PATCH] testing/ort-test.el, regexp to find files

2011-08-03 Thread Litvinov Sergey
org-test picks up temporary and backup files. Please consider a patch the attachments to get rid of them. >From 9b616baf0f3df63ea13ffde37c9c5aff903fac4e Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Mon, 1 Aug 2011 00:47:32 +0200 Subject: [PATCH] Get rid of tmp and backup file in test l

[O] [BABEL,PATCH] call awk with no input

2011-07-24 Thread Litvinov Sergey
Please consider this tiny fix to execute awk program with no input. Example with gawk: gawk --posix 'BEGIN {print 42}' I also added some tests for ob-awk. >From 868fa910254c48752801cdc7849c3eb4db63f811 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sun, 24 Jul 2011 12:28:35

[O] [BABEL,PATCH] ob-fortran, ert tests

2011-07-20 Thread Litvinov Sergey
ob-fortran.el: fix a bug with string input, add ob-fortran tests with ert. >From ed4e14fd509cad8d9ccc66bef570f2d8796213ca Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Thu, 21 Jul 2011 00:44:50 +0200 Subject: [PATCH] ob-fortran.el: fix bug with string input, add ob-fortran tests with

[O] [BABEL, PATCH] ob-maxima.el add variables and graphical output

2011-07-19 Thread Litvinov Sergey
Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Tue, 19 Jul 2011 00:33:52 +0200 Subject: [PATCH] Extend ob-maxima: add input variables and graphic output --- lisp/ob-maxima.el | 91 +- testing/examples/ob-maxima-test.org |

[O] [org-babel] a patch with fortran support

2011-07-19 Thread Sergey Litvinov
Please consider an implementation of fortran support for org-babel. The patch adds contrib/babel/langs/ob-fortran.el (modification of lisp/ob-C.el) and testing/examples/ob-fortran-test.org with tests. From a18cbc80770d985d6ca6bdada07120f7daf65c02 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey

[O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Litvinov Sergey
Please consider an implementation of fortran support for org-babel. The patch adds contrib/babel/langs/ob-fortran.el (modification of lisp/ob-C.el) and testing/examples/ob-fortran-test.org with tests. >From 2ac9b86a6387cae1472e3ed288a3a133be72318c Mon Sep 17 00:00:00 2001 From: Litvinov Ser

[Orgmode] Re: [babel] maxima support?

2011-02-25 Thread Litvinov Sergey
Thanks. Works like a charm. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [babel] maxima support?

2011-02-23 Thread Litvinov Sergey
I have not found (i)maxima on this page. http://orgmode.org/worg/org-contrib/babel/languages.html (Babel: Languages) Has someone implemented it? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org ht

[Orgmode] 2 active dates on the same day

2010-11-18 Thread Sergey Konoplev
18:00.. 20:00.. What should I do to make the second date appear? If I have wrong understanding of the tool I would be grateful if somebody explain it to me. -- Sergey Konoplev Blog: http://gray-hemp.blogspot.com / Li

[Orgmode] Average payment rate with org-mode

2010-09-01 Thread Sergey Dimchenko
Hi! I'd like to assign every TODO item in a file some payment amount value, so after item is DONE I can get my average payment (PAYMENT/TIME). And I'd like "clocktable" to have additional "payment amount" and "average payment" columns. Can you suggest any way to accomplish this?

Re: [Orgmode] org-mode + pomodoro

2010-08-30 Thread Sergey Konoplev
it's still a work in progress for me too!), but I'm > happy to answer any other questions you might have about it. Thank you. I will try it with http://tomatoi.st timer. > -- > A. Ryan Reynolds > -- Sergey Konoplev Blog: http://gray-hemp.blogspot.com / Linkedin: http:

[Orgmode] org-mode + pomodoro

2010-08-27 Thread Sergey Konoplev
Hi all, Are there ways to use Pomodoro technique (http://www.pomodorotechnique.com/) with org-mode? If there are what are the best practices? Thank you in advice. -- Sergey Konoplev Blog: http://gray-hemp.blogspot.com / Linkedin: http://ru.linkedin.com/in/grayhemp / JID/GTalk: gray

[Orgmode] An another small bug with C-

2008-11-03 Thread Sergey A.
emacs from CVS and the latest org-mode from git. Thanks. -- Sergey ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Strange behavior of C-RET and C-S-RET

2008-11-03 Thread Sergey A.
Hello. I verified. The latest org-mode from git doesn't contain this bug. Thanks a lot! 2008/11/2 Carsten Dominik <[EMAIL PROTECTED]>: > I believe this is fixed now, please verify. > > - Carsten > > On Nov 1, 2008, at 2:22 AM, Sergey A. wrote: > >> Hello. >

[Orgmode] Re: Strange behavior of C-RET and C-S-RET

2008-10-31 Thread Sergey A.
org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (add-hook 'org-mode-hook 'turn-on-font-lock) I've rebuild my emacs from CVS before testing. P.S. I use Arch

[Orgmode] Strange behavior of C-RET and C-S-RET

2008-10-27 Thread Sergey A.
) ; Org buffers only (setq org-special-ctrl-a/e t) (setq org-hide-leading-stars t) (setq org-odd-levels-only t) (setq org-cycle-separator-lines 1) (setq org-goto-auto-isearch nil) -- Sergey A. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode