Re: [O] BUG report [Was: computing the size of a tikz to png image during export]

2018-01-28 Thread Fabrice Popineau
2018-01-29 2:34 GMT+01:00 Berry, Charles : > > On Jan 28, 2018, at 3:24 PM, Nicolas Goaziou > wrote: > > > > Would you have an ECM? I don't know what is "the by-backend trick". > > Not a bug AFAICS. > > `by-backend' is a macro mentioned here: > >

Re: [O] executing org-table TBLFM form changes (resets) language settings

2018-01-28 Thread Rainer Stengele
Am 26.01.2018 um 10:46 schrieb Rainer Stengele: Am 25.01.2018 um 20:27 schrieb Nick Dokos: Rainer Stengele writes: All, My current-language-environment is "German". Having an Org table with a TBLFM attached: | IM Startzeit  | IM Endezeit   |

[O] Why the new structure template engine not in Org ELPA package?

2018-01-28 Thread numbch...@gmail.com
RT. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/

Re: [O] [RFC] Moving "manual.org" into core

2018-01-28 Thread Yasushi SHOJI
Hi, On Mon, Jan 29, 2018 at 12:17 AM, Nicolas Goaziou wrote: > Yasushi SHOJI writes: > >> A big one seems to be the indentation of description lists. >> The formatter seems to prefer aligning the begging of a description >> to the begging of a

Re: [O] BUG report [Was: computing the size of a tikz to png image during export]

2018-01-28 Thread Berry, Charles
> On Jan 28, 2018, at 3:24 PM, Nicolas Goaziou wrote: > > Would you have an ECM? I don't know what is "the by-backend trick". Not a bug AFAICS. `by-backend' is a macro mentioned here: https://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00500.html I guess it

Re: [O] computing the size of a tikz to png image during export

2018-01-28 Thread Berry, Charles
> On Jan 28, 2018, at 7:37 AM, Fabrice Popineau > wrote: > > I jump on this example to ask: does this by-backend trick still work with Org > 9.1.6? Probably not. Nowadays, you should reference `org-export-current-backend ', not `backend'. ,[ C-h v

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-28 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > Yes. I'm in my emacs.org config file (or *scratch* buffer). I have the > following settings: > > (setq org-icalendar-include-todo "all") > (setq org-icalendar-use-deadline '(event-if-todo event-if-not-todo > todo-due)) > (setq

Re: [O] BUG report [Was: computing the size of a tikz to png image during export]

2018-01-28 Thread Fabrice Popineau
2018-01-29 0:24 GMT+01:00 Nicolas Goaziou : > Hello, > > Fabrice Popineau writes: > > > Well, I think there is a problem with the current master > > since commit 38be85124551083d269. > > > > The problem is that the by-backend trick which were

Re: [O] BUG report [Was: computing the size of a tikz to png image during export]

2018-01-28 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > Well, I think there is a problem with the current master > since commit 38be85124551083d269. > > The problem is that the by-backend trick which were tolerated before > does not work anymore. > > Tested between Org 9.1.6 as in

Re: [O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Diego Zamboni
Ah, this is exactly what I was looking for. Thanks! —Diego > On 28 Jan 2018, at 21:47, Grant Rettke wrote: > > On Sun, Jan 28, 2018 at 7:54 AM, Diego Zamboni > wrote: > Hi, > > I’ve been converting many of my

Re: [O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Grant Rettke
On Sun, Jan 28, 2018 at 7:54 AM, Diego Zamboni wrote: > Hi, > > I’ve been converting many of my configuration files to org-mode to better > document them (examples: https://github.com/zzamboni/dot_emacs/blob/ > master/init.org,

Re: [O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Diego Zamboni
Hi Jack, This is very useful. At the moment I’m still keeping my org files next to their generated files instead of a single tree, but your code makes me think it should be possible to set up a save hook to set the header-args variable for each file. I’m already using a save hook to run

[O] BUG report [Was: computing the size of a tikz to png image during export]

2018-01-28 Thread Fabrice Popineau
Well, I think there is a problem with the current master since commit 38be85124551083d269. The problem is that the by-backend trick which were tolerated before does not work anymore. Tested between Org 9.1.6 as in current emacs-26.0.91 release versus current Org master. More over, ignoring the

Re: [O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Jack Henahan
I do something similar, and I use a snippet like this #+begin_src emacs-lisp (defun the-in-the-org-lib-p () (and (f-this-file) (f-child-of? (f-this-file) the-org-lib-directory))) (defun the-org-lib-hook () (if (the-in-the-org-lib-p) (progn (setq-local

Re: [O] [RFC] Moving "manual.org" into core

2018-01-28 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > A big one seems to be the indentation of description lists. > The formatter seems to prefer aligning the begging of a description > to the begging of a term. But manual.org has some indentation. Somewhat fixed. The indentation of

Re: [O] computing the size of a tikz to png image during export

2018-01-28 Thread Fabrice Popineau
2018-01-24 8:54 GMT+01:00 Alan Schmitt : > Hello, > > I use this great trick to have both a pdf and html export of tikz > images: > > #+header: :file (by-backend (latex "tp6-tree.tikz") (t "tp6-tree.png")) > #+header: :imagemagick yes :iminoptions -density 600

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-28 Thread Ken Mankoff
On Sun, Jan 28, 2018 at 1:42 PM, Nicolas Goaziou wrote: > Where did you put > > (setq org-icalendar-exclude-tags '("noexport")) > > ? > > Is it accessible from `org-export-async-init-file'? > Yes. I'm in my emacs.org config file (or *scratch* buffer). I have the

[O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Diego Zamboni
Hi, I’ve been converting many of my configuration files to org-mode to better document them (examples: https://github.com/zzamboni/dot_emacs/blob/master/init.org , https://github.com/zzamboni/dot_elvish/blob/master/rc.org

Re: [O] show future scheduled date in Agenda

2018-01-28 Thread Narendra Joshi
Ken Mankoff writes: > I have a custom agenda with a section that is generated with: > > (todo "WAITING|VERIFY" ((org-agenda-overriding-header "Waiting or Verify"))) You will need to do (agenda "WAITING|VERIFY" ...) for items that are scheduled. They will be displayed only if

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)]

2018-01-28 Thread Nicolas Goaziou
> BUT a bug still exists. If I export with async: > > (org-icalendar-combine-agenda-files t) > > Then all entries show up. If I export blocking > > (org-icalendar-combine-agenda-files nil) > > Then the `exclide-tags` setting is respected. Where did you put (setq org-icalendar-exclude-tags

Re: [O] [feature] prepend comment char before org-babel-ref

2018-01-28 Thread numbch...@gmail.com
Thanks. @Nicolas [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Sat, Jan 27, 2018 at 6:58 PM, Nicolas Goaziou