[O] [PATCH] Do not save target buffer after archiving subtree

2017-11-25 Thread Matt Lundin
The attached patch removes the call to save-buffer in org-archive-subtree. This significantly reduces the time necessary to archive a subtree, especially when archiving many subtrees in a region. Without this patch, Org Mode will save the archive buffer after each subtree is archived. If one were

Re: [O] ob-python newline & indentation behavior

2017-11-25 Thread Ista Zahn
ob-ipython[1] provides a working alternative: #+BEGIN_SRC jupyter-python :session :results output foo = 0 for _ in range(10): foo += 1 foo += 1 print(foo) #+END_SRC #+RESULTS: : 20 I've long wished that more org people would show ob-ipython some love. Letting jupyter handle

Re: [O] Bug: ps-print-buffer-with-faces does not work properly in column view [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/share/emacs/27.0.50/lisp/org/)]

2017-11-25 Thread Nicolas Goaziou
Hello, Francisco Velázquez writes: > Hello Org Mode community > > 1. What exactly did you do? > >In any orgmode file, like the one attached, I did: > >1.1 M-x org-mode >1.2 C-c C-x C-x (org-columns) >1.3 C-u ps-print-buffer-with-faces (output attached) > >

Re: [O] Confusing interaction when typing leading * for headings when org-hide-emphasis-markers is on

2017-11-25 Thread Nicolas Goaziou
Hello, Stig Brautaset writes: > I've got =(setq org-hide-emphasis-markers t)= in my config, and it's > mostly great but it does confuse me when I manually start sub-sub > headings. (Which perhaps is a silly thing to do, but getting over > muscle memory is hard to change.)

Re: [O] Export (sometimes) skips sections without preceding blank line

2017-11-25 Thread Nicolas Goaziou
Ken Mankoff writes: > I'm testing this with the following MWE: > > 1) Launching Emacs -Q with this: > > open -n -a EmacsMac.app --args --debug-init -Q --eval="(add-to-list > 'load-path \"~/.emacs.d/elpa/org-20171120\")" > > 2) Visiting test.org which contains this: > >

Re: [O] Problem with TAB key

2017-11-25 Thread Eric S Fraga
On Saturday, 25 Nov 2017 at 18:43, claude fuhrer wrote: > Dear all, > > sorry for the probably stupid question, but I have a problem with the > TAB key. I do not really understand how orgmode process the multiple > definition of the same key sequence. For a while (if my memories are > right) I

Re: [O] Export (sometimes) skips sections without preceding blank line

2017-11-25 Thread Eric S Fraga
On Saturday, 25 Nov 2017 at 18:44, Ken Mankoff wrote: > Hi Nicolas, > > I'm not sure we ran the same test. The version I thought I posted and > that I see in GMail, my mu4e sent-mail, and the mailing list archives > on gmane does not have an empty line between "#+END_SRC" and > "#+RESULTS:". The

[O] Problem with TAB key

2017-11-25 Thread claude fuhrer
Dear all, sorry for the probably stupid question, but I have a problem with the TAB key. I do not really understand how orgmode process the multiple definition of the same key sequence. For a while (if my memories are right) I could type "

Re: [O] Export (sometimes) skips sections without preceding blank line

2017-11-25 Thread Ken Mankoff
Hi Nicolas, I'm not sure we ran the same test. The version I thought I posted and that I see in GMail, my mu4e sent-mail, and the mailing list archives on gmane does not have an empty line between "#+END_SRC" and "#+RESULTS:". The version you replied to appears to have a blank line I did not

[O] Confusing interaction when typing leading * for headings when org-hide-emphasis-markers is on

2017-11-25 Thread Stig Brautaset
Hello, I've got =(setq org-hide-emphasis-markers t)= in my config, and it's mostly great but it does confuse me when I manually start sub-sub headings. (Which perhaps is a silly thing to do, but getting over muscle memory is hard to change.) After typing the third =*= (and on any subsequent

[O] Bug: ps-print-buffer-with-faces does not work properly in column view [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/share/emacs/27.0.50/lisp/org/)]

2017-11-25 Thread Francisco Velázquez
Hello Org Mode community 1. What exactly did you do? In any orgmode file, like the one attached, I did: 1.1 M-x org-mode 1.2 C-c C-x C-x (org-columns) 1.3 C-u ps-print-buffer-with-faces (output attached) 2. What did you expect to happen? Org entries should be printed 3. What

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

2017-11-25 Thread Thierry Banel
On 25/11/2017 15:59, Roger Mason wrote: Hello, This code compiles fine on command line but org-babel can't link it. #+BEGIN_SRC C++ :flags "-std=c++11 -I/usr/local/include" :libs "-L/usr/local/lib -lginac" #include #include using namespace std; using namespace GiNaC; int main () {

[O] C++ code block not linked

2017-11-25 Thread Roger Mason
Hello, This code compiles fine on command line but org-babel can't link it. #+BEGIN_SRC C++ :flags "-std=c++11 -I/usr/local/include" :libs "-L/usr/local/lib -lginac" #include #include using namespace std; using namespace GiNaC; int main () { symbol a("a"), b("b"), x("x"), y("y");

Re: [O] Org emphasis markers inside src blocks causes incorrect fontification

2017-11-25 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > That patch works great! Thanks! Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Export (sometimes) skips sections without preceding blank line

2017-11-25 Thread Eric S Fraga
On Saturday, 25 Nov 2017 at 13:18, Ken Mankoff wrote: > Hi Org list, > > I'm wondering if anyone else experiences LaTeX export skipping > sections. It appears to be related to no blank lines after code RESULT > blocks? Using emacs -Q on version 9.1.3. > > The following MWE does *not* export

Re: [O] Export (sometimes) skips sections without preceding blank line

2017-11-25 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > Hi Org list, > > I'm wondering if anyone else experiences LaTeX export skipping sections. It > appears to be related to no blank lines after code RESULT blocks? Using emacs > -Q on version 9.1.3. > > The following MWE does *not* export

Re: [O] org-mode alarms

2017-11-25 Thread Eric S Fraga
On Friday, 24 Nov 2017 at 20:37, ma343...@openmailbox.org wrote: > What are good ways of setting up alarms for Deadlines and Scheduling > in org-mode to integrate with Windows or GNU/Linux environments? I use the following on Linux and it works very well. Relies on there being a notification

[O] Export (sometimes) skips sections without preceding blank line

2017-11-25 Thread Ken Mankoff
Hi Org list, I'm wondering if anyone else experiences LaTeX export skipping sections. It appears to be related to no blank lines after code RESULT blocks? Using emacs -Q on version 9.1.3. The following MWE does *not* export subsection "Two". * Skipping Exports ** One

Re: [O] schedule third last day of every month

2017-11-25 Thread Thierry Banel
On 24/11/2017 21:32, ma343...@openmailbox.org wrote: Hi, Can it be possible to schedule third last day of every month? Thanks, Matt Try    C-h f diary-list-sexp-entries What you are looking for could be something close to:   

Re: [O] schedule third last day of every month

2017-11-25 Thread Thierry Banel
On 24/11/2017 21:32, ma343...@openmailbox.org wrote: Hi, Can it be possible to schedule third last day of every month? Thanks, Matt Try    M-x calendar i m To fine tune do   C-h f diary-cyclic