[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-04 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: >> Date: Wed, 13 Jun 2012 22:26:35 +0300 >> From: Dov Grobgeld >> >> Imagine you have a buffer with the following logical contents (using the >> convention that capitals are RTL characters). >> >> | abcdef | abc | >> | ABCDEF

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-04 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: Dov Grobgeld , 11...@debbugs.gnu.org > Date: Mon, 04 Dec 2017 21:27:53 +0100 > > I'd rather preserve structure of Org documents outside of Emacs. So, > `:align-to' is not an option. > > IIUC, I need to replace the

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-04 Thread Eli Zaretskii
> Date: Mon, 04 Dec 2017 22:43:12 +0200 > From: Eli Zaretskii > Cc: m...@nicolasgoaziou.fr, 11...@debbugs.gnu.org > > Yes, Emacs implements Unicode 9.0, including the UBA with isolates. Actually, the current development sources and the upcoming Emacs 26.1 already support Unicode

[O] bug#24791: bug#24791: org-todo-yesterday behaves like plain org-todo (incorrect timestamp)

2017-12-04 Thread Nicolas Goaziou
Hello, Allen Li writes: > On Fri, Dec 1, 2017 at 1:53 PM, Nicolas Goaziou > wrote: >> Hello, >> >> Jan Böhm writes: >> >>> Symptoms: both org-todo-yesterday and org-agenda-todo-yesterday behave >>> just like normally

[O] bug#28072: Org Mode Drawer Folds Unexpectedly

2017-12-04 Thread Nicolas Goaziou
Hello, Mitch Norcross writes: > * ISSUE: Org Mode Drawer Folds Unexpectedly > > ** Issue Description > > - Org Mode Drawers fold (unexpected) when user attempts to unfold a plain > list item within the drawer after having folded it. > > ** Steps To Reproduce the

Re: [O] [patch] structure snippet completions

2017-12-04 Thread Nicolas Goaziou
Hello, Rasmus writes: > The attached patch adds expansions of " would like to include this in the next version of Org in anticipation of > the changes to the template system. Thank you. Some, mostly cosmetics, comments follow. > > In at least

[O] bug#27711: 25.2; org-feed gets old news as new from some feeds

2017-12-04 Thread Nicolas Goaziou
Hello, Adonay Felipe Nogueira writes: > This was tested with `emacs -Q`. > > 1. In the Lisp Interaction buffer, evaluate: > > (require 'org-feed) > (setq org-feed-alist '(("Blog de Bradley Kuhn" > "http://ebb.org/bkuhn/rss.xml; >

[O] bug#24814: Doc Typo in org-insert-heading

2017-12-04 Thread Nicolas Goaziou
Hello, Benjamin Wiese writes: > The documentation of the function org-insert-heading contains a typo on > line 21 ('ways' instead of 'way'). This documentation can be viewed by > typing: C-h f org-insert-heading. Apparently, the docstring no longer contains the

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-04 Thread Eli Zaretskii
> From: Dov Grobgeld > Date: Mon, 4 Dec 2017 21:35:40 +0100 > Cc: Eli Zaretskii , 11...@debbugs.gnu.org > > The correct Unicode≥6.3 way to do this would be with the unicode isolation > characters. I.e. you would wrap > each of the columns with column

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-04 Thread Nicolas Goaziou
Eli Zaretskii writes: > Such tests can only be run interactively, because bidi reordering is a > display-time feature in Emacs. Is that OK with you? That's better than no test at all in my book, so I'm fine with it, yes. I can use isolation characters instead (if anyone cares to

[O] bug#29329: 27.0.50; Missing requirement in org-gnus.el

2017-12-04 Thread Glenn Morris
Speaking for the version in Emacs, apart from org-gnus the warnings are: In end of data: org-irc.el:255:1:Warning: the following functions are not known to be defined: erc-save-buffer-in-logs, erc-logging-enabled (I haven't looked at the code.)

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-04 Thread Dov Grobgeld
The correct Unicode≥6.3 way to do this would be with the unicode isolation characters. I.e. you would wrap each of the columns with column contents. Does emacs honor these? Should be easy to test. Regards, Dov On Mon, Dec 4, 2017 at 9:27 PM, Nicolas Goaziou wrote: >

[O] bug#29329: 27.0.50; Missing requirement in org-gnus.el

2017-12-04 Thread Nicolas Goaziou
Hello, Glenn Morris writes: > Speaking for the version in Emacs, apart from org-gnus the warnings are: > > In end of data: > org-irc.el:255:1:Warning: the following functions are not known to be defined: > erc-save-buffer-in-logs, erc-logging-enabled Fixed. Thank you.

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-04 Thread Karl Voit
Hi Adrian, * Adrian Bradd wrote: > >> Examples: >> >> * Top-Heading >> >> ** TODO Here I invoke org-todo to DONE >> :PROPERTIES: >> :TRIGGER: 2017-12-03-target(TODO) >> :END: >> >> ** This should be changed to TODO >> :PROPERTIES: >>

[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2017-12-04 Thread Ben Finney
On 04-Dec-2017, Nicolas Goaziou wrote: > Any 9.X version certainly contains the fix. Using this version of ‘org-mode’: Org mode version 9.1.2 (9.1.2-dist @ /usr/share/emacs/25.2/site-lisp/elpa/org-9.0.9/) I confirm that the display of the report is much better: | Headline

[O] bug#28263: 24.5; Org: `C-c LETTER' keys

2017-12-04 Thread Nicolas Goaziou
Hello, Drew Adams writes: > Dunno whether there are actual bindings in Org that correspond to these > occurrences in the source code of `C-c' followed by a letter. Might be > worth checking. (Bindings of `C-c' followed by a letter are reserved > for users.) Possibly

Re: [O] [patch] structure snippet completions

2017-12-04 Thread Eric Abrahamsen
Rasmus writes: > Hi, > > The attached patch adds expansions of " would like to include this in the next version of Org in anticipation of > the changes to the template system. Cool! We were talking about shifting the alist keys to strings, do we

[O] bug#7980: Org links does not allow () - at least http links can contain that

2017-12-04 Thread Nicolas Goaziou
Hello, Lennart Borgman writes: > In `org-make-link-regexps' the characters "()" are excluded in > `org-plain-link-re'. Is not that wrong at least for http links? This is not accurate, but usually Org plain links are used when jolting down notes, as in the following

[O] bug#28263: 24.5; Org: `C-c LETTER' keys

2017-12-04 Thread Drew Adams
> > Dunno whether there are actual bindings in Org that correspond to these > > occurrences in the source code of `C-c' followed by a letter. Might be > > worth checking. (Bindings of `C-c' followed by a letter are reserved > > for users.) Possibly these are just vestigial doc indications,

[O] bug#14910: org-mode `org-open-at-point' doesn't follow id links

2017-12-04 Thread Nicolas Goaziou
Hello, Bastien writes: > Hi Oleh, > > Oleh writes: > >> As the subject says. > > This bug is fixed in upstream Org. You can either install Org > separately or wait for the next stable version to be merged in > Emacs. I'm closing this bug, per the last

[O] Is it possible to pass variable to variables of src block?

2017-12-04 Thread Xi Shen
Hi, http://orgmode.org/manual/var.html This wiki explains how to use variable inside a src block. But I wonder if it is possible to specify variable to the variables in the src definition. E.g. for the sql src block, I want to execute a script on different server. I want to define a variable

[O] Confused about org-duration-format

2017-12-04 Thread Julian M. Burgos
Dear list, I do not quite follow how to set up org-duration-format. In particular, I would like to have my clock tables represented as decimal hours (e.g. 3.50 h, rather than 3:30 h). Any help would be welcomed. Julian -- Julian Mariano Burgos, PhD Hafrannsóknastofnun, rannsókna- og

Re: [O] Confused about org-duration-format

2017-12-04 Thread Nicolas Goaziou
Hello, "Julian M. Burgos" writes: > I do not quite follow how to set up org-duration-format. In particular, > I would like to have my clock tables represented as decimal hours (e.g. > 3.50 h, rather than 3:30 h). I think it would be '(("h" . t) (special . 2))

[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2017-12-04 Thread Ben Finney
On 04-Dec-2017, Nicolas Goaziou wrote: > Ben Finney writes: > > How can we test the change, to know whether this bug is resolved? > > You can test the latest ELPA release, scheduled for today Please state the exact version string, so that we can compare to see whether

[O] org-archive will not compile

2017-12-04 Thread Colin Baxter
Hello, As of org-version: 9.1.3 (release_9.1.3-226-g0c6917), org-archive.el will not compile: org-archive.el:183:1:Error: Invalid read syntax: "." Best wishes, -- Colin Baxter - GnuPG fingerprint: 68A8 799C 0230 16E7 BF68

Re: [O] org-archive will not compile

2017-12-04 Thread Colin Baxter
> Colin Baxter writes: > Hello, As of org-version: 9.1.3 (release_9.1.3-226-g0c6917), > org-archive.el will not compile: > org-archive.el:183:1:Error: Invalid read syntax: "." Please ignore this, I had a locally corrupt file. Sorry. Best wishes. -- Colin

[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2017-12-04 Thread Nicolas Goaziou
Hello, Ben Finney writes: > On 04-Dec-2017, Nicolas Goaziou wrote: >> Ben Finney writes: >> > How can we test the change, to know whether this bug is resolved? >> >> You can test the latest ELPA release, scheduled for today > > Please

Re: [O] Bug: org-attach-directory should be safe [9.1.3 (9.1.3-10-gadfbfd-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20171127/)]

2017-12-04 Thread Nicolas Goaziou
Hello, Allen Li writes: > org-attach-directory should be safe to set as a file local or > directory local string. > > This allows the user to set a directory local attachment directory for > all Org files in a directory tree recursively. > > I do not believe there are

Re: [O] RFC better Unicode support - Unicode Characters causing problems with TAGs etc.

2017-12-04 Thread Nicolas Goaziou
Hello, "Tim O'Callaghan" writes: > I have been experimenting with some Unicode symbols as part of my TODO and > TAG definitions, to mixed results. I would like to propose that they are > given first class support, especially in tags and priorities. I think Unicode in

Re: [O] Bug in emphasis fontification

2017-12-04 Thread Kaushal Modi
On Sat, Dec 2, 2017 at 5:30 PM Nicolas Goaziou wrote: > Hopefully fixed. Thank you. > Yes, I confirm the fix. Thank you! -- Kaushal Modi

[O] [patch] structure snippet completions

2017-12-04 Thread Rasmus
Hi, The attached patch adds expansions of "

[O] [patch] structure snippet completions

2017-12-04 Thread Rasmus
Hi, The attached patch adds expansions of "