[O] org-publish-after-publishing-hook

2016-09-05 Thread Michael Welle
Hello, I have a hook like follows: (defun foo (in out) (message "o-p-a-p-h in: '%s' out: '%s'" in out)) (add-hook 'org-publish-after-publishing-hook 'foo) Now I publish a project that is defined in org-publish-project-alist as follows: ("web-static" :base-directory "~/work/ORG/web" :publi

Re: [O] org-publish-after-publishing-hook

2016-09-05 Thread Michael Welle
Hello, I found the problem. The publishing function must return the file name, which it should do... except there was a bug in it. I used something like (fboundp 'foo) as a condition and foo is a variable. I wonder how that ever did something useful... Sorry for the noise hmw

Re: [O] table/calc: subscr() fails with date

2016-09-05 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hello Nicolas, > Karl Voit writes: > >> I've found a bug when using subscr() to get the value of the previous >> row. With the following date values, it fails and I don't have an idea >> why: >> >> | date | previous date | >> |---

Re: [O] Can't store link in mu4e

2016-09-05 Thread Nicolas Goaziou
Hello, Brett Presnell writes: > I'll report this to the mu developer in case he isn't already aware of > the upcoming change in org mode. I wonder if org-mu4e.el wouldn't be > better maintained as a part of org (like org-gnus.el and org-mew.el) > rather than as a part of mu4e. "org-new.el" is

Re: [O] [PATCH] org-mime supports emacs24

2016-09-05 Thread Nicolas Goaziou
Hello, chen bin writes: > I agree with you, maybe pointing to project is the better solution. There is an "org-mime" on Marmelade already. It doesn't seem to be your project, tho. It could be useful to add yours to any ELPA and have the previous one removed so as to avoid confusion. I'll remov

Re: [O] Can't store link in mu4e

2016-09-05 Thread Brett Presnell
Nicolas Goaziou writes: > Brett Presnell writes: > >> I'll report this to the mu developer in case he isn't already aware of >> the upcoming change in org mode. I wonder if org-mu4e.el wouldn't be >> better maintained as a part of org (like org-gnus.el and org-mew.el) >> rather than as a part

Re: [O] There is no line to end here at LaTeX org-ref export

2016-09-05 Thread Florian Lindner
Am 02.09.2016 um 15:12 schrieb Eric S Fraga: > Can you post an actual org test file as an attachment? And also the > resulting LaTeX file on export? Hey, sorry for the late reply. I tried to reproduce the problem firstly using emacs -Q but it worked like that. After some bisect debugging I fou

Re: [O] There is no line to end here at LaTeX org-ref export

2016-09-05 Thread John Kitchin
that does explain why I couldn't reproduce what you see. I have org-export-preserve-breaks set to nil. I didn't even know about that one! Glad to hear you figured it out. Florian Lindner writes: > Am 02.09.2016 um 15:12 schrieb Eric S Fraga: >> Can you post an actual org test file as an attachme

[O] mailing list search given problems with gmane?

2016-09-05 Thread Eric S Fraga
Dear all, do we have any alternative means to search the mailing list given the current problems with gmane? Thanks, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.1, Org release_8.3.5-1070-g190476

[O] undo undoes too much

2016-09-05 Thread Samuel Wales
recent maint. in agenda i add a tag to a task, then doneify it. i go to the outline. i do undo-tree-undo. both the adding of the tag and the logbook entry get undone. i expected that only the logbook entry would get undone.

Re: [O] mailing list search given problems with gmane?

2016-09-05 Thread Grant Rettke
On Mon, Sep 5, 2016 at 10:50 AM, Eric S Fraga wrote: > do we have any alternative means to search the mailing list given the > current problems with gmane? https://lists.gnu.org/archive/html/emacs-orgmode/

[O] Restrict include to some backend

2016-09-05 Thread Fabrice Popineau
Hi, Maybe there is an obvious answer but I wonder how to restrict including a file to some backend. The following doesn't work: #+begin_export latex #+include foo.py src python #+end_export (Not that I expected it to actually work, but it shows the goal) Any idea ? Thanks for your help. Fabrice

Re: [O] mailing list search given problems with gmane?

2016-09-05 Thread Eric S Fraga
On Tuesday, 6 Sep 2016 at 01:48, Grant Rettke wrote: > On Mon, Sep 5, 2016 at 10:50 AM, Eric S Fraga wrote: >> do we have any alternative means to search the mailing list given the >> current problems with gmane? > > https://lists.gnu.org/archive/html/emacs-orgmode/ Thanks! I would be lost witho

Re: [O] table alignment with org-pretty-entities turned on

2016-09-05 Thread Nicolas Goaziou
Hello, jsj writes: > To make it clear, the behavior I reported can be reproduced with a clean init > file with just org loaded. > > I put the table > > | a | b | c | > |+---+---| > | \alpha | | | > > in an org file, toggle pretty entities by C-c C-x \, then C-c C-c to realign