[O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread H. Dieter Wilhelm
Hello Org, for some engineering most often I need estimations with unit conversions, Emacs Calc is perfect for this. When it comes to reporting and documentation I'd like to do it with org-mode, of course. For numerical stuff and visualisation purposes I'm using already R and TikZ. But for unit

Re: [O] Getting lots of Emacs crashes

2014-09-03 Thread Thorsten Jolitz
Noah Slater writes: Hello, > I'm getting a lot of Emacs crashes recently using Org. Is there any > way I can help to debug why this is happening? I managed to crash Emacs yesterday too, refiling an Org task. I was pointed to this url with a recipe to extract usefull information from the backtra

Re: [O] [Babel] Source block highlighting in Beamer ...

2014-09-03 Thread Alan Schmitt
On 2014-09-02 20:19, aditya siram writes: > Hi all, > How do I get code on my beamer slides to print with color and > highlighting? I'm doing the standard: > > #+BEGIN_SRC blah > > #+END_SRC > > but all my source blocks come out the same. First have a look at the generated tex: what environ

Re: [O] Normalizing tags

2014-09-03 Thread Christian Moe
Brett Witty writes: > Hi, > > Has anyone made a module to normalize tags across your entire setup? Not that I know of. > That is if you have "Blog" and "blog" as tags, then you fix it as one > or the other, or "hint" and "tip" tags being collapsed. > > If not, would people be interested in that

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread Alan Schmitt
On 2014-09-03 08:54, die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > But what is missing is to assign variables within a source block > > > #+BEGIN_SRC calc :var L1 = "5 mm" > L2 := cvun( L1, m) > #+END_SRC > > > Unfortunately this is not working. Do you have

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt writes: Hello, > I very often use the org speed command 'g' to navigate to a headline > (it opens a completion buffer that I can use to quickly fuzzy match the > target). Is there an equivalent navi workflow for non-org buffer in > outshine mode? Hmm... which command do you mean? I

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread Eric Abrahamsen
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > Hello Org, > > for some engineering most often I need estimations with unit > conversions, Emacs Calc is perfect for this. > > When it comes to reporting and documentation I'd like to do it with > org-mode, of course. For numerical stuff a

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
On 2014-09-03 09:18, Thorsten Jolitz writes: > Alan Schmitt writes: > > Hello, > >> I very often use the org speed command 'g' to navigate to a headline >> (it opens a completion buffer that I can use to quickly fuzzy match the >> target). Is there an equivalent navi workflow for non-org buffer

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Alan Schmitt writes: > > Hello, > >> I very often use the org speed command 'g' to navigate to a headline >> (it opens a completion buffer that I can use to quickly fuzzy match the >> target). Is there an equivalent navi workflow for non-org buffer in >> outshine mode?

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt writes: > On 2014-09-03 09:18, Thorsten Jolitz writes: > >> Alan Schmitt writes: >> >> Hello, >> >>> I very often use the org speed command 'g' to navigate to a headline >>> (it opens a completion buffer that I can use to quickly fuzzy match the >>> target). Is there an equivalent

Re: [O] Command to open up any agenda file?

2014-09-03 Thread Eric S Fraga
On Monday, 1 Sep 2014 at 22:11, Thorsten Jolitz wrote: [...] > don't know if this exists in Org, but defining you agenda-files as a > project you might be able to use projectile: Thorsten, Thanks for the heads up on projectile. I'd forgotten about this package. I've now installed it and it's

Re: [O] Moving my init.el to Org

2014-09-03 Thread Oleh
>> I'm using a one .el file per mode approach, with around 4000 lines >> split into 40 files. >> >> This approach simplifies things a lot: for instance I haven't touched >> Javascript in ages, but all my customizations for it are sitting in >> javascript.el without getting in the way of the stuff t

Re: [O] Moving my init.el to Org

2014-09-03 Thread Rainer M Krug
Oleh writes: >>> I'm using a one .el file per mode approach, with around 4000 lines >>> split into 40 files. >>> >>> This approach simplifies things a lot: for instance I haven't touched >>> Javascript in ages, but all my customizations for it are sitting in >>> javascript.el without getting in t

[O] Format output of org-babel-tangle for exported file

2014-09-03 Thread Rainer M Krug
Hi I am calling (org-bable-tangle) in a code block in an org file and I would show the files resulting from the tangling in a nice format. But I do not manage. I have the following at the moment: --8<---cut here---start->8--- #+begin_src emacs-lisp (replace-r

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread Brett Viren
Hi, die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > But what is missing is to assign variables within a source block > > #+BEGIN_SRC calc :var L1 = "5 mm" > L2 := cvun( L1, m) > #+END_SRC > > Unfortunately this is not working. Do you have an idea how to > i

Re: [O] Format output of org-babel-tangle for exported file

2014-09-03 Thread Rainer M Krug
Some further information, as I just realized that it is not working: In the message buffer I get the following output: , | executing Emacs-Lisp code block... | Saving file /Users/rainerkrug/Documents/Projects/IFN/ProductivityMixedStands/prodMixStands.org... | Wrote /Users/rainerkrug/Document

[O] Bug: (org-babel-result-names) should not return nil [8.2.7c (8.2.7c-1-gf5065b-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140804/)]

2014-09-03 Thread Andrea Rossetti
Hello everyone, if I create this org example: #+NAME: blah #+BEGIN_SRC emacs-lisp :exports results (+ 2 3) #+END_SRC #+RESULTS: blah : 5 I can't execute the command M-x org-babel-goto-named-result RET blah RET because "blah" is not listed in the available choices. The problem se

Re: [O] Getting lots of Emacs crashes

2014-09-03 Thread Doug Lewan
> -Original Message- > Behalf Of Noah Slater > Sent: Monday, 2014 September 01 16:06 > To: emacs-orgmode > Subject: [O] Getting lots of Emacs crashes > > Hello, > > I'm getting a lot of Emacs crashes recently using Org. Is there any > way I can help to debug why this is happening? Noah,

Re: [O] Format output of org-babel-tangle for exported file

2014-09-03 Thread Charles Berry
Rainer M Krug krugs.de> writes: > > Hi > > I am calling (org-bable-tangle) in a code block in an org file and I > would show the files resulting from the tangling in a nice format. > > But I do not manage. I have the following at the moment: > > --8<---cut here---start

[O] Custom formatting during export

2014-09-03 Thread Gabe Becker
orgmode developers and power-users, I'd like to be able to declare custom entities (apologies if I'm using that term incorrectly) within the text of an orgmode document which I can specify custom formatting for when my .org is exported, e.g. to PDF or HTML. I have a background in Docbook, so the

