Re: [O] Displaying time (not just date) in timeline?

2015-05-20 Thread Nick Dokos
Jonathan Coupe writes: > Is this possible? If so, could someone explain how? It seems an odd > thing for a timeline not to be able to show time, but I've searched > the manual and the net and can't find anything. (It might be worth > adding a note to the manual that timeline can only show date,

[O] Displaying time (not just date) in timeline?

2015-05-20 Thread Jonathan Coupe
Is this possible? If so, could someone explain how? It seems an odd thing for a timeline not to be able to show time, but I've searched the manual and the net and can't find anything. (It might be worth adding a note to the manual that timeline can only show date, not times, if this is the case?)

Re: [O] use of 'system in ox-odt.el

2015-05-20 Thread Matt Price
On May 20, 2015 1:43 PM, "Suvayu Ali" wrote: > > On Wed, May 20, 2015 at 01:21:34PM +0200, Rasmus wrote: > > Suvayu Ali writes: > > > > > On Wed, May 20, 2015 at 11:50:03AM +0200, Rasmus wrote: > > >> Suvayu Ali writes: > > >> > > > > > >> > Do you have a mailcap which says otherwise? That's wh

Re: [O] A Microsoftesque detail in org

2015-05-20 Thread Rasmus
Rasmus writes: > The attached patch re-enables breaks in region four of > org-complex-heading-regexp, i.e. from the cookie up to tags. A quick test > suggests it works nicely. Pushed. Let me know if it's worse than before. Rasmus -- Need more coffee. . .

Re: [O] [patch] org-delete-indentation

2015-05-20 Thread Rasmus
Rasmus writes: > Nicolas Goaziou writes: > >> Also, shouldn't the final (delete-indentation ARG) be in the "else" part >> of the `if'? > > It was, at least on my disk. I did not check the patch. > >>> +(ert-deftest test-org-delete-indentation () >>> + "Test M-^ (`org-delete-indentation') speci

[O] How to elegantly and effectively quote org fragments?

2015-05-20 Thread Alain . Cochard
Hello. So far, the main motivation for me is to be able to insert into an org file some org fragments found on the Internet, without their interacting with the org file. Sorry if these are easy questions -- I did spend time with the manual, the FAQ, the list archive, and the web. The best I fou

Re: [O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-20 Thread Nicolas Goaziou
Hello, Bjarte Johansen writes: > Fix a problem where a source block would return nil if the result was > cached and it was indented. Thank you. Some comments follow. > * lisp/ob-core.el (org-babel-execute-src-block): Move point to the the > first character of the result instead of the beginn

Re: [O] [RFC] Org linting library

2015-05-20 Thread Nicolas Goaziou
Rainer M Krug writes: > There is an example where I get the error: > > * Fitting the kernel to the data > The parameter which will be fitted can be found in Table [[tab:fitInitial]] > > #+CAPTION: Variables used for the initial fit of the wind profile using the > function and the initial values.

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Envoyé de mon iPhone > Le 20 mai 2015 à 22:42, Andreas Leha a > écrit : > > Hi Rainer, > > Rainer M Krug writes: >> Rainer M Krug writes: >> >>> Rainer M Krug writes: >>> Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Nicolas Goaziou writes

Re: [O] position figures side by side in PDF output

2015-05-20 Thread Andreas Leha
Hi Zhihao, Rasmus writes: > Hi Zhihao, > > Zhihao Ding writes: > >> Could anyone give me some advice on how to position figures side by side in >> PDF output? >> I am trying to write a report, while my figures were all originally produced >> individually. I’d like >> to put them, mostly two,

Re: [O] How to create synopsis output of versioned text?

2015-05-20 Thread Martin Weigele
Thanks Ken, your wording "side-by-side-options" helped me now tracking down emacs "ediff" (M-x ediff-files). But this probably won't do the trick of side- by-side output other than on screen. Am Mittwoch, 20. Mai 2015, 16:21:55 schrieben Sie: > I use 'latexdiff' for this, but it does not have a s

Re: [O] [RFC] Org linting library

2015-05-20 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Rainer M Krug writes: > >> Rainer M Krug writes: >> >>> Andreas Leha writes: >>> Hi Rainer, Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> The following library implements linting for Org syntax. The sol

Re: [O] How to create synopsis output of versioned text?

2015-05-20 Thread Ken Mankoff
I use 'latexdiff' for this, but it does not have a side-by-side option. -k. On 2015-05-20 at 14:13, Martin Weigele wrote: > When dealing with different versions of text, e.g. old and new (law) code, it > is sometimes nice to be able to create a synopsis of the versions of the text > in tabu

[O] Solution for changing background images with Beamer export

2015-05-20 Thread Fred
Hello, I make a lot of presentations using Org Mode exporting to Beamer. One issue that came up is using transparent background images, or rather, changing background images during the presentation. That is, you want to do something like this: (background image image1.jpg) slide1 slide2 (backgr

[O] Exporting custom dynamic blocks

2015-05-20 Thread Bernhard Schmitz
Hi, What is the canonical way of exporting custom dynamic blocks? Is there a mechanism similar to org-dblock-write: only for exporting dblocks? I cannot find any documentation on this. To give a little background to my question: I am currently writing a conversion from deadlines/schedules/effo

[O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-20 Thread Bjarte Johansen
Fix a problem where a source block would return nil if the result was cached and it was indented. * lisp/ob-core.el (org-babel-execute-src-block): Move point to the the first character of the result instead of the beginning of the line. * testing/lisp/test-ob.el (test-org-babel/indented-cache

[O] How to create synopsis output of versioned text?

2015-05-20 Thread Martin Weigele
When dealing with different versions of text, e.g. old and new (law) code, it is sometimes nice to be able to create a synopsis of the versions of the text in tabular form. Any suggestions how to do this in emacs orgmode? Yes I know you can manually do tables, and you could call unix diff, but

Re: [O] use of 'system in ox-odt.el

2015-05-20 Thread Suvayu Ali
On Wed, May 20, 2015 at 01:21:34PM +0200, Rasmus wrote: > Suvayu Ali writes: > > > On Wed, May 20, 2015 at 11:50:03AM +0200, Rasmus wrote: > >> Suvayu Ali writes: > >> > > > >> > Do you have a mailcap which says otherwise? That's what I would suspect > >> > given the doc string for org-file-ap

Re: [O] position figures side by side in PDF output

2015-05-20 Thread Rasmus
Hi Zhihao, Zhihao Ding writes: > Could anyone give me some advice on how to position figures side by side in > PDF output? > I am trying to write a report, while my figures were all originally produced > individually. I’d like > to put them, mostly two, sometimes three, side by side sharing

[O] position figures side by side in PDF output

2015-05-20 Thread Zhihao Ding
Hi there, Could anyone give me some advice on how to position figures side by side in PDF output? I am trying to write a report, while my figures were all originally produced individually. I’d like to put them, mostly two, sometimes three, side by side sharing a same caption and label. Belo

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Rainer M Krug writes: > Rainer M Krug writes: > >> Andreas Leha writes: >> >>> Hi Rainer, >>> >>> Rainer M Krug writes: Nicolas Goaziou writes: > Hello, > > The following library implements linting for Org syntax. The sole public > function is `org-lint', which see.

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Rainer M Krug writes: > Andreas Leha writes: > >> Hi Rainer, >> >> Rainer M Krug writes: >>> Nicolas Goaziou writes: >>> Hello, The following library implements linting for Org syntax. The sole public function is `org-lint', which see. Internally, the library defi

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> The following library implements linting for Org syntax. The sole public >>> function is `org-lint', which see. >>> >>> Internally, the library defines a new structure: `org-lint-checker

[O] [bug] Error evaluating table expression with relative references

2015-05-20 Thread Eric S Fraga
Hello, I seem to have encountered a bug in table spreadsheet evaluations. See this example: #+begin_src org ,* Table evaluation with relative references | 1 | 2 | 3 | 6 | | 1 | 2 | 3 | #ERROR | ,#+TBLFM: @1$4=vsum($1..$3)::@2$4=vsum($1..$-1) #+end_src As far as I can tell, the two

Re: [O] Incomplete org-plus-contrib

2015-05-20 Thread Marco Wahl
Rasmus writes: >> IIUC org-eww is missing because it is not included in branch 'maint'. >> Possibly it is a good idea to put org-eww there. > > In the lisp folder, maint is typically for bug fixes. I guess for contrib > it's more flexible. So would you recommend to copy org-eww to branch maint.

Re: [O] use of 'system in ox-odt.el

2015-05-20 Thread Rasmus
Suvayu Ali writes: > On Wed, May 20, 2015 at 11:50:03AM +0200, Rasmus wrote: >> Suvayu Ali writes: >> > >> > Do you have a mailcap which says otherwise? That's what I would suspect >> > given the doc string for org-file-apps and the default value of >> > org-file-apps-defaults-gnu on my system

Re: [O] use of 'system in ox-odt.el

2015-05-20 Thread Suvayu Ali
On Wed, May 20, 2015 at 11:50:03AM +0200, Rasmus wrote: > Suvayu Ali writes: > > > Do you have a mailcap which says otherwise? That's what I would suspect > > given the doc string for org-file-apps and the default value of > > org-file-apps-defaults-gnu on my system. > > I have this in my mailc

Re: [O] How to export to pdf and link to other pdf-files?

2015-05-20 Thread Suvayu Ali
On Wed, May 20, 2015 at 11:43:13AM +0200, Rasmus wrote: > Dov Grobgeld writes: > > > What do I need to do to inhibit the inclusion of pdf files as graphics > > files, when exporting an org file to pdf? > > > > Ideally I would like to have links to referenced pdf files and not have > > them treate

Re: [O] use of 'system in ox-odt.el

2015-05-20 Thread Rasmus
Suvayu Ali writes: > Do you have a mailcap which says otherwise? That's what I would suspect > given the doc string for org-file-apps and the default value of > org-file-apps-defaults-gnu on my system. I have this in my mailcap application/msword; antiword %s; application/

Re: [O] How to export to pdf and link to other pdf-files?

2015-05-20 Thread Rasmus
Dov Grobgeld writes: > What do I need to do to inhibit the inclusion of pdf files as graphics > files, when exporting an org file to pdf? > > Ideally I would like to have links to referenced pdf files and not have > them treated as embedded graphics. A very quick look suggests it's hardcoded in

Re: [O] Incomplete org-plus-contrib

2015-05-20 Thread Rasmus
Marco Wahl writes: > IIUC org-eww is missing because it is not included in branch 'maint'. > Possibly it is a good idea to put org-eww there. In the lisp folder, maint is typically for bug fixes. I guess for contrib it's more flexible. —Rasmus -- ⠠⠵

Re: [O] [bug] TODO [/] cookie not updating if list has inline task

2015-05-20 Thread e.fraga
Hello again, coming back to my original problem: is there a consensus on how inline tasks should be treated within lists? Inline means to me that they should not break up a list... but I would like this resolved if possible. For the moment, Rasmus's patch works for me... Thanks, eric -- : Eri

Re: [O] Incomplete org-plus-contrib

2015-05-20 Thread Marco Wahl
Hi! Kaushal writes: > I was following the installation instructions on http://orgmode.org/elpa.html > > because I wanted to have the org and the contrib packages installed via the > emacs package manager. > > I installed the org-plus-contrib "package" from the package manager as > per the instr