[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-22 Thread Robert Pluim
Eli Zaretskii writes: >> From: npost...@users.sourceforge.net >> Cc: 23...@debbugs.gnu.org, nljlistb...@gmail.com, jwieg...@gmail.com, >> rpl...@gmail.com, monn...@iro.umontreal.ca, alex.ben...@linaro.org >> Date: Thu, 21 Jul 2016 21:08:43 -0400 >> >> I made the same

[O] Best practice for canceled/moved recurring events

2016-07-22 Thread SabreWolfy
I have a meeting at 09:00 every Monday: --8<---cut here---start->8--- * Diary ** TODO Weekly Meeting DEADLINE: <2016-07-18 Mon 09:00 +1w> --8<---cut here---end--->8--- What is the best way of dealing with scenarios where

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Adam Aviv
On Fri, Jul 22, 2016 at 10:17 AM, Eric S Fraga wrote: > > > If so, is there a way to make compilation backwards compatible. I have > > a lot of old org files that would be a pain to update. Further, all > > the documentation on the org site is also out of date. > > a simple

[O] Unable to resolve link: nil

2016-07-22 Thread Vikas Rawal
Working on long, complex documents, I sometimes have a wrongly pointed link. And when I try to export it, I get the error: "Unable to resolve link: nil”. Is there a straightforward way to find out which link is not resolving? Vikas

[O] two basic elisp questions

2016-07-22 Thread Matt Price
(1) can I interactively call an e lisp function like "org-set-property" and provide a single argument to it even if it expects 2, e.g.: (call-interactively 'org-set-protertyt (vector "GRADE" ))? (I don't seem to be able to pass ANY arguments via call-interactively so maybe I misunderstand

Re: [O] issues with duplicate ID's

2016-07-22 Thread Philip Hudson
On 22 July 2016 at 12:58, Xebar Saram wrote: > Hi all > > i have been having many warnings on Duplicate ID's past month and finally > have time/energy to ask about this ;-) > > so each time i start emacs or switch org buffers i get a ton of warnings on > Duplicate ID's: > ... >

[O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Adam Aviv
I just did an update to my org install, and when I recompiled my notes, I noticed that I was not getting literal exporting for things between a #+BEGIN_HTML and #+END_HTML tag, however #+HTML: prefix still exports properly. Am I to assume that #+BEGIN_HTML #+END_HTML will be completely replaced

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Charles C. Berry
On Fri, 22 Jul 2016, Adam Aviv wrote: On Fri, Jul 22, 2016 at 10:17 AM, Eric S Fraga wrote: If so, is there a way to make compilation backwards compatible. I have a lot of old org files that would be a pain to update. Further, all the documentation on the org site is

Re: [O] two basic elisp questions

2016-07-22 Thread Matt Price
On Fri, Jul 22, 2016 at 11:38 AM, Matt Price wrote: > > (2) Is it possible to set the default value for interactive file selection > to something OTHER than the currect directory of the current buffer? > Something like: > > (let > ((base-dir "./Assignment1/")) >

Re: [O] issues with duplicate ID's

2016-07-22 Thread Xebar Saram
thx it seems many of them are in the corresponding archive files. isnt that normal when you archive? best Z On Fri, Jul 22, 2016 at 6:20 PM, Philip Hudson wrote: > On 22 July 2016 at 12:58, Xebar Saram wrote: > > Hi all > > > > i have been having

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Robert Klein
Hi, On Fri, 22 Jul 2016 15:33:53 -0400 Adam Aviv wrote: > On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry > wrote: > > > It is updated. For example, see > > > > (info "(org) Special blocks") > > and > > (info "(org) results") > > > > and in

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Nick Dokos
Adam Aviv writes: > On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry wrote: > > It is updated. For example, see > >         (info "(org) Special blocks") > and >         (info "(org) results") > > and in ORG-NEWS. > > I see that

[O] automatically run code blocks when loading an org-mode document

2016-07-22 Thread grewil3 .
Hi! When I load the document below, I first need to manually evaluate the code block before I can use the links. I would like the code block to be automatically evaluated when I load the document, making the links usable at once. Is there some clever in-buffer-setting I can use, to specify that I

Re: [O] Unable to resolve link: nil

2016-07-22 Thread Nick Dokos
Michael Welle writes: > Hello, > > Vikas Rawal writes: > >> Working on long, complex documents, I sometimes have a wrongly pointed >> link. And when I try to export it, I get the error: "Unable to resolve >> link: nil”. Is there a

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Adam Aviv
On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry wrote: > It is updated. For example, see > > (info "(org) Special blocks") > and > (info "(org) results") > > and in ORG-NEWS. > I see that now, but the online documentation is still out dated:

Re: [O] Unable to resolve link: nil

2016-07-22 Thread Vikas Rawal
> > (untested) > > Does org-lint help? Oh wow! Thanks. Vikas

Re: [O] Unable to resolve link: nil

2016-07-22 Thread Vikas Rawal
> >> Working on long, complex documents, I sometimes have a wrongly pointed >> link. And when I try to export it, I get the error: "Unable to resolve >> link: nil”. Is there a straightforward way to find out which link is >> not resolving? > good question ;). I spent half an hour this week in a

[O] bug#23917: Re: bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-22 Thread N. Jackson
At 21:08 -0400 on Thursday 2016-07-21, npost...@users.sourceforge.net wrote: > I made the same adjustments to the saved sub_start and sub_end > variables, but I had a mistake in that adjustment which caused the false > positives. Fixed in the attached v2 patch. We could just drop the > check,

Re: [O] Unable to resolve link: nil

2016-07-22 Thread Vikas Rawal
> >> >> (untested) >> >> Does org-lint help? > > Oh wow! > org-lint helped identify several errors but this problem remains. Vikas

Re: [O] automatically run code blocks when loading an org-mode document

2016-07-22 Thread Nick Dokos
"grewil3 ." writes: > Hi! When I load the document below, I first need to manually evaluate the > code block before I can use > the links. I would like the code block to be automatically evaluated when I > load the document, making > the links usable at once. > > Is there

[O] [PATCH] Fix to allow ob-babel-shell-names to be customised.

2016-07-22 Thread Bernard Hurley
Hi all, At present customisation of the variable ob-babel-shell-names in ob-shell.el doesn't work properly. You can actually change its value and save the customisation, but the org-babel-execute: functions get created for the hard coded value of the variable not the customised value. The

Re: [O] two basic elisp questions

2016-07-22 Thread Matt Price
On Fri, Jul 22, 2016 at 1:54 PM, Michael Welle wrote: > Hello, > > Matt Price writes: > > > On Fri, Jul 22, 2016 at 11:38 AM, Matt Price wrote: > > > >> > >> (2) Is it possible to set the default value for interactive file > selection

Re: [O] automatically run code blocks when loading an org-mode document

2016-07-22 Thread grewil3 .
Sir, you are a great genius - many thanks! On Sat, Jul 23, 2016 at 12:11 AM, Nick Dokos wrote: > "grewil3 ." writes: > > > Hi! When I load the document below, I first need to manually evaluate > the code block before I can use > > the links. I would like the

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Eric S Fraga
On Friday, 22 Jul 2016 at 13:46, Adam Aviv wrote: > I just did an update to my org install, and when I recompiled my > notes, I noticed that I was not getting literal exporting for things > between a #+BEGIN_HTML and #+END_HTML tag, however #+HTML: prefix > still exports properly. > > Am I to

Re: [O] Tuning the layout of published html

2016-07-22 Thread Jarmo Hurri
Eric Abrahamsen writes: > Robert Klein writes: > >> Jarmo Hurri wrote: >> >>> More specifically, I would like to add, on all pages, a navigation bar >>> on the left-hand side and a title bar with no functionality on the top >>>

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-22 Thread Eli Zaretskii
> From: npost...@users.sourceforge.net > Cc: 23...@debbugs.gnu.org, nljlistb...@gmail.com, jwieg...@gmail.com, > rpl...@gmail.com, monn...@iro.umontreal.ca, alex.ben...@linaro.org > Date: Thu, 21 Jul 2016 21:08:43 -0400 > > I made the same adjustments to the saved sub_start and sub_end >

Re: [O] Tuning the layout of published html

2016-07-22 Thread Jarmo Hurri
Christian Moe writes: > Jarmo Hurri writes: > >>> and position the different parts as needed with CSS. >> >> This is where I don't know what exactly is going to happen. Org writes >> quite a bit of CSS in each exported HTML file. If I add in, say, a >> vertical navigation

Re: [O] Tuning the layout of published html

2016-07-22 Thread Eric Abrahamsen
Jarmo Hurri writes: > Eric Abrahamsen writes: > >> Robert Klein writes: >> >>> Jarmo Hurri wrote: >>> More specifically, I would like to add, on all pages, a navigation bar on the left-hand side and

Re: [O] citations not incoprporated from bib file when exporting from .org to pdflatex

2016-07-22 Thread timor
Hi, I am actually using the #+BIBLIOGRAPHY: functionality. I know that the functionality lies in ox-bibtex.el. I think a (require 'ox-bibtex) after loading org-mode did the trick. cheers, timor 2016-07-01 14:21 GMT+02:00 David Abernethy : > I eventually stumbled on

[O] issues with duplicate ID's

2016-07-22 Thread Xebar Saram
Hi all i have been having many warnings on Duplicate ID's past month and finally have time/energy to ask about this ;-) so each time i start emacs or switch org buffers i get a ton of warnings on Duplicate ID's: WARNING: 20 duplicate IDs found, check *Messages* buffer Duplicate ID

[O] Scaling HTML-exported SVG

2016-07-22 Thread Jarmo Hurri
Greetings. Does anyone have any idea of how to scale an SVG figure produced by Org (Asymptote)? The exported HTML is Sorry, your browser does not support SVG. and the SVG file begins with I have tried various approaches in my CSS, but nothing has worked so far. I have searched online,