Re: [O] prompt for deadline in capture template?

2015-10-24 Thread Christian Moe
Matt Lundin writes: >> Xebar Saram writes: >> >>> Hi guys >>> >>> i looked in the capture docu but couldn't seem to find it. anyone knows how >>> to prompt for deadline in capture template? > > If you want to do it more pragmatically, you could use something like > this (adjust the template as ne

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Puneeth Chaganti
Hi Rasmus, On Sun, Oct 25, 2015 at 7:54 AM, Puneeth Chaganti wrote: > >> However, your patch doesn’t work for me in the following example, starting >> from emacs -q, adding /tmp/test.org (with the below content) to my agenda >> list and requiring org-id, org-narrow-to-subtree on foo, and then >>

Re: [O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Warren Lynn
Hi Nicolas: Indeed mixed installation was the problem. I fixed that and it works now. Thanks for pointing it out! Warren On Sat, Oct 24, 2015 at 11:51 AM, Nicolas Goaziou wrote: > Hello, > > Warren Lynn writes: > > > Just get an error message: > > propertize: Symbol's function definition is v

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Puneeth Chaganti
Hi Rasmus, On Sat, Oct 24, 2015 at 5:57 PM, Rasmus wrote: > > However, you need to make sure that it only widens if ID is in the same > buffer and outside of the narrow. In particular, when ID is in another > file you shouldn’t widen. When it’s within the scope of the narrow it > shouldn’t wide

[O] Featur request org-table-iterate-table-subtree

2015-10-24 Thread Charles Millar
Please see the attached example. If I call org-table-iterate-buffer-tables, Summary1 and Summary2 both are calculated using the referenced tables in heading "first set of tables" and the tables in the second heading are disregarded. Without going into the details there are times when I use cer

Re: [O] Bug: horizontal lines in tables [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]

2015-10-24 Thread Guido Kraemer
Hi Nicolas, I thought that I read somewhere that more than 5 consecutive dashes plus a realign make a horizontal line, but it seems that I mixed that up with the markup part of the documentation. If you do |- TAB and the table does not have to be realigned, then the horizontal line will not

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Rasmus
John Kitchin writes: > I like the idea too. I worked out a partial solution for id links here: > http://kitchingroup.cheme.cmu.edu/blog/2015/10/24/Saving-the-current-restriction-and-restoring-it-while-following-links/ > using the idea for saving and restoring the restriction. Thanks, John. You

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread John Kitchin
I like the idea too. I worked out a partial solution for id links here: http://kitchingroup.cheme.cmu.edu/blog/2015/10/24/Saving-the-current-restriction-and-restoring-it-while-following-links/ using the idea for saving and restoring the restriction. John --- Profes

[O] [PATCH] Fix `org-capture-templates' type declaration

2015-10-24 Thread Grégoire Jadi
Hi, The attached patch fix the type declaration of org-capture-templates by allowing the user to use file, variable, function and sexp as target's file to match the documentation (org) Template elements > Most target specifications contain a file name. If that file name is the > empty string, it

Re: [O] Macro question

2015-10-24 Thread Eric S Fraga
On Saturday, 24 Oct 2015 at 13:37, Fabrice Popineau wrote: [...] > I find that using headers as in beamer is not pleasant (maybe that is just > me ?) Just to help you understand the positive aspect of headlines for structure in beamer, the use of headlines makes it incredibly easy to switch colu

Re: [O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Nicolas Goaziou
Hello, Warren Lynn writes: > Just get an error message: > propertize: Symbol's function definition is void: org-get-priority-face > > It used to work in 8.2.10 You may have a mixed installation. I do not see any error here. Regards, -- Nicolas Goaziou

Re: [O] Bug: horizontal lines in tables [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]

2015-10-24 Thread Nicolas Goaziou
Hello, Guido Kraemer writes: > Dear Emacs team, > > if I have a table with an empty line > > | row 1 | > | | > | row 3 | > > and want to insert a horizontal line I would expect the line to be > inserted adding some dashes and pressing TAB > > | row 1 | > | --- | > | row 3 |

[O] Bug: horizontal lines in tables [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]

2015-10-24 Thread Guido Kraemer
Dear Emacs team, if I have a table with an empty line | row 1 | | | | row 3 | and want to insert a horizontal line I would expect the line to be inserted adding some dashes and pressing TAB | row 1 | | --- | | row 3 | but the cursor simply switches to the next cell and the

[O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Warren Lynn
Just get an error message: propertize: Symbol's function definition is void: org-get-priority-face It used to work in 8.2.10

Re: [O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Warren Lynn
It seems many org-columns functions are broken. org-columns does not work either. On Fri, Oct 23, 2015 at 9:25 PM, Warren Lynn wrote: > Just get an error message: > propertize: Symbol's function definition is void: org-get-priority-face > > It used to work in 8.2.10 >

Re: [O] Can't email multipart/alternative anymore

2015-10-24 Thread Nicolas Goaziou
Peter Davis writes: > Possibly. I'm not sure how to determine that. FWIW, org-version tells > me 8.2.5g. I suggest to update Org and try again. Regards,

Re: [O] Can't email multipart/alternative anymore

2015-10-24 Thread Peter Davis
On 10/24/15 8:07 AM, Nicolas Goaziou wrote: Peter Davis writes: I replied earlier, but it doesn't seem to have shown up on the list yet. Explicitly loading ox-org *did* fix the problem for me, but I already have (require 'ox-org) in my .emacs file, so I'm not sure why that was ineffective.

Re: [O] feature request: easier style attributes

2015-10-24 Thread Matt Price
On Sat, Oct 24, 2015 at 8:30 AM, Rasmus wrote: > Matt Price writes: > > > On Sat, Oct 24, 2015 at 7:51 AM, Rasmus wrote: > > > >> Matt Price writes: > >> > >> > OK, one more, again a repeat of an old request. > >> > > >> > Pandoc Markdown has this incredibly easy way to specify html > attribut

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Rasmus
John Kitchin writes: > Maybe I am missing something here. I would expect org-id-goto to actually > get to the id entry when it is used independent of narrowing. When used in > a program, I would expect this behavior to be wrapped in save-restriction > type macros, so it wouldn't change your restr

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Rasmus
Hi Puneeth, First, I now think your suggestion (to widen) is consistent with the current behavior of Org. E.g. C-c C-o on a CUSTOM_IDs link will widen the buffer. Also, if ID is outside of the current file, it will follow the link. Second, I think the current behavior should be changed, but tha

Re: [O] feature request: best practices for speaker notes and incremental lists/elements

2015-10-24 Thread Matt Price
On Sat, Oct 24, 2015 at 7:54 AM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > Matt Price writes: > > > >> I think the two exporters should use the same syntax! I especially think > >> that any future exporters should use a single, unified syntax, and that > >> the older exporters sh

Re: [O] Can't email multipart/alternative anymore

2015-10-24 Thread Nicolas Goaziou
Peter Davis writes: > I replied earlier, but it doesn't seem to have shown up on the list > yet. Explicitly loading ox-org *did* fix the problem for me, but > I already have > > (require 'ox-org) > > in my .emacs file, so I'm not sure why that was ineffective. Note that I cannot reproduce the er

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Nicolas Goaziou
Hello, John Kitchin writes: > Maybe I am missing something here. I would expect org-id-goto to actually > get to the id entry when it is used independent of narrowing. When used in > a program, I would expect this behavior to be wrapped in save-restriction > type macros, so it wouldn't change yo

Re: [O] ox-md export title block

2015-10-24 Thread Rasmus
Matt Price writes: > OK, I've written a totally primitive ox-md-pandoc.e. For now it's up on > github, because it's veyr clumsy and doesn't support enough of the pandoc > syntax. I put it here: > > https://github.com/titaniumbones/org-md-pandoc > > I would love it if other people would help me

Re: [O] feature request: easier style attributes

2015-10-24 Thread Rasmus
Matt Price writes: > OK, one more, again a repeat of an old request. > > Pandoc Markdown has this incredibly easy way to specify html attributes ( > http://pandoc.org/README.html#header-identifiers): > > > # My Header {#myid .class1 .class2} > > > I find this much easier to read, write,

Re: [O] feature request: best practices for speaker notes and incremental lists/elements

2015-10-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Matt Price writes: > >> I think the two exporters should use the same syntax! I especially think >> that any future exporters should use a single, unified syntax, and that >> the older exporters should eventualyl be changed to support that new >> syntax. And finally, I

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Puneeth Chaganti
Hi John, On Sat, Oct 24, 2015 at 5:03 PM, John Kitchin wrote: > > Maybe I am missing something here. I would expect org-id-goto to actually > get to the id entry when it is used independent of narrowing. When used in a > program, I would expect this behavior to be wrapped in save-restriction type

Re: [O] feature request: best practices for speaker notes and incremental lists/elements

2015-10-24 Thread Rasmus
Matt Price writes: > I think the two exporters should use the same syntax! I especially think > that any future exporters should use a single, unified syntax, and that > the older exporters should eventualyl be changed to support that new > syntax. And finally, I think the new syntax should be a

Re: [O] Macro question

2015-10-24 Thread Nicolas Goaziou
Fabrice Popineau writes: > Ok for a new line, but I was looking for a way to get 2 columns on a slide, > independently of the backend, beamer or reveal. > > One easy way would have been to write : > > {{{beginColumns}}} > > {{{nextColumn}}} > > {{{endColumns}}} > > I find that using headers as in

Re: [O] Macro question

2015-10-24 Thread Fabrice Popineau
> > > I don't get it. > > What about simply writing > > Some other text. > \\ > > ? > > Ok for a new line, but I was looking for a way to get 2 columns on a slide, independently of the backend, beamer or reveal. One easy way would have been to write : {{{beginColumns}}} {{{nextColumn}}} {{{

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread John Kitchin
> > > >> On Fri, Oct 23, 2015 at 8:57 PM, Rasmus wrote: > >>> It's not obvious that org should change a—potentially—carefully > selected > >>> narrowed region. > >> > >> I agree. But, am I not explicitly asking to jump to the specified > >> item. I don't mind the widening, at least when the call i

Re: [O] BUG in org-lint and tangle

2015-10-24 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> The following R file causes an crash of the org-lint function and of >> tangling - >> backtrace attached. The problem seems to be the missing specification of >> :exports. >> >> >> * Test #+begin_src R :exports #+end_src > > Fixed.

Re: [O] Suggestion org-lint - Duplicate NAME

2015-10-24 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> I have a long org document in which I copied around some analysis blocks >> to do the same analysis (and format of results) for different simulation >> parameter combinations. >> >> But sometimes I forget to change the #+NAME: prope

Re: [O] Macro question

2015-10-24 Thread Nicolas Goaziou
Fabrice Popineau writes: > Well, thinking about it, "raw inline html" needs to be clarified for > me, because even a mere : > > @@html:@@ > > is surrounded by a paragraph. > > My point is that what can be achieved by macros depends on the backend, > which defeats part of the purpose of having a h

Re: [O] Suggestion org-lint - Duplicate NAME

2015-10-24 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > I have a long org document in which I copied around some analysis blocks > to do the same analysis (and format of results) for different simulation > parameter combinations. > > But sometimes I forget to change the #+NAME: properties. > > org-lint is a gret help in

Re: [O] Macro question

2015-10-24 Thread Fabrice Popineau
2015-10-24 0:18 GMT+02:00 Nicolas Goaziou : > Fabrice Popineau writes: > > > I agree that raw html can be output by macros, but it can easily break > > too. > > I think you are missing the "inline part". You cannot use macros to > generate, or even replace a block element in HTML (e.g., a paragra

Re: [O] BUG in org-lint and tangle

2015-10-24 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > The following R file causes an crash of the org-lint function and of > tangling - > backtrace attached. The problem seems to be the missing specification of > :exports. > > > * Test #+begin_src R :exports #+end_src Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] A recent mobile org change causing sync issues

2015-10-24 Thread Nicolas Goaziou
Steve Harman writes: > Thanks Nicolas, > > I am not able to post the diff due to the personal nature of the data. > However, I can say that with the commit, the tags in the #+TAGS line is > missing. Also, a link to one of the org files is missing. Note that the commit alters neither TAGS lines n

[O] Org-mode reinvented?

2015-10-24 Thread Marcin Borkowski
Hi all, I've just stumbled over this: https://gingkoapp.com/ . From a cursory glance it seems like a web-based, proprietary, simplified version of Org-mode for non-geeks. Not that I'm inclined to try it out - I've got Org - but maybe someone would find it interesting/inspiring. Disclosure: I am