Re: [O] Custom formatting during export

2014-09-03 Thread Thorsten Jolitz
Gabe Becker writes: > orgmode developers and power-users, > > I'd like to be able to declare custom entities (apologies if I'm using > that term incorrectly) within the text of an orgmode document which I > can specify custom formatting for when my .org is exported, e.g. to > PDF or HTML. > > I h

[O] Tangling from code block and header arguments WAS: Format output of org-babel-tangle for exported file

2014-09-03 Thread Rainer M Krug
Charles Berry writes: > Rainer M Krug krugs.de> writes: > >> >> Hi >> >> I am calling (org-bable-tangle) in a code block in an org file and I >> would show the files resulting from the tangling in a nice format. >> >> But I do not manage. I have the following at the moment: >> >> --8<---

[O] Newlines in capture templates

2014-09-03 Thread Carlos Pita
Hi all, I would like to separate the items in my capture files by a number of newlines, as in: ** item 1 content 1 ** item 2 content 2 ** item 3 content 3 instead of: ** item 1 content 1 ** item 2

[O] graphics for html and latex / pdf export?

2014-09-03 Thread Rainer M Krug
Hi I know this has been asked before, but I can't find it... I would like to export a document which contains graphs generated in R as html as well as latex / pdf. For LaTeX, I use output format pdf, d=which does not work as inline picture for html export. How can I automate the process, that all

Re: [O] Custom formatting during export

2014-09-03 Thread Richard Lawrence
Hi Gabe, Gabe Becker writes: > * section title > > Here is some text, but I want [specialthing: this bit here] to be formatted > differently than [newanddifferent: this other big over here]. > > > Where I would have defined specific custom formatting rules for > "specialthing" and "newanddiffere

Re: [O] Custom formatting during export

2014-09-03 Thread Julian Gehring
Hi Gabe, Macro replacements [[http://orgmode.org/manual/Macro-replacement.html]] should be what you are looking for. For example, the macro #+MACRO: pkg $1 would be called by {{{pkg(PkgName)}}} You can also use this to format your input for one or multiple backends #+MACRO: M

Re: [O] Custom formatting during export

2014-09-03 Thread Thomas S. Dye
Aloha Gabe, Gabe Becker writes: > orgmode developers and power-users, > > I'd like to be able to declare custom entities (apologies if I'm using that > term incorrectly) within the text of an orgmode document which I can > specify custom formatting for when my .org is exported, e.g. to PDF or HT

Re: [O] Tangling from code block and header arguments WAS: Format output of org-babel-tangle for exported file

2014-09-03 Thread Charles C. Berry
On Wed, 3 Sep 2014, Rainer M Krug wrote: Charles Berry writes: Rainer M Krug krugs.de> writes: Hi I am calling (org-bable-tangle) in a code block in an org file and I would show the files resulting from the tangling in a nice format. [original question nd answer deleted] Thanks - t

[O] Typo in org guide

2014-09-03 Thread Alexis Roda
Hi all, the org guide "Release 8.2.7c" says in page 32, "12.1 Export options": The whole set of lines can be inserted into the buffer with C-c C-e t. It should say: The whole set of lines can be inserted into the buffer with C-c C-e #. Regards

Re: [O] graphics for html and latex / pdf export?

2014-09-03 Thread Aaron Ecay
Hi Rainer, One option is to use svg graphics, which are supported in latex (via the svg package from CTAN) and in HTML (on almost all modern browsers: ). The svg latex package supports compiling with pdflatex out of the box and lualatex with a little hackery; xelatex

[O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Erik Hetzner
Hi, Highlighting of TODO keywords for headings with properties in my org files seems to have broken since I upgraded to org 20140901 (via org mode ELPA). Rolling back to 20140825 fixes the problem. Here is a sample file I tested after loading the new org-mode using emacs -Q: * TODO foo :PROPERT

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Nicolas Goaziou
Hello, Erik Hetzner writes: > Highlighting of TODO keywords for headings with properties in my org > files seems to have broken since I upgraded to org 20140901 (via org > mode ELPA). Rolling back to 20140825 fixes the problem. Here is a > sample file I tested after loading the new org-mode usin

Re: [O] Typo in org guide

2014-09-03 Thread Nicolas Goaziou
Hello, Alexis Roda writes: > the org guide "Release 8.2.7c" says in page 32, "12.1 Export options": > > The whole set of lines can be inserted into the buffer with C-c C-e t. > > It should say: > > The whole set of lines can be inserted into the buffer with C-c C-e #. Fixed. Thank you. Re

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
> I just tried it out - this > > , > | g (org-refile t) > ` > > works in Outshine like in Org when using the tj-outshine branch from the > github repo, assuming you have > > , > | (setq outshine-use-speed-commands t) > ` > > in you init file. Ah, good to know. > All 3 libs (out

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
On 2014-09-03 10:28, Thorsten Jolitz writes: > ok, it seems 'outshine-refile does works, but I'm not sufficiently used > to it - it actually refiles the outshine headers I'm on, but that seems > to be a configuration thing. Oops, I should have read this first. > to match you use case, but I th

Re: [O] [PATCH] make orgtbl-ascii-plot easier to install

2014-09-03 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Here is a patch for the info doc. > I added a few lines in the Org-Plot page. It looks good but I realized (a bit late) we cannot use "C-c p" as it is reserved to users, as any "C-c LETTER" combination. Regards, -- Nicolas Goaziou

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt writes: >> Maybe you could switch to the git-versions? > > OK, I gave it a try, and I'm now using them. Thanks, that make things easier. > I can already report that the 'g' speed command does not work as > expected. It seems to work (it brings up a list of possible targets), > but

Re: [O] Newlines in capture templates

2014-09-03 Thread Carlos Pita
Well, I've figured it out myself, it wasn't that hard. Here it is in case someone else comes here looking for an answer in the future: C-h v org-capture-templates: [...] :empty-linesSet this to the number of lines the should be inserted before and after the new item

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
Hello, I experienced the same problem. Has the fix been applied to org in ELPA? It was not clear from my reading of earlier emails on this topic if the fix had been applied there or elsewhere. Thanks, Will On Wed, Sep 3, 2014 at 12:58 PM, Nicolas Goaziou wrote: > Hello, > > Erik Hetzner wr

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Nicolas Goaziou
Hello, wtm writes: > I experienced the same problem. Has the fix been applied to org in ELPA? > It was not clear from my reading of earlier emails on this topic if the fix > had been applied there or elsewhere. I applied it on maint, so it should go to ELPA soon. When applied, `org-property-r

Re: [O] A key-binding for plotting

2014-09-03 Thread Thierry Banel
Le 03/09/2014 20:22, Nicolas Goaziou a écrit : > Hello, > > Thierry Banel writes: > >> Here is a patch for the info doc. >> I added a few lines in the Org-Plot page. > It looks good but I realized (a bit late) we cannot use "C-c p" as it is > reserved to users, as any "C-c LETTER" combination. > >

[O] bug#18401: 24.4.50; emerge-files fails for org files

2014-09-03 Thread Glenn Morris
Detlev Zundel wrote: > org-overview: `recenter'ing a window that does not display current-buffer. This was apparently fixed in the Org repository months ago, but still not in the Emacs one. Ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17724#26 (We now have 4 separate Emacs reports for this

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
Thanks, Nicolas. ELPA seems to update every seven days and the last update appears to have been on Monday, September 1st. Hopefully, it will be incorporated by 9/08! On Wed, Sep 3, 2014 at 2:46 PM, Nicolas Goaziou wrote: > Hello, > > wtm writes: > > > I experienced the same problem. Has the

Re: [O] Please help with a filter

2014-09-03 Thread Rafael
Charles Berry writes: > Rafael gmail.com> writes: > >> I want that the result of exporting to markdown the following two blocks >> be identical: > > > You probably want a derived backend taking 'md as the parent. Yes, that's what I feared.. :) I thought I could delay creating a derived backend

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Bruno Bigras
It would be nice if the ELPA package could be updated faster than that in cases like this. I guess a couple of people must now have a broken org-mode unless they switched to git like I did. 2014-09-03 17:16 GMT-04:00 wtm : > Thanks, Nicolas. ELPA seems to update every seven days and the last upda

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Trevor Murphy
Bruno Bigras writes: It would be nice if the ELPA package could be updated faster than that in cases like this. I guess a couple of people must now have a broken org-mode unless they switched to git like I did. Chiming in with an alternative that I was pleased to discover - https://elpa.g

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
Trevor, Thanks so much for mentioning this. I considered using these to roll back to 8/25 but I wasn't sure how much performance I would lose if I used the .el files instead of the compiled .elc versions. Or perhaps my assumption is incorrect? Is it ok to just byte-compile all of the .el files