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

2016-09-11 Thread Richard Kim
I added the following elisp code at the start of my ~/.emacs to deal with this problem. My analysis of the problem is described in the comments. In short the root cause seems to be loading built-in org.el during initialization rather than org.el from either org-plus-contrib or org add-on

Re: [O] convert MS power point to org mode?

2016-09-11 Thread Rainer M Krug
Le dimanche 11 septembre 2016, Xebar Saram a écrit : > hi all > > anyone have any experience with converting M$ power point to org mode? > > If I remember correctly, you can export to word, which should give you the text and possibly pictures (?). Haven't tried it, though.

[O] using rgrep, ag, etc in folded org files?

2016-09-11 Thread joakim
Hello, I would like to use ag search, or rgrep etc, to jump to matches in my org files, and have the matched lines tree be unfolded. - isearch works in a folded orgfile - jumping with occur in a folded file works - rgrep, ag, etc doesnt unfold the tree where the match is I found this 6 year

[O] convert MS power point to org mode?

2016-09-11 Thread Xebar Saram
hi all anyone have any experience with converting M$ power point to org mode? i have a bunch of courses i teach with presentations in ppt from a few years ago and since i now use org-reveal would love to have a quick(ish) way to convert them to org best Z

Re: [O] Calc: Multiply time (hours) with a float

2016-09-11 Thread Michael Welle
Hello, Karl Voit writes: > * Karl Voit wrote: >> Hi! >> >> I do have following situation: I'd like to multiply a float with hours >> which results in an error, obviously. However, I was not able to find >> out how to do it. >> >> Minimal example with

Re: [O] Calc: Multiply time (hours) with a float

2016-09-11 Thread Karl Voit
* Karl Voit wrote: > Hi! > > I do have following situation: I'd like to multiply a float with hours > which results in an error, obviously. However, I was not able to find > out how to do it. > > Minimal example with expected product: > > | time [h:m:s] | value | h *

Re: [O] option for specific setupfile file or export option in org-publish-project-alist?

2016-09-11 Thread Xebar Saram
thx! the :exclude-tags '("note" "noexport") fixed the export and it works great now "...You can remove them with a hook, or a parse tree filter." can you perhaps show an example for that or point me to some documentation on that? im VERY bad at coding :) thx so much again, really appreciate

Re: [O] option for specific setupfile file or export option in org-publish-project-alist?

2016-09-11 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > also related can one define specific header names to exclude in export (not > using tags but just a header name) > so ie, i would instead of tagging all headers named "Homework" one by one, > i would just add a line in the export options saying

Re: [O] option for specific setupfile file or export option in org-publish-project-alist?

2016-09-11 Thread Nicolas Goaziou
Xebar Saram writes: > thx Nicolas, appriciate the answer. > > i dont think its working for me but i may be missing the correct syntax > > this is how it currently looks > > ("r.base.full" > :base-directory "/home/zeltak/org/files/Uni/Courses/R/" >

Re: [O] option for specific setupfile file or export option in org-publish-project-alist?

2016-09-11 Thread Xebar Saram
also related can one define specific header names to exclude in export (not using tags but just a header name) so ie, i would instead of tagging all headers named "Homework" one by one, i would just add a line in the export options saying exclude any header named "Homework" thx! Z On Sun, Sep

Re: [O] option for specific setupfile file or export option in org-publish-project-alist?

2016-09-11 Thread Xebar Saram
thx Nicolas, appriciate the answer. i dont think its working for me but i may be missing the correct syntax this is how it currently looks ("r.base.full" :base-directory "/home/zeltak/org/files/Uni/Courses/R/" :base-extension "org"