Re: [O] [PATCH 2/2] org-colview.el: Add property :exclude-tags to column view

2018-07-07 Thread Nicolas Goaziou
Hello, Benjamin Motz writes: > This addition allows to specify a list of tags to exclude from column > view tables. > > From 4ac32c4b24f33b841ad73c4b10158ec7a18087a9 Mon Sep 17 00:00:00 2001 > From: Benjamin Motz > Date: Wed, 4 Jul 2018 14:27:24 +0200 > Subject: [PATCH 2/2] org-colview.el: Add

Re: [O] [PATCH 1/2] org-colview.el: Add missing save-excursion for org-colview

2018-07-07 Thread Nicolas Goaziou
Hello, Benjamin Motz writes: > without this fix, point will jump to beginning of buffer each time the > column view is activated. This was annoying to me and I'd consider it a > bug. I'm not sure if this is the best way to fix the behaviour... Thank you. I applied a slightly different fix

Re: [O] How to move up/down a headline but not the subtree?

2018-07-07 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > I do not understand this. When one is demoting/promoting > headlines[fn:2] (and even whole subtrees), it seems to me that one is > implicitly admitting that the structure is wrong. I only see a > quantitative difference (i.e., not a qualitative one)

[O] bug#27068: 25.2; org-odt-export-to-odt error when filename contains Chinese chars

2018-07-07 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I cannot reproduce it. More specifically, I created a file named "童.org", > added "* Headline" in it and exported it to ODT without problem. > > Could you provide a recipe for the issue you are encountering? If you > are not able to reproduce it anymore, could you tell

[O] bug#22735: bug#22776: interactive org-set-effort (C-c C-x e) and column view direct index selection do not handle Effort_ALL with more than 10 entries

2018-07-07 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I've changed `org-set-effort' to use `completing-read' for allowed > values instead of relying on position in list. The prefix argument now > means "increment". > > This is simpler and less exotic. > > WDYT? Since there is no answer from the OP, I assume this is

Re: [O] Bug: duplicated output in inline code block exports

2018-07-07 Thread Nicolas Goaziou
Hello, "Berry, Charles" writes: >> On Jul 5, 2018, at 10:46 AM, William Denton wrote: >> >> Here's a very simple R command in an inline code block: >> >> # - >> What is 1 + 1? src_R{1+1} {{{results(=2=)}}} >> # - >> >> Exporting this to PDF we get: >> >> # - >> What is 1 + 1?

[O] bug#24595: 24.5; Org manual indexing for #+STARTUP entries

2018-07-07 Thread Nicolas Goaziou
Hello, Drew Adams writes: >> This should be reported to Org developers, not here. > > Org is part of distributed Emacs. Bug reports for it should be > dispatched from here automatically, or Org maintainers should > pick them up here. > > I don't use Org. Just reporting the problem, in case it

[O] bug#32068: 26.1; problem with org-agenda and categories

2018-07-07 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: rrandr...@gmail.com, 32...@debbugs.gnu.org > Date: Sat, 07 Jul 2018 13:05:53 +0200 > > It doesn't look like a bug. The OP may have missed > `org-agenda-time-grid' variable. > > I suggest to close this bug, if the OP doesn't object to it. Thanks. I will wait a

Re: [O] [PATCH 2/2] org-colview.el: Add property :exclude-tags to column view

2018-07-07 Thread Benjamin Motz
Hello, Nicolas Goaziou writes: > It looks good. This need to be documented in the manual, though. Would you > mind adding this to your patch. > > Also, a test would be nice in "test-org-colview.el", more accurately in > `test-org-colview/dblock'. Could you add one? > >> -(defun

[O] bug#26467: 25.2; [Org mode] Call dot babel from elisp generate invalid image

2018-07-07 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I can achieve the desired effect with: > > #+name: nodes > | From | To | Weight | > |--++| > | A| B | 3 | > | A| C | 2 | > | B| D | 4 | > | B| E | 5 | > | C| F | 10 | > >

[O] bug#32068: 26.1; problem with org-agenda and categories

2018-07-07 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: >> When evaluating the snippet below: >> --8<---cut here---start->8--- >> (eval-after-load "org" >> '(progn >> overwrite some settings >> (setq org-startup-folded nil ;unfolded >>org-agenda-show-all-dates t

[O] bug#27140: Different key bindings between GUI emacs and terminal emacs

2018-07-07 Thread Jean-Christophe Helary
Sorry, I missed that. Proceed with closing and if there is an issue I'll send a report again. Jean-Christophe > On Jul 7, 2018, at 20:12, Nicolas Goaziou wrote: > > Nicolas Goaziou writes: > >> I think I fixed it in Org's master branch (aka Org 9.2). >> >> Meanwhile, I think setting

[O] bug#32068: 26.1; problem with org-agenda and categories

2018-07-07 Thread Nicolas Goaziou
Hello, andrés ramírez writes: >> It doesn't look like a bug. The OP may have missed >> `org-agenda-time-grid' variable. > > ¿What is OP?. Original poster: you. > If I do the same on emacs 25.1 I get the expected behaviour. So > something has changed between 25.1 and 26.1. ¿What is the change

[O] bug#27140: Different key bindings between GUI emacs and terminal emacs

2018-07-07 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I think I fixed it in Org's master branch (aka Org 9.2). > > Meanwhile, I think setting `org-use-extra-keys' to a non-nil value > should do the trick. > > Could you confirm it? I'm closing this report. Since there was no answer from the OP, I assume the issue is fixed.

[O] bug#31273: 27.0.50; org: #+begin_right block is not exported correctly

2018-07-07 Thread Nicolas Goaziou
I'm closing this report, which is not considered as a bug. -- Nicolas Goaziou0x80A93738

Re: [O] inherit priority

2018-07-07 Thread Jesse Johnson
Hi all, Here is my branch adding priority inheritance. remote: https://code.orgmode.org/holocronweaver/org-mode.git branch: inherit-priority-squashed I rebased upon the latest master, everything still seems to work. Sorry for the long delay in release. Please test and critique. Thanks!

[O] bug#32068: 26.1; problem with org-agenda and categories

2018-07-07 Thread Nicolas Goaziou
Hello, andrés ramírez writes: > It is possible for me to have the previous behaviour. on 26.1 > ¿What change should i do?. You can definitely get the previous behaviour, but I cannot remember the change. Just look at the docstring, it is probably straightforward. > I share my agenda among