[O] refile fails to refile to same name headline

2015-01-07 Thread Samuel Wales
hi all, i have this for refile targets: `( (org-agenda-files :tag . "refile") ((,(substitute-in-file-name "$dorg/blog.org")) . (:level . 1)) ) i have e.g. * try this * try this :refile: when i try to refile the first to the second, it does not show a

Re: [O] Redacting text in HTML export

2015-01-07 Thread Nick Dokos
Peter Davis writes: > Is there any way to completely redact text in HTML export, so it just > looks like black boxes? > Does http://davidwalsh.name/redacted-font help? -- Nick

[O] Redacting text in HTML export

2015-01-07 Thread Peter Davis
Is there any way to completely redact text in HTML export, so it just looks like black boxes? Thank you. -pd

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Michael Strey
On Mi, 2015-01-07, Eric S Fraga wrote: > On Wednesday, 7 Jan 2015 at 18:23, Michael Strey wrote: >> Try to write 'myproperty' in capital letters as 'MYPROPERTY'. > > Thanks for the suggestion. I am not sure if properties are case > sensitive or not. I have always used lower case for many of m

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Sebastien Vauban
Eric S Fraga wrote: > On Wednesday, 7 Jan 2015 at 18:23, Michael Strey wrote: >> Try to write 'myproperty' in capital letters as 'MYPROPERTY'. > > Thanks for the suggestion. I am not sure if properties are case > sensitive or not. I have always used lower case for many of my > properties and t

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Eric S Fraga
On Wednesday, 7 Jan 2015 at 18:13, Nicolas Goaziou wrote: [...] > This should be fixed. Thank you for reporting it. Excellent! Works perfectly now. Many thanks. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-703-gef523b.dirty

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Eric S Fraga
On Wednesday, 7 Jan 2015 at 18:23, Michael Strey wrote: > Try to write 'myproperty' in capital letters as 'MYPROPERTY'. Thanks for the suggestion. I am not sure if properties are case sensitive or not. I have always used lower case for many of my properties and things have always worked fine.

[O] Org-mode execute functions upon opening and closing

2015-01-07 Thread Eduardo Mercovich
Hello everybody. I'm new to the list, so please forgive me if this is offtopic, but I've searched with the obviously wrong keywords, since I found no answer for this yet. In short: I'd like to know how could Org execute (internal) functions upon opening and closing. ___ Longer form ___ I'd like

Re: [O] Org mode installation problems

2015-01-07 Thread Felix Fernandes
> The backtrace is not very useful as is because of the byte code. You > might try to reproduce with uncompiled code and see if it is any > clearer. How to do that? I had used C-u M-x org-reload RET before, as described in the org-mode documentation to get a backtrace from uncompiled code. App

Re: [O] Org mode installation problems

2015-01-07 Thread Nick Dokos
Felix Fernandes writes: >> It does not bother me as much as the following keyboard macro >> >> (fset 'jk >> [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k >> ?\C-c ?\C-c]) >> >> that should invoke the following template: >> (setq org-capture-templates '(("t" "Todo" en

[O] Table formula and text properties

2015-01-07 Thread Willem Rein Oudshoorn
I am trying to insert an image into a table by using a table formula. My basic approach is by using a string with a display property like: (propertize "TEXT" 'display (list image)) Or to be more precise (propertize "SPARKLINE" 'display (list (sparkline-make-sparkline

Re: [O] Sticky agendas not redone when using org-agenda-(set|remove)-restriction-lock

2015-01-07 Thread Nikolai Weibull
Hi! Anyone else experiencing this? Or is my configuration wrong in some way? On Mon, Dec 22, 2014 at 7:10 PM, Nikolai Weibull wrote: > Hi! > > It seems that agendas created when org-agenda-sticky-mode is t aren’t > automatically redone when calling > org-agenda-(set|remove)-restriction-lock. T

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Michael Strey
Hello Eric, On Mi, 2015-01-07, Eric S Fraga wrote: [...] > Can anybody point me in the right direction to get this working again? Try to write 'myproperty' in capital letters as 'MYPROPERTY'. -- Michael Strey http://www.strey.biz https://twitter.com/michaelstrey

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-07 Thread Thomas S. Dye
Rainer M Krug writes: > Well - if the result is an R data.frame, it would not make a difference > if I use :results table or not - correct? This is how I understand it. Because an R data.frame looks like a table, the babel default is to represent it as a table in the results. However, Babel

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > something has changed in column view (C-c C-x C-c, org-columns) that > stops me being able to see values of non-special properties. With the > attached org file, I get the view shown in the image, also > attached. You can see that nothing is shown for the "myprope

Re: [O] Org mode installation problems

2015-01-07 Thread Felix Fernandes
> It does not bother me as much as the following keyboard macro > > (fset 'jk > [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k > ?\C-c ?\C-c]) > > that should invoke the following template: > (setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org" > If

Re: [O] Org mode installation problems

2015-01-07 Thread Felix Fernandes
> ... and where did that load-path get initialized? According to https://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Search.html, the load-path got initialized to default sources when emacs was compiled. Then after I did the elpa org-mode update, the elpa directories got placed at th

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-07 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Thanks for following up on this. > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi all, >> >> Hi >> >>> >>> There seems to be a bug in babel (at least for R) when it comes to >>> source blocks producing file links but taking tables with headers.

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-07 Thread Rainer M Krug
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Rainer, > > Rainer M Krug writes: > >> I don't think this is a bug as it is not clear what should happen. >> In the org manual it states concerning the :results file >> >> , >> |* `file' The results will be interpreted as the path to a file,

