Re: [O] Bug: org-copy-visible includes emphasis markerse hidden by org-hide-emphasis-markers [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)]

2017-08-25 Thread Nicolas Goaziou
Hello, Gary Cheng writes: > With evil-mode enabled (bug still applies without using evil, see: > https://github.com/emacs-evil/evil/issues/907), start Emacs, evaluate (setq > org-hide-emphasis-markers t). > > Open a org file containing the following line: > > ~$ firejail

[O] Org protocol, Windows 10

2017-08-25 Thread Fabrice Popineau
Hi, I am using a recent build of Windows 10 (16251) and org protocol wasn't working for me for quite a long time now. So I decided to look at what went wrong. I found several annoyances. The first one is that Windows seems to rewrite itself the url which is sent to emacsclientw. Some url sent

Re: [O] Date ranges displayed in the agenda

2017-08-25 Thread Nicolas Goaziou
Hello, Manuel Wiesinger writes: > when a headline starts with a date range, in the agenda it is displayed > as part of the headline . When a headline starts with an normal date, > the date is not displayed. For is example the following > > * <2017-08-23 Wed>--<2017-08-24 Thu> Test

Re: [O] LaTeX > PDF blocked by extender chars in filename

2017-08-25 Thread Nicolas Goaziou
Hello, Eduardo Mercovich writes: > The file > img/ProcesoDeDiseñoDeInteraccion.pdf > > was translated/inserted on the org buffer as > > img/ProcesoDeDise%C3%B1oDeInteraccion.pdf What command did you use to "translate/insert" the filename? > > + Org-mode: Org-mode

Re: [O] problem evaluating src block on file opening

2017-08-25 Thread Nicolas Goaziou
Hello, "Berry, Charles" writes: >> On Aug 25, 2017, at 6:01 AM, Eric S Fraga wrote: >> >> Hello, >> >> Long story short: org-babel-goto-named-src-block does not seem to work, >> at least since b862c24b9f or thereabouts? >> > > > Confirmed on my setup.

Re: [O] Conditional summing in column-mode?

2017-08-25 Thread Nicolas Goaziou
Stig Brautaset writes: > However, I would like to add an advice around =org-columns-compute-all= > to run the =sb/org-map-confirmed-days= function, and this I have not > been successful at. I've tried doing this: > > : (add-function :before org-columns-compute-all

Re: [O] org-protocol: deal with broken links on windows

2017-08-25 Thread Nikolay Kudryavtsev
Hello Ingo. Sorry my bad, I've ran into exactly the same bug before, just I originally didn't notice that "/" before the query is exactly the thing, that brings everything down, but I still suspected it to be the same bug. Your problem is that your bookmarklets have "//" before the protocol

Re: [O] Conditional summing in column-mode?

2017-08-25 Thread Stig Brautaset
Nicolas Goaziou writes: > Hello, > > Stig Brautaset writes: > >> I have the following column-mode defined in =~/org/Holidays.org=: >> >> #+BEGIN_SRC org >> ,#+COLUMNS: %TIMESTAMP(When) %ITEM(What) %CONFIRMED(Confirmed?){X/} >> %DAYS(Days){+} >>

[O] How to call nested bash and gnuplot with babel?

2017-08-25 Thread edgar
Hello, I am trying to run a "nested" babel code with bash and gnuplot. * Configuration I did the test like this #+BEGIN_SRC bash emacs -Q #+END_SRC #+BEGIN_SRC emacs-lisp (require 'package) (package-initialize) (require 'org) ;; Org mode version 9.0.9 (org-babel-do-load-languages

Re: [O] problem evaluating src block on file opening

2017-08-25 Thread Berry, Charles
> On Aug 25, 2017, at 6:01 AM, Eric S Fraga wrote: > > Hello, > > Long story short: org-babel-goto-named-src-block does not seem to work, > at least since b862c24b9f or thereabouts? > Confirmed on my setup. Here is an ECM. Always goes to the first block.

Re: [O] Org-lint complains about valid footnote?

2017-08-25 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > In tracking down another problem with the latest version of org (more to > follow probably), I thought using org-lint might help. With the > attached simple example, I get: > > 5 high Missing definition for footnote [1] > > from org-lint.

[O] Org-lint complains about valid footnote?

2017-08-25 Thread Eric S Fraga
In tracking down another problem with the latest version of org (more to follow probably), I thought using org-lint might help. With the attached simple example, I get: 5 high Missing definition for footnote [1] from org-lint. The footnote definition is there as it's inline... -- :

[O] problem evaluating src block on file opening

2017-08-25 Thread Eric S Fraga
Hello, Long story short: org-babel-goto-named-src-block does not seem to work, at least since b862c24b9f or thereabouts? If I evaluate this command interactively, it sends me to a #+begin_quote line in my file! Org up to date. I haven't tried a minimal example yet but will do so if this

Re: [O] migrating to the snapshot api

2017-08-25 Thread Nicolas Goaziou
Hello, Sam Halliday writes: > Apologies for bumping this, I was wondering if anybody had any more > thoughts on migrating this backend to the latest version of org-mode? > Seems to be something changed that isn't in the migration notes... Line 78, you reversed the order

Re: [O] migrating to the snapshot api

2017-08-25 Thread Sam Halliday
Apologies for bumping this, I was wondering if anybody had any more thoughts on migrating this backend to the latest version of org-mode? Seems to be something changed that isn't in the migration notes... On 21 August 2017 at 19:21, Sam Halliday wrote: > Hi all, > > I

Re: [O] Conditional summing in column-mode?

2017-08-25 Thread Nicolas Goaziou
Hello, Stig Brautaset writes: > I have the following column-mode defined in =~/org/Holidays.org=: > > #+BEGIN_SRC org > ,#+COLUMNS: %TIMESTAMP(When) %ITEM(What) %CONFIRMED(Confirmed?){X/} > %DAYS(Days){+} > ,#+Confirmed_ALL: "[ ]" "[X]" > ,#+TODO: TODO | DONE

Re: [O] Bug in the sorting of clocktables with ":sort (4 . ?T)" for clock sums over "100:00" hours

2017-08-25 Thread Rainer Stengele
Am 25.08.2017 um 00:07 schrieb Nicolas Goaziou: Hello, Rainer Stengele writes: I may have found a bug in the sorting of clocktables. I am summing up clocked time over time periods. [...] As soon as the sum grows higher than 100:00 sorting is corrupted: