Re: [O] ob-core, org-outline-overlay-data error and byte-compile warning

2019-03-08 Thread zimoun
Dear Tim Cross, I am referring to this message: http://lists.gnu.org/archive/html/emacs-orgmode/2019-03/msg00050.html and because I did not subscribe to the mailing list, a- I miss your reply and b- I am not able to directly answer to thread. Well, thank you for your explanations. I think the

Re: [O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-08 Thread Joseph Vidal-Rosset
Le ven. 08 mars 2019 à 09:36:51 , Eric S Fraga a envoyé ce message: > On Friday, 8 Mar 2019 at 09:11, Joseph Vidal-Rosset wrote: >> Hello, >> >> I'm trying to export to koma class, and especially to get the export to >> koma letter but I meet always the same message: > > Two things: > > 1.

[O] [Feature request] Repeatable tasks workday

2019-03-08 Thread Emil Marklund
Hello! Some[1][2][3] have been asking for a method to create repeatable tasks that repeats on workdays (Monday to Friday). As far as I can tell, there is no "native support" for this in org-mode.  It would be neat if one could specify repeatable tasks with a simple syntax, such as "+1wd" for

Re: [O] [Feature request] Repeatable tasks workday

2019-03-08 Thread Eric S Fraga
On Friday, 8 Mar 2019 at 13:05, Emil Marklund wrote: > Hello! > > Some[1][2][3] have been asking for a method to create repeatable tasks > that repeats on workdays (Monday to Friday). As far as I can tell, there > is no "native support" for this in org-mode.  It would be neat if one > could

Re: [O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-08 Thread Eric S Fraga
On Friday, 8 Mar 2019 at 17:53, Joseph Vidal-Rosset wrote: > I have reinstalled the current version of ox-koma-letter.el to compile > the example given here > https://code.orgmode.org/bzg/worg/raw/master/exporters/koma-letter-new-example.org > > and here is the result with M-x

[O] org-clock-rounding-minutes -- non-zero value can cause double clocking

2019-03-08 Thread Raymond Zeitler
There is a problem when org-clock-rounding-minutes is non-zero, say N.  The problem is that the clockin-time of a task can be N less than the clockout-time  of the previous task at certain times.  Thus, clock reports can show an extra N minutes total time for each occurrence of this effect.

Re: [O] ob-core, org-outline-overlay-data error and byte-compile warning

2019-03-08 Thread Tim Cross
For me, the following works. I use the use-package ELPA package to manage all my packages. 1. Setrup package.el stuff (like the org repo) at the very start of my init.el 2. Load org-plus-contrib before any other package 3. Load other things (like helm, yasnippets, etc). When I do a package

[O] Very nice how pointer stays in place when moving from source code block to major mode edit buffer

2019-03-08 Thread William Denton
I never noticed it before, but if you're in a source block in an Org document, moving and editing, and then you hit C-c ' to open up the block in a buffer of its own with the proper major mode, the pointer stays where you were! (At least with R blocks.) This is really nice. Somehow I just

[O] Merge global/file and dynamic tags

2019-03-08 Thread Carlos Pita
Hi all, is it possible to get a tag completion list that includes both: 1. Tags specified with org-tag-alist or #+tags 2. Tags dynamically parsed from the current buffer ? It seems that 1 always overrides 2, but there are legitimate cases to prefer the union of 1 and 2. Namely, you might want

Re: [O] Merge global/file and dynamic tags

2019-03-08 Thread Carlos Pita
I now notice that this is possible in case you have defined shortcut keys for the default tags and, thus, the fast selection menu opens. But it doesn't seem to be possible otherwise. Is this right?

Re: [O] [PATCH] Possible bug in org-protocol

2019-03-08 Thread Pierre Téchoueyres
Hi Nicolas, Nicolas Goaziou writes: >> >> 2) use emacsclient to trigger org-protocol like this >> >> #+begin_src sh >> emacsclient -n >>

Re: [O] Bug: clocktable error in org-agenda [9.2.2 (release_9.2.2-245-g9d7b1e @ /home/dortmann/src/git-org-mode/lisp/)]

2019-03-08 Thread Nathaniel Nicandro
I am also experiencing this issue. I'm assuming =org-agenda-sticky= is set to =t= in your configuration since that is what I have in mine. I've tracked the problem down to (1) the handling of =org-agenda-sticky= in =org-agenda-goto-date=, (2) how this affects what =org-agenda-mode= (called by

[O] [PATCH] Avoid extra space when removing state

2019-03-08 Thread Carlos Pita
Hi all, here is a patch removing an extra space that is left when one selects an empty state from the completing read interface. I simply replaced a check for non-null with a check for org-string-nw-p in org-todo. Best regards -- Carlos From 9f137a50e1f18e067b4b9ca8836993b212d93093 Mon Sep 17

Re: [O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-08 Thread Joseph Vidal-Rosset
Hello, There was a problem with the last version of ox-koma-letter.el , I have replaced it with an old version: ;;; ox-koma-letter.el --- KOMA Scrlttr2 Back-End for Org Export Engine ;; Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc. and now the export works. I hope that it

Re: [O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-08 Thread Eric S Fraga
On Friday, 8 Mar 2019 at 09:11, Joseph Vidal-Rosset wrote: > Hello, > > I'm trying to export to koma class, and especially to get the export to > koma letter but I meet always the same message: Two things: 1. could you post a minimal example? 2. what do you see if you M-x

Re: [O] fonts not scaling when zooming in column mode

2019-03-08 Thread Al
Thanks for the tip, I'll do this. On 07/03/2019 20.03, Eric S Fraga wrote: > On Thursday, 7 Mar 2019 at 18:38, Al wrote: >> Hello, >> >> This is the workaround I used, but I agree this is far from perfect ;-) > > Given that this is not really an org issue but rather a more fundamental > emacs

Re: [O] [PATCH] Possible bug in org-protocol

2019-03-08 Thread Nicolas Goaziou
Hello, Pierre Téchoueyres writes: > I'm facing an unexpected behaviour since some days : > When I want to record some link from web sites using Org Capture extension > (https://github.com/sprig/org-capture-extension) for Firefox all my text > and links are encoded like urls. > > It's look like

[O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-08 Thread Joseph Vidal-Rosset
Hello, I'm trying to export to koma class, and especially to get the export to koma letter but I meet always the same message: "org-koma-letter-template: Wrong type argument: char-or-string-p, nil" and I do not succeed to see what is wrong in my setup. Therefore your help is welcome.

Re: [O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-08 Thread Eric S Fraga
On Friday, 8 Mar 2019 at 10:31, Joseph Vidal-Rosset wrote: > Hello, > > There was a problem with the last version of ox-koma-letter.el , I have > replaced it with an old version: Great, but the current version works just fine for me. I think it would be helpful to isolate why it doesn't work