Re: state of the art in org-mode tables e.g. join, etc

2021-02-22 Thread Derek Feichtinger
ially look at the Pandas section 10) In that file I also tangle a python library "orgbabelhelper" that is available in Conda and PyPi. I mainly use that to work with my tables. Best regards Derek -- Paul Scherrer Institut Dr. Derek Feichtinger Phone: +41 56 310

Re: org-tables with monetary amounts

2020-10-13 Thread Derek Feichtinger
time | speed | std unit speed | speed in ft/s| |--++-+--+--| | 3 km | 2.5 hr | 1.2 km / hr | 0. m / s | 1.0936133 ft / s | #+TBLFM: @2$3=$1/$2::@2$4=ustd($3)::@2$5=uconv($-1, ft/s) ++++++++ -- Paul Scherrer Institut Dr. Der

Re: Bug or not a bug? dot expansion in ob-shell

2020-02-20 Thread Derek Feichtinger
e exit status of the last command. >> >> `:results output' should *always* produce all of the output of the program. >> >> An argument can be made that `:results value' is the default, but it >> is the less useful option for shell programs. So maybe for shell >

[O] src block indentation causing problems due to tab/space mixing - proposed fix

2018-07-27 Thread Derek Feichtinger
cases. Still, I may have overlooked something, and there is a deeper reason for the original implementation. Best regards, Derek -- Paul Scherrer Institut Dr. Derek Feichtinger Phone: +41 56 310 47 33 Section Head Science-IT Email: derek.feichtin...@psi.

