Re: [O] Bug: org-eww-copy-for-org-mode Empty Link problem + easy fix [9.0.4 (9.0.4-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-02-12 Thread Marco Wahl
Hello Andrea, thanks for your bug report and your suggestion to fix the bug. [...] > The error is due to the presence of input forms (e.g., in > www.indeed.co.uk where you can add the job you are looking for), that > are considered like urls by this function [1]. When the input form is > passed

[O] Bug: Preserve text-properties of cells when moving column in org-table

2017-02-12 Thread Stefan-W. Hahn
Hello, moving org-table rows is implemented with delete-region and insert which preserve text-properties. Moving org-table columns is implemented with replace-string, which removes text-properties. My proposal is to use transpose-regions in org-table-move-column which will preserve text-propertie

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-12 Thread Eli Zaretskii
> From: John Wiegley > Date: Sat, 11 Feb 2017 18:46:09 -0800 > Cc: Bastien Guerry , Emacs developers , > Phillip Lord , > emacs-org list , > Kaushal Modi > > I hear your other points, so I'm curious now as to what more people think > about this who work on Emacs core: Do you wa

Re: [O] org-time-stamp, day format

2017-02-12 Thread Eric S Fraga
On Saturday, 11 Feb 2017 at 22:38, Uwe Brauer wrote: >> Nick Dokos writes: > >> And if you want to fix this in Emacs only: > >> ;; System locale to use for formatting time values. >> (setq system-time-locale "C") ; Make sure that the weekdays in > the >>

Re: [O] Using CEDET modules from Emacs core

2017-02-12 Thread Dmitry Gutov
On 12.02.2017 05:33, Stefan Monnier wrote: We don't have enough infrastructure support in general for "advanced" editing functionality such as type/scope-aware completion. So we have various add-on thingies (like company-mode, cedet, and auto-complete) which provide such support for specific mo

Re: [O] reverting to level 4 text

2017-02-12 Thread Eric S Fraga
On Saturday, 11 Feb 2017 at 18:23, Sharon Kimble wrote: > Or, in other words, how can I kill the level 5 heading after > "(cite:0580)" so that "Data confirms that ..." is under a level 4 > heading please? You cannot. There are no "terminating" headline directives in org other than inline tasks.

Re: [O] Latex summary

2017-02-12 Thread Eric S Fraga
On Sunday, 12 Feb 2017 at 00:16, Russell Adams wrote: > I frequently write documentation with recommendations nested in > different sections, typically one line per recommendation. I then > summarize a list of those recommendations at the end of my document. > > Today I use babel to grep the docume

Re: [O] org-time-stamp, day format

2017-02-12 Thread Uwe Brauer
> On Saturday, 11 Feb 2017 at 22:38, Uwe Brauer wrote: > It does not strictly speaking correspond to English but to the "default" > language for each individual application which may, of course, be > English in many if not most cases. > Good examples and further explanations

[O] Bug: org-dblock-update regression in case of :maxlevel 0 [9.0.5 (9.0.5-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-02-12 Thread Christoph LANGE
Dear Nicolas, dear all, I believe the following fix http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=ccf832e8317dbac7d3ac2b7dfbb515b1292a329c introduced a regression. When I want to run org-dblock-update on a clocktable with :maxlevel 0 (I'll be happy to provide an example), it fails with

[O] Merge 9.0.5 to emacs master? (Was: Release 9.0.5)

2017-02-12 Thread Kaushal Modi
Thanks Bastien. Kyle -- Would this be a good time to start the merge to emacs master? My datapoint -- I have been using emacs master + org master for over a year now (or few years). So I am for doing the merge directly into the master branch. Thanks. On Fri, Feb 10, 2017 at 8:55 AM Bastien wro

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-12 Thread Stefan Monnier
> AFAIU, the main motivation for the "drive to ELPA" comes from > developers of individual packages, not from those working on the core Not sure what you mean exactly by "drive to ELPA". If you mean "drive to put packages in GNU ELPA rather than in core", then this drive is linked to various aspe

Re: [O] Merge 9.0.5 to emacs master? (Was: Release 9.0.5)

2017-02-12 Thread Kyle Meyer
Kaushal Modi writes: > Kyle -- Would this be a good time to start the merge to emacs master? >From my standpoint, that'd be fine. I'm not aware of any outstanding patches that need to be backported from the Emacs repo. -- Kyle