Re: [O] org tables into R?

2015-01-07 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer and Andreas, > > 2015ko urtarrilak 6an, Rainer M Krug-ek idatzi zuen: >> What would definitely solve the issue is if the string containing the >> tabs would use \t instead - but I have no idea how this could be >> achieved easily. > > This could be achieved by modif

Re: [O] Agenda capture possible to specific headlines?

2015-01-07 Thread Myles English
Hell Jay, Jay Iyer writes: > Is there a way to capture tasks/notes to a *specific headline* from the > agenda buffer? I use the "k" command to invoke capture templates, and it > would be super helpful/efficient to create additional sub-headlines to a > headline presented in the agenda buffer.

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-07 Thread Rainer M Krug
Sebastien Vauban writes: > Thomas S. Dye wrote: >> Rainer M Krug writes: >>> But the :colnames only works on tables (i.e. :results table) - but >>> the result is represented as a link to a file. So what should happen? >> >> I think this is mistaken. "Tables" occur in at least three contexts >>

Re: [O] html export using html5 elements and bootstrap framework

2015-01-07 Thread R C
Rick Frankel rickster.com> writes: > As Rasmus mentioned in a previous email, there is no way currently to add html > attributes to lists w/ ATTR_HTML. > > A filter, a mentioned above, is your simplest approach. The best (IMHO) would > be to create a derived exporter (ox-bootstrap?) based on ox-

Re: [O] html export using html5 elements and bootstrap framework

2015-01-07 Thread R C
Bill White wolfram.com> writes: > > On Fri Jan 02 2015 at 09:47, R C yahoo.com> wrote: > > > I would like to have org mode export a project using html5 elements > > and bootstrap framework adapting the worg tutorial: > > org-publish-html-tutorial.html > > > > I set it up as: > > - minimal org

Re: [O] Org mode installation problems

2015-01-07 Thread Nick Dokos
Felix Fernandes writes: > Not sure if this helps but in my load path, I find > "usr/share/emacs24/site-lisp/org-mode" and at this location, grep shows that > the obsolete function is defined: > [vadmin@ubu1004:/usr/share/emacs24/site-lisp/org-mode] $ > grep "org-export-icalendar-this-file" or

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-07 Thread Sebastien Vauban
Thomas S. Dye wrote: > Rainer M Krug writes: >> But the :colnames only works on tables (i.e. :results table) - but >> the result is represented as a link to a file. So what should happen? > > I think this is mistaken. "Tables" occur in at least three contexts > in babel source code blocks. There

[O] [bug] viewing properties in column view

2015-01-07 Thread Eric S Fraga
Hello, something has changed in column view (C-c C-x C-c, org-columns) that stops me being able to see values of non-special properties. With the attached org file, I get the view shown in the image, also attached. You can see that nothing is shown for the "myproperty" property despite both head