Re: [O] org-link-set-parameters missing in ELPA version

2016-08-25 Thread John Kitchin
I haven't been able to reproduce this in org-plus-contrib-20160822. Rob Duncan writes: > Hi John, > > My org is claiming to be version 8.3.5: > > Org-mode version 8.3.5 (8.3.5-elpa @ > /Users/rduncan/.emacs.d/elpa/org-20160815/) > > Rob. > > On Aug 20, 2016, at 11:56 AM, John Kitchin >

Re: [O] recalculate tables

2016-08-25 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Russell Adams writes: > >> This doesn't update either (C-u C-c *): >> >> |---+---+---+---| >> | 1 | derp | 3 | 3 | >> | 2 | derp2 | 5 | | >> |---+---+---+---| >> | | | | 0 | >>

[O] Bug: spurious newline after comment [8.3.5 (release_8.3.5-1087-g6b52bc @ /Users/maarhart/elisp/org-mode/lisp/)]

2016-08-25 Thread Martín Hartmann
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 the Org mailing list.

[O] Bug: +MATHJAX Not Wrok [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]

2016-08-25 Thread zhangjg
In the org-html-mathjax-options variable description , say #+MATHJAX: path:"http://url/MATHjax.js; can be ued to set the variable org-html-mathjax-options to `((path "http://url/MATHjax.js;) but it not work. Set the variable in .emacs is OK, but in Org file, +MATHJAX: path:

Re: [O] ox-md.el: Export TOC and Footnotes as Markdown rather than HTML

2016-08-25 Thread Jake Romer
> > Have you done so already ? If not, would you be willing to do it ? I just submitted it. Thanks! Cheers, Jake On Mon, Aug 22, 2016 at 1:47 AM, Nicolas Goaziou wrote: > Hello, > > Jake Romer writes: > > > Thanks for the pointers! I appreciate

Re: [O] recalculate tables

2016-08-25 Thread Russell Adams
> > This doesn't update either (C-u C-c *): > > > > |---+---+---+---| > > | 1 | derp | 3 | 3 | > > | 2 | derp2 | 5 | | > > |---+---+---+---| > > | | | | 0 | > > #+TBLFM: $4=$1*$3 > > > > I'd been working with these recently and discovered sometimes it > > wasn't updating... I

Re: [O] org-depend: dependencies between TODO entries in different files

2016-08-25 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hello Nicolas, > Karl Voit writes: > >> Function org-depend-block-todo uses org-find-entry-with-id (from >> org.el) which is using org-find-property which starts with >> (goto-char (point-min)) not jumping to any

[O] Footnotes in image captions

2016-08-25 Thread Arun Isaac
Footnotes in image captions are not picked up and published. Is this intended behaviour? If it is intended behaviour, would it not be nice to allow footnotes in image captions too? I am using the html backend, and the following org code: #+CAPTION: Foo [fn::bar] [[./foo.png]] Regards, Arun

Re: [O] org-depend: dependencies between TODO entries in different files

2016-08-25 Thread Nicolas Goaziou
Hello, Karl Voit writes: > On [1] LinuxFag asked why org-depend.el does not work with > dependencies of headings in different Org-mode files. This is also a > very annoying limitation to me since I have many Org-mode files in > my org-agenda-files and I also don't want to

Re: [O] recalculate tables

2016-08-25 Thread Nicolas Goaziou
Hello, Russell Adams writes: > This doesn't update either (C-u C-c *): > > |---+---+---+---| > | 1 | derp | 3 | 3 | > | 2 | derp2 | 5 | | > |---+---+---+---| > | | | | 0 | > #+TBLFM: $4=$1*$3 > > I'd been working with these recently and discovered

[O] org-depend: dependencies between TODO entries in different files

2016-08-25 Thread Karl Voit
Hi! On [1] LinuxFag asked why org-depend.el does not work with dependencies of headings in different Org-mode files. This is also a very annoying limitation to me since I have many Org-mode files in my org-agenda-files and I also don't want to limit myself to use dependencies within a single file

Re: [O] recalculate tables

2016-08-25 Thread Russell Adams
This doesn't update either (C-u C-c *): |---+---+---+---| | 1 | derp | 3 | 3 | | 2 | derp2 | 5 | | |---+---+---+---| | | | | 0 | #+TBLFM: $4=$1*$3 I'd been working with these recently and discovered sometimes it wasn't updating... I hadn't gotten an MWE though so based on

[O] recalculate tables

2016-08-25 Thread Michael Welle
Hello, in a table like the following C-u M-x org-table-recalculate fills the third column as expected: |---+---+| | 3 | 4 || #+TBLFM: $3=$2-$1 But if the table finishes with a line, that doesn't work anymore: |---+---+| | 3 | 4 || |---+---+| #+TBLFM: $3=$2-$1 Then if I

Re: [O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-25 Thread Karl Voit
* Grant Rettke wrote: > Good evening, Hi! > Just learned about CUSTOM_ID property. I was not aware of it either until a couple of minutes ago. > It seems like if you want to define a custom identifier, then you > do it here and that identifier will get used

Re: [O] export to ics a specific buffer every X hours

2016-08-25 Thread Xebar Saram
Hi again all so i have a related question so ill continue in this thread. i have been using this command succesfully in the last few weeks (defun z/export-to-ics () (interactive) (rename-file (org-icalendar-export-to-ics) "/home/zeltak/org/files/export/kcal.ics") (message "exported to ics"))