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
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
Is there any way to completely redact text in HTML export, so it just
looks like black boxes?
Thank you.
-pd
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
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
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
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.
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
> 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
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
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
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
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
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
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
> 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
> ... 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
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.
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,
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
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.
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
>>
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-
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
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
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
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
27 matches
Mail list logo