Re: [O] changed visibility when using org-goto-named-src-block

2017-11-27 Thread Eric S Fraga
On Monday, 27 Nov 2017 at 17:48, Berry, Charles wrote: > This happens when `org-babel-src-block-names' calls `org-next-block' > calls `org-show-context'. Thanks. Was it always thus? It would be nice to have the visibility go back to what it was before the command was invoked. -- Eric S Fraga v

Re: [O] BUG: Org subtree immediately following a #+RESULTS: line gets deleted [org master]

2017-11-27 Thread Kaushal Modi
On Mon, Nov 27, 2017 at 5:35 PM Nicolas Goaziou wrote: > Ouch! Fixed. Thank you. > Thanks! I confirm the fix. -- Kaushal Modi

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-27 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @ > /home/swflint/.emacs.d/org-mode/lisp/), and GNU Emacs 25.2.1 > (x86_64-unknown-linux-gnu, GTK+ Version 3.22.18) of 2017-08-29, and on > my files with level 3 headings and gr

Re: [O] BUG: Org subtree immediately following a #+RESULTS: line gets deleted [org master]

2017-11-27 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Hello, > > I believe this has to do with the recent change to #+RESULTS removal > without blank line [1] > > Here's a MWE: > > = > > #+TITLE: The disappearing act > > * Heading 1 > > #+BEGIN_SRC emacs-lisp > (message "Hello") > #+END_SRC > > > #+RESULTS: > * Hea

[O] BUG: Org subtree immediately following a #+RESULTS: line gets deleted [org master]

2017-11-27 Thread Kaushal Modi
Hello, I believe this has to do with the recent change to #+RESULTS removal without blank line [1] Here's a MWE: = #+TITLE: The disappearing act * Heading 1 #+BEGIN_SRC emacs-lisp (message "Hello") #+END_SRC #+RESULTS: * Heading 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Qu

Re: [O] Bug: drawer indentation [9.1.2 (9.1.2-32-g271e58-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20171106/)]

2017-11-27 Thread Nicolas Goaziou
Hello, "Francis J. Monari, Esquire" writes: > Hopefully just a quick question. > > What I expected: > I thought that I had the drawers lined-up with outline headings. > > What in fact did happen: > Recently I noticed that the drawers are “slipping” more towards the > left with every outlin

[O] Bug: drawer indentation [9.1.2 (9.1.2-32-g271e58-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20171106/)]

2017-11-27 Thread Francis J. Monari, Esquire
Hopefully just a quick question. What I expected: I thought that I had the drawers lined-up with outline headings. What in fact did happen: Recently I noticed that the drawers are “slipping” more towards the left with every outline level. (I hate to say "recently", but I was blissfully u

Re: [O] Bug: ordered property blocks grandchildren [9.1.3 (9.1.3-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171116/)]

2017-11-27 Thread Allen Li
On Mon, Nov 20, 2017 at 5:18 PM, Allen Li wrote: > Create a file tmp.org with contents > > * TODO parent > :PROPERTIES: > :ORDERED: t > :END: > ** TODO child1 > ** TODO child2 > *** TODO grandchild1 > *** TODO grandchild2 > > 1. emacs -Q > 2. M-: (setq org-en

Re: [O] changed visibility when using org-goto-named-src-block

2017-11-27 Thread Berry, Charles
> On Nov 27, 2017, at 9:14 AM, Eric S Fraga wrote: > > when I invoke org-babel-goto-named-src-block, all entries that have > source blocks become visible (or maybe all contents become visible) > regardless of what was folded or not before invoking the command. This happens when `org-babel-src-b

Re: [O] Bug: Estimate effort ranges do not work [9.1.3 (9.1.3-elpa @ /home/francisv/.emacs.d/elpa/org-20171116/)]

2017-11-27 Thread Nicolas Goaziou
Hello, Francisco Velázquez writes: > Hi Nicolas > > If I use a property name other than 'Effort', there column for '{est+}' > is empty. My question remains: > > How to use '{est+}'? > > I attach the example file. > > Thank you. > > #+COLUMNS: %Item %Effort{est+} The property and the column nam

[O] changed visibility when using org-goto-named-src-block

2017-11-27 Thread Eric S Fraga
Hello all, Not sure if this has changed at some point but I have recently noticed that when I invoke org-babel-goto-named-src-block, all entries that have source blocks become visible (or maybe all contents become visible) regardless of what was folded or not before invoking the command. I had th

Re: [O] Bilingual text in org

2017-11-27 Thread Adonay Felipe Nogueira
Strange, I might be wrong but this might not be set by default. I have Org version 9.1.2 (9.1.2-15.g1d5142, which is of version 20171016 in GNU Guix package manager). Alternatively, per `texdoc babel', you can make the language as a document class option. 2017-11-26T09:07:44+0100 org-m...@axelki

Re: [O] Bug: Estimate effort ranges do not work [9.1.3 (9.1.3-elpa @ /home/francisv/.emacs.d/elpa/org-20171116/)]

2017-11-27 Thread Francisco Velázquez
Hi Nicolas If I use a property name other than 'Effort', there column for '{est+}' is empty. My question remains: How to use '{est+}'? I attach the example file. Thank you. #+COLUMNS: %Item %Effort{est+} * Estimated effort :PROPERTIES: :Effort_low-high: 4-12 :END: -- Francisco Nicol

Re: [O] C++ code block not linked

2017-11-27 Thread Roger Mason
Hello Thierry, Thierry Banel writes: > You may try to mimic org-babel in a shell, and see what happens. > > cd /tmp/babel-29466ws7 > g++ -std=c++11 -I/usr/local/include C-src-29466moy.cpp -L/usr/local/lib > -lginac > > (of course you need to change the random names like babel-29466ws7 by the >