[O] Bug: org-babel-expand-src-block expands sh blocks independent of shell defined by src block [9.0.5 (9.0.5-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-07 Thread Derek Feichtinger
ent functions =org-babel-variable-assignments:XXX= for the different shells. Emacs : GNU Emacs 25.2.3 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-04-25 Package: Org mode version 9.0.5 (9.0.5-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20170210/) -- Paul Scherrer Institut Dr. Derek F

Re: [O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-22 Thread Derek Feichtinger
Hi Colin On 22.02.2017 16:27, Colin Baxter wrote: Hi. On Tue, Feb 21 2017, Charles C. Berry wrote: On Mon, 20 Feb 2017, Derek Feichtinger wrote: Hi Chuck On 21.02.2017 00:54, Charles C. Berry wrote: On Mon, 20 Feb 2017, Derek Feichtinger wrote: When org-export-babel-evaluate is set

Re: [O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-20 Thread Derek Feichtinger
Hi Chuck On 21.02.2017 00:54, Charles C. Berry wrote: On Mon, 20 Feb 2017, Derek Feichtinger wrote: When org-export-babel-evaluate is set to nil, I see a different behavior now as compared to earlier versions of org. Indeed. It is now *obsolete* and its behavior has intentionally been

[O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-20 Thread Derek Feichtinger
- | (princ (format "This should only export the code\nemacs %s\norg %s" emacs-version org-version)) ` , | This should only export the results | emacs 25.1.1 | org 9.0.5 ` Best regards, Derek -- Paul Scherrer Institut Dr. Derek Feichtinger

Re: [O] PATCH: invoking RET on agenda clock log line ends up with point in closed clock drawer

2016-05-01 Thread Derek Feichtinger
Hi Nicolas Thanks for the fast fix and also for the pointers to interesting functions. Regards, Derek On Sun, May 1, 2016 at 1:34 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Derek Feichtinger <dfe...@gmail.com> writes: > > > A longer time

Re: [O] whether in drawer?

2016-04-27 Thread Derek Feichtinger
Hi Samuel Wales gmail.com> writes: > > can one tell whether point is in a drawer? > > By coincidence just posted a patch request which contains the functionality you desire. I use org-element-at-point and then test for drawer/property drawer: (defun org-open-if-in-drawer () (let ((element

[O] PATCH: invoking RET on agenda clock log line ends up with point in closed clock drawer

2016-04-27 Thread Derek Feichtinger
Hello A longer time ago, hitting RET on an agenda clock log line brought up the respective org buffer with the cursor positioned on the clock line. At some point this stopped to work cleanly, at least when using clock drawers. The clock drawer would always be closed (even when it was opened in

Re: [O] Problem with org-timestamp-up and timezones

2016-04-15 Thread Derek Feichtinger
Hi Robert Eckl gmx.de> writes: > > 8.3.4 / 8.3.4-15-gdd9be3-elpaplus). So this must be an incompatibility > > introduced in the emacs core development. > > > The bug seems to be introduced after emacs commit c23c965bb9d0 > Thanks for the pointer. I can see that something with the timezones

Re: [O] Problem with org-timestamp-up and timezones

2016-04-15 Thread Derek Feichtinger
Hi > > I ran into the same problem right now. Also with org mode from MELPA and the > current emacs master from git. > - GNU Emacs 25.1.50.5 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of > 2016-04-15 > - Org-mode version 8.3.4 (8.3.4-34-gacfd41-elpaplus > > Debugger entered--Lisp error:

Re: [O] Problem with org-timestamp-up and timezones

2016-04-15 Thread Derek Feichtinger
Hi Jesse gmail.com> writes: > > Eric Abrahamsen ericabrahamsen.net> writes: > > > > > Hey, I just tried using org-shiftup on a timestamp, and got the > > following traceback. I'm using the Org package, and Emacs master from > > git. > > I too am experiencing this issue under the same

Re: [O] org table with auto-incrementing numbers in a column

2016-02-16 Thread Derek Feichtinger
Hi > > > > Try this > > > > | N | | > > |---+---| > > | | | > > | | | > > | | | > > | | | > > #+TBLFM: $1..>$1= -1 + 1:: 2$1=1 > > Sorry, I had a typo from copying and replacing in my formula should be | N | | |---+---| | 1 | | | 2 | | | 3 |

Re: [O] org table with auto-incrementing numbers in a column

2016-02-15 Thread Derek Feichtinger
Hi Kaushal Modi gmail.com> writes: > > Hi, > I am trying to get auto-incrementing numbers in the first column in an org table. The goal is to recalculate the numbers after adding/removing rows. > > I checked out the org FAQ: 

[O] Bug: HTML export of equations leads to error [8.3.3 (8.3.3-17-gce80a0-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160118/)]

2016-01-24 Thread Derek Feichtinger
Dear Org maintainers HTML export of equations leads to an error since my last update from MELPA, yesterday. I can trace it back to the invocation of org-element-context in a temporary buffer in fundamental mode. A more exact analysis follows. Emacs : GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu,

Re: [O] Bug: HTML export of equations leads to error [8.3.3 (8.3.3-17-gce80a0-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160118/)]

2016-01-24 Thread Derek Feichtinger
Hello On Sun, Jan 24, 2016 at 6:18 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Derek Feichtinger <dfe...@gmail.com> writes: > > > I was able to repair the problem by setting the temp buffer that is > created > > within ort-html-forma

Re: [O] Bug: org-resolve-clocks should not iterate over non-agenda org files [8.3.3 (8.3.3-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160108/)

2016-01-21 Thread Derek Feichtinger
16 at 2:14 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Derek Feichtinger <dfe...@gmail.com> writes: > > > org-resolve-clock loops over all open org buffers for detecting open > > clocks (using function org-files-list). Is this really inten

[O] Bug: org-resolve-clocks should not iterate over non-agenda org files [8.3.3 (8.3.3-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160108/)

2016-01-19 Thread Derek Feichtinger
Hi org-resolve-clock loops over all open org buffers for detecting open clocks (using function org-files-list). Is this really intended? I think it should just loop over the org-agenda-files. I was working on an extension for clocking and was recording my testing results into a separate org

[O] footnote fontify causing massive slowdown

2015-12-07 Thread Derek Feichtinger
be prevented in example blocks? Using [8.3.2 (8.3.2-37-gd45217-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20151116/)] with GNU Emacs 24.5.1. Best regards, Derek -- Paul Scherrer Institut Dr. Derek Feichtinger Phone: +41 56 310 47 33 Section Head Scientific Computi

[O] footnote fontify causing massive slowdown

2015-12-03 Thread Derek Feichtinger
While diagnosing a server condition, I was listing parts of a system log via a babel expression. The 130 lines in the babel output are wrapped in an example block. This block caused massive slowdown of scrolling and other operations. Using the emacs profiler I see: - redisplay_internal (C

[O] Bug: exporter bug [8.3.1 (8.3.1-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-06 Thread Derek Feichtinger
-examples/blob/master/latex/latex-example.org Best regards Derek Backtrace (long lines cut for this mail): Debugger entered--Lisp error: (wrong-type-argument listp #(Derek Feichtinger 0 17 (:parent (#1 org-element-set-contents(#(Derek Feichtinger 0 17 (:parent (#0

Re: [O] Bug: exporter bug [8.3.1 (8.3.1-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-06 Thread Derek Feichtinger
you very much for your prompt reaction Derek On Thu, Aug 6, 2015 at 9:27 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Derek Feichtinger dfe...@gmail.com writes: The current MELPA version (see version details below) seems to have problems with the exporter. I reinstalled several

[O] Bug: fix for latex export of doi links [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ .../elpa/org-plus-contrib-20150330/)]

2015-04-03 Thread Derek Feichtinger
Hi The current org latex export will export a link doi:10.xyz/abcd without the protocol prefix as 10.xyz/abcd. Correctly, it should retain the prefix. An easy fix is adding doi to the list of protocols that retain the link type string in ox-latex.el, below. ### ox-latex.el

Re: [O] Bug: fix for latex export of doi links [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ .../elpa/org-plus-contrib-20150330/)]

2015-04-03 Thread Derek Feichtinger
Patch for the latex export of doi links is attached to this mail. Cheers, Derek On Fri, Apr 3, 2015 at 9:19 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Derek Feichtinger dfe...@gmail.com writes: The current org latex export will export a link doi:10.xyz/abcd without

Re: [O] Bug: fix for latex export of doi links [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ .../elpa/org-plus-contrib-20150330/)]

2015-04-03 Thread Derek Feichtinger
Hi, Nicolas thanks for responding so fast. Sure, I'll try and submit the patch. Thanks for all your great work! Happy Easter, Derek On Fri, Apr 3, 2015 at 9:19 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Derek Feichtinger dfe...@gmail.com writes: The current org latex export

[O] Bug: property drawer created within other drawers

2014-01-06 Thread Derek Feichtinger
Dear developers Property drawers for certain items end up getting created within an already existing LOGBOOK drawer. The problem is that the first while loop in org-insert-property-drawer is also matching CLOCK lines within the drawer, so it reads into the drawer instead of stopping before it. I

[O] Bug: odt table exporter bug with rel-width [8.2.1 (8.2.1-30-g757f00-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20131104/)]

2013-11-05 Thread Derek Feichtinger
Dear developers When exporting a document containing a table and using the :rel-width modifier (as documented in [info:org#Tables in ODT export]), an error is returned: #+ATTR_ODT: :rel-width 50 | Area/Month| Jan | Feb | Mar | Sum |