Re: [O] Reference to org-drawers in the manual

2014-03-30 Thread Nicolas Goaziou
Hello, Christian Wittern cwitt...@gmail.com writes: On 2014-03-29, 13:37, Nick Dokos wrote: `#+DRAWERS: NAME1 ...' Set the file-local set of additional drawers. The corresponding global variable is `org-drawers'. Has that been removed? I do rely quite heavily on this and do

[O] Q: Drawers

2014-03-30 Thread dickbarends
Hello, Why is the name „Drawers” selected for the Drawers functionality in emacs org-mode? Dick Barends dickbare...@me.com

[O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns entire title string with cookies. Is there any easy way to avoid them in output?

Re: [O] :no-expand not working on variables?

2014-03-30 Thread Eric Schulte
According to the manual :no-expand is only supposed to have an effect during tangling, not execution. Best, Rainer M Krug rai...@krugs.de writes: Hi shouldn't the following not give an error from R as it should not be expanding the variables? --8---cut

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-30 Thread Eric Schulte
Apologies - I am still struggling with encryption.. So here is my example: --8---cut here---start-8--- #+TITLE: single_to_multi #+DATE: 2013-10-15 Tue #+AUTHOR: Rainer M. Krug #+EMAIL: rai...@krugs.de ≈* Load R packages and data #+BEGIN_SRC R

Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Nick Dokos
Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns entire title string with

[O] How can you sort an Org clock table?

2014-03-30 Thread Noah Slater
I posted a question on StackOverflow: http://stackoverflow.com/questions/22749704/how-can-you-sort-an-org-clock-table Summary is: how do I sort an clock table by the % column? Is there anything out there I can use to get this working? If not, how complex a job would it be to write something

Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references

2014-03-30 Thread Pontus Michael
Hello, Charles. Thank you for your reply. I appreciate your suggestion, however the example which I used is not a limiting factor which I seek help in overcoming. Instead I'm trying to address a potential design flaw. You make a valid point that change of this nature will inevitably break

Re: [O] How can you sort an Org clock table?

2014-03-30 Thread Nick Dokos
Noah Slater nsla...@tumbolia.org writes: I posted a question on StackOverflow: http://stackoverflow.com/questions/22749704/how-can-you-sort-an-org-clock-table Summary is: how do I sort an clock table by the % column? Is there anything out there I can use to get this working? If not, how

Re: [O] Q: Drawers

2014-03-30 Thread Bastien
Hi, dickbarends dickbare...@me.com writes: Why is the name „Drawers” selected for the Drawers functionality in emacs org-mode? I assume this is because that's where you put stuff you want to hide and search for occasionnaly. Like real drawers. -- Bastien

[O] Propagating Workflow States

2014-03-30 Thread Esben Stien
I have this entry in an org file: * MAIL 1337445 foo Now, if I do C-RET after this entry, I get a new one with the workflow state the same, MAIL, so somehow the workflow state from the previous entry propagates to the next and new one. Any way to disable this?; it should start with TODO.

Re: [O] How can you sort an Org clock table?

2014-03-30 Thread Noah Slater
Yeah, tried that. Doesn't work! :( On 30 March 2014 23:24, Nick Dokos ndo...@gmail.com wrote: Noah Slater nsla...@tumbolia.org writes: I posted a question on StackOverflow: http://stackoverflow.com/questions/22749704/how-can-you-sort-an-org-clock-table Summary is: how do I sort an

Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Nick Dokos writes: Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns

Re: [O] How can you sort an Org clock table?

2014-03-30 Thread Nick Dokos
Noah Slater nsla...@tumbolia.org writes: Yeah, tried that. Doesn't work! :( AFAICT, it works fine on your first stackoverflow example. There is probably no hope of getting this method to work the way you want on your second example though: org-sort does not know anything about the

Re: [O] Propagating Workflow States

2014-03-30 Thread Bastien
Hi Esben, Esben Stien b...@esben-stien.name writes: I have this entry in an org file: * MAIL 1337445 foo Now, if I do C-RET after this entry, I get a new one with the workflow state the same, MAIL, so somehow the workflow state from the previous entry propagates to the next and new

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-30 Thread Samuel Wales
On 3/21/14, Bastien b...@gnu.org wrote: I think I see what you mean but it's hard to implement. why? The only way to fix this is to discuss the default value for org-show-* properties (and maybe some others) -- if you have suggestions here with examples on how different defaults would be

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-03-30 Thread Bastien
Hi buddy, Buddy Butterfly buddy.butter...@web.de writes: I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of 2d. Or, is it possible to define that 1d corresponds to 8:00 as a working day? So in the above example I would rather like to see

Re: [O] Is there a way to change the home link and up link text when export to HTML?

2014-03-30 Thread Bastien
Hi Killy, KDr2 killy.d...@gmail.com writes: I want to change UP | HOME to Archives | Categories for my blog, but I do not know how to, for now I use javascript to change them after the page loading in browser... Try to set #+HTML_LINK_UP: and #+HTML_LINK_HOME: in your document. --

Re: [O] New headline after no content (empty headline)

2014-03-30 Thread Bastien
Hi Brady, Brady Trainor algeb...@uw.edu writes: For `org-insert-heading' (M-RET), I wanted the following action on empty headlines: * |-- * \n* , rather than *\n* . I'm not sure I understand this, can you make it more explicit? Thanks! -- Bastien