[O] bug#25487: 26.0.50; org-table-align doesn't work with different face sizes in row

2017-01-19 Thread Eli Zaretskii
> From: Ryan McCarl > Date: Thu, 19 Jan 2017 11:26:29 -0700 > >   > (1) Define the faces org-table and org-link with a fixed-width font > (Inconsolata in > my case) so table alignment should normally work. > (2) Define the scale of the org-link face to 0.9 and the

Re: [O] Emacs hangs sometimes for no reason

2017-01-19 Thread Samuel Loury
Sebastian Christ writes: [...] > So, aren't you restarting Emacs after pkill -SIGUSR2 emacs? pkill -SIGUSR2 emacs does not stop emacs. Emacs will start a debugging session that you can stop to go back to a "normal" emacs. I found out that it generally makes emacs

Re: [O] How to pass table to SRC block as strings only?

2017-01-19 Thread Charles C. Berry
On Thu, 19 Jan 2017, Sébastien Brisard wrote: Thanks Charles for this answer. Let me state the problem more clearly. Number-like cells *are* converted to numbers (as best illustrated by the example below (see the use of numberp), which might incur accuracy loss (see below, the first row has a

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-19 Thread npostavs
Clément Pit--Claudel writes: > On 2017-01-19 19:52, npost...@users.sourceforge.net wrote: >> because even after doing (make-variable-buffer-local 'var), (let >> ((var 'foo))...) still makes a global binding. >> `make-variable-buffer-local' only has effect for `setq', which

Re: [O] How to pass table to SRC block as strings only?

