Re: [O] Allowing multiple date trees in a single file

2017-01-17 Thread Carsten Dominik
On Tue, Jan 17, 2017 at 6:50 PM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > > > Another way to implement this would be to use different VALUES for the > > DATE_TREE/WEEK_TREE property - maybe that would actually be a somewhat > >

Re: [O] Bug: org-clone-subtree-with-time-shift not asking for time-shift

2017-01-17 Thread Kyle Meyer
Nicolas Goaziou writes: > Karl Voit writes: [...] >> You're right, I can confirm your issue. I get "Before first headline >> at position 1 in buffer *temp*" as well. > > Fixed (hopefully) this time. Yes, c31462f33 resolved the issue. That

Re: [O] Beamer framebreak

2017-01-17 Thread John Hendy
No problem at all and hope that helped. It's definitely confusing initially! Re. the headline thing, I just meant that this: * something ** something is not this: - something - something Asterisks are headlines, but I took your inquiring why the "Notes on project" (with dashes) were not

Re: [O] Beamer framebreak

2017-01-17 Thread edgar
Date: Sun, 15 Jan 2017 09:22:54 -0600 From: John Hendy To: ed...@openmail.cc Cc: emacs-orgmode Subject: Re: [O] Fwd: Beamer framebreak Message-ID: Content-Type: text/plain;

Re: [O] Beamer framebreak

2017-01-17 Thread edgar
Date: Sun, 15 Jan 2017 10:53:27 + From: Eric S Fraga To: Subject: Re: [O] Fwd: Beamer framebreak Message-ID: <87tw90bnmg@ucl.ac.uk> Content-Type: text/plain; charset="us-ascii" If you want to use three levels as frames in some places, I would

Re: [O] org-get-heading and COMMENT

2017-01-17 Thread Matt Price
Sorry for the delay. I am very slow with regexps! On Sat, Jan 14, 2017 at 6:04 AM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > I see that > > > > (org-get-heading t t) > > > > executed on a heading like: > > > > * COMMENT Heading

Re: [O] Org release_9.0 hangs

2017-01-17 Thread Stig Brautaset
Shiyuan writes: > Hi all, > I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to > switch to org release 9.0 from git repos, emacs hangs when starting up, I don't know about tracking down, but I've not experienced any hangs since I turned off the element

[O] Process substitution in babel

2017-01-17 Thread Joe Riel
Can one use process substitution in babel? #+BEGIN_SRC bash comm <(ls) <(ls) #+END_SRC I get an error Syntax error: "(" unexpected -- Joe Riel

[O] bug#25466: 25.1.91; hs-show-all broken

2017-01-17 Thread Glenn Morris
Andreas Röhler wrote: > With org-mode, hs-minor-mode: hs-show-all has no effect, but"Showing > all blocks ... done" is messaged. > > BTW M-x show-all RET works as expected. I don't think hideshow has ever done anything useful in Org mode, which is Outline-based. Perhaps you are asking for a new

Re: [O] Org release_9.0 hangs

2017-01-17 Thread Kaushal Modi
Can you recreate the org-mode hangs on the latest commit of the stable (maint) branch? Do git checkout maint instead of git checkout release_9.0. That's said, I have yet to see emacs hang up due to org. I am on the master branch of org. On Tue, Jan 17, 2017 at 1:41 PM Shiyuan

[O] Org release_9.0 hangs

2017-01-17 Thread Shiyuan
Hi all, I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to switch to org release 9.0 from git repos, emacs hangs when starting up, This is what I did for switching to release_9.0 git clone git://orgmode.org/org-mode.git cd org-mode git checkout release_9.0 make autoloads

Re: [O] Allowing multiple date trees in a single file

2017-01-17 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > Another way to implement this would be to use different VALUES for the > DATE_TREE/WEEK_TREE property - maybe that would actually be a somewhat > cleaner implementation. I think ":DATE_TREE: week" ":DATE_TREE: t" is cleaner, indeed. > I'll

Re: [O] Capturing the results of shell execution

2017-01-17 Thread Michael Welle
Hello, Alex Bennée writes: > I'm using org-babel snippets to automate some of my workflow. However > I'm not interested in dumping all of the compile output, I'd rather get > a simple value at the end to see if all was OK: > > #+name: build-test > #+begin_src sh :results

[O] Capturing the results of shell execution

2017-01-17 Thread Alex Bennée
I'm using org-babel snippets to automate some of my workflow. However I'm not interested in dumping all of the compile output, I'd rather get a simple value at the end to see if all was OK: #+name: build-test #+begin_src sh :results value set -e ./configure --cross-prefix=aarch64-linux-gnu-

Re: [O] org-agenda timetable

2017-01-17 Thread Emilio J . Padrón González
Hi! On Fri, Jan 13, 2017 at 03:45:27PM +, Eric S Fraga wrote: > >> > >> I'm using org-agenda [...] I'd like to get the information from the > >> org-agenda and display it as a "timetable". > > > > Did you get a satisfactory solution? > > Not sure what is wanted here but maybe calfw is what

Re: [O] Allowing multiple date trees in a single file

2017-01-17 Thread Carsten Dominik
Hi Nicolas, thanks for your reaction. By default, a day or week tree will assume that it is the only thing in a file when it is created and handled. The exception is that if you have an Org entry with a property DATE_TREE: t that the date tree will be placed under that specific node. But

Re: [O] [BUG] agenda column view summaries missing in block agendas

2017-01-17 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > If one uses a custom agenda command with multiple blocks, column > summaries in the agenda display do not display for all blocks. > > Steps to replicate: > > emacs -Q -l ~/minimal.el > > Where minimal contains > > (add-to-list 'load-path

Re: [O] [BUG] No agenda column view summary shown if org-agenda-overriding-header is set

2017-01-17 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > I find that column view summaries do not display if > org-agenda-overriding-header is set. > > Steps to replicate: > > emacs -Q -l ~/minimal.el > > Where minimal.el contains... > > (add-to-list 'load-path "~/org-mode/lisp/") > (add-to-list

Re: [O] search not found leaves you in target buffer

2017-01-17 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > On 1/4/17, Nicolas Goaziou wrote: >>> can org be made to stay at the link if the link is broken? >> >> It is not clear to me that would be the best possible behaviour. > > example is broken file links. > > perhaps

Re: [O] Dates in Tables Should be Inactive

2017-01-17 Thread Nicolas Goaziou
Hello, "Doherty, Daniel" writes: > I sometimes like to compute with dates in tables. As it now stands, > org inserts computed dates in tables as active timestamps. This because Calc package itself returns dates as active time stamps. > This makes no sense to me since, if

Re: [O] Bug: org-clone-subtree-with-time-shift not asking for time-shift

2017-01-17 Thread Nicolas Goaziou
Hello, Karl Voit writes: > * Kyle Meyer wrote: >> >> Thanks. The additional check looks good, as it replaces an error with a >> more appropriate user-error and gives an error message that is a bit >> more specific. >> >> However, the re-positioning of