2017-01-19 Thread Sébastien Brisard
Thanks Charles for this answer. Let me state the problem more clearly. Number-like cells *are* converted to numbers (as best illustrated by the example below (see the use of numberp), which might incur accuracy loss (see below, the first row has a lot of significant digits). I am not interested in

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-19 Thread Clément Pit--Claudel
On 2017-01-19 19:52, npost...@users.sourceforge.net wrote: > because even after doing (make-variable-buffer-local 'var), (let > ((var 'foo))...) still makes a global binding. > `make-variable-buffer-local' only has effect for `setq', which I > think will hardly ever happen for

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-19 Thread npostavs
Dmitry Gutov writes: > On 08.01.2017 00:20, npost...@users.sourceforge.net wrote: >> -(inhibit-modification-hooks t)) >> +(inhibit-modification-hooks >> + (progn (make-local-variable 'inhibit-modification-hooks) t))) > > Are we not worried

Re: [O] Bug: "#+BEGIN_EXPORT html" not processed when generating HTML output [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)]

2017-01-19 Thread Carlo Pinciroli
Hello, Thanks for the speedy reply. Indeed, that was the issue. Cheers, Carlo On Thu, Jan 19, 2017 at 6:56 AM, Nicolas Goaziou wrote: > Hello, > > Carlo Pinciroli writes: > >> Remember to cover the basics, that is, what you expected to happen and

Re: [O] [parser] feature request: column and row numbers available for table-cell elements

2017-01-19 Thread Eric S Fraga
On Thursday, 19 Jan 2017 at 21:15, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> Would it be possible to extend the table-cell element in the parser to >> add :row and :column attributes that have the internal org values, as >> used by the formulae? > > I don'

Re: [O] [parser] feature request: column and row numbers available for table-cell elements

2017-01-19 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Would it be possible to extend the table-cell element in the parser to > add :row and :column attributes that have the internal org values, as > used by the formulae? I don' think this is needed since this information is readily available during

[O] Selective Expand

2017-01-19 Thread Eyal Erez
Hi, I was wondering if there is a way to selectively expand similar nodes in an org-mode tree. Here is a an simplified example of what I mean: Let's say I have the following document: * First ** One - a - b - c ** Two - d - e - f ** Three - g - h - i ** Four - j - k - l * Second ** One - a - b

[O] org-agenda-highlight-todo may erroneously pickup icon 'display property.

2017-01-19 Thread Keith David Bershatsky
Depending upon a user's `org-agenda-prefix-format` (e.g., "%i %-10:c% t%s"), `org-agenda-highlight-todo` may erroneously pickup an icon `'display` property and then include/duplicate that icon in a new space between the todo-keyword and the priority. I chose tho fix this in my own setup with

[O] [PATCH] org-info: Fix html export of info link

2017-01-19 Thread Chunyang Xu
Hi, I notice the html export (actually, the HTML URL anchor part) of info link is incorrect in some cases, for example in (info "(org) Built-in table editor"), the corresponding org link is [[info:org#Built-in%20table%20editor][info:org#Built-in table editor]] org exports it to

Re: [O] run a function during capture

2017-01-19 Thread Nick Dokos
Alan Schmitt writes: > Hello, > > It is possible to run a function at the end of capture? I would like to > call org-board-archive (that downloads a web page according to some > properties) before finishing the capture? > There are three hooks that are run from

Re: [O] How to pass table to SRC block as strings only?

2017-01-19 Thread Charles C. Berry
On Thu, 19 Jan 2017, Sébastien Brisard wrote: Hello all, here is a MWE =BEGIN MWE= #+NAME: table20170119 | col1 | col2 | |--+| | row1 | 1234567890 | | row2 | a | | row3 | b | | row4 | c | #+BEGIN_SRC emacs-lisp :var table=table20170119

[O] run a function during capture

2017-01-19 Thread Alan Schmitt
Hello, It is possible to run a function at the end of capture? I would like to call org-board-archive (that downloads a web page according to some properties) before finishing the capture? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Monthly Athmospheric CO₂, Mauna Loa Obs. 2016-12:

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-19 Thread Dmitry Gutov
On 08.01.2017 00:20, npost...@users.sourceforge.net wrote: -(inhibit-modification-hooks t)) +(inhibit-modification-hooks + (progn (make-local-variable 'inhibit-modification-hooks) t))) Are we not worried that inhibit-modificaiton-hooks will become

Re: [O] [PATCH] Support time units in est+

2017-01-19 Thread Nick Dokos
Malcolm Matalka writes: > Den 18 jan. 2017 22:19 skrev "Nick Dokos" : > > Malcolm Matalka writes: > > > Hey, this is my first elisp programming so I'm quite certain this is a > > big hack.  I just stole elements from

Re: [O] Allowing multiple date trees in a single file

2017-01-19 Thread Carsten Dominik
Hi Samuel, Yes, this is of course also a very good solution that avoids the overhead of a date tree. One of the reasons why the dates in Org are in ISO format was to make them sortable by a simple text sort. Thanks for sharing. Carsten On Wed, Jan 18, 2017 at 9:19 PM, Samuel Wales

Re: [O] Day agenda no longer shows timed events for some days

2017-01-19 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Just pulled the newest version of Org from repo, and something broke in > my day agenda. For _some days_ I no longer see any of my daily meetings > and/or events. The timeline in which these events are located is missing > completely from the

Re: [O] Bug: "#+BEGIN_EXPORT html" not processed when generating HTML output [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)]

2017-01-19 Thread Nicolas Goaziou
Hello, Carlo Pinciroli writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to

[O] Day agenda no longer shows timed events for some days

2017-01-19 Thread Jarmo Hurri
Greetings. Just pulled the newest version of Org from repo, and something broke in my day agenda. For _some days_ I no longer see any of my daily meetings and/or events. The timeline in which these events are located is missing completely from the agenda. Currently, for example, I can not see

Re: [O] Emacs hangs sometimes for no reason

2017-01-19 Thread Sebastian Christ
> "SL" == Samuel Loury writes: SL> For what it's worth, when this happens, I generally pkill SL> -SIGUSR2 emacs. emacs reacts to the USR2 signal by stopping SL> everything and start a lisp debugging session. From there, I SL> reset all the org caches with