[O] closing *org-agenda* pops up emacs *calander* buffer?

2018-06-06 Thread Xebar Saram
Hi all Weird issue. each time i close the *org-agenda* view (using q) i always get a window with what seems the default emacs calendar (the *calendar* buffer). I want to go back to the previous buffer i visited before launching org-agenda. I cant understand whats causing this. any clues? this is

Re: [O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Marcin Borkowski
On 2018-06-06, at 14:07, Nicolas Goaziou wrote: > This is already the case. > > PRE and POST parts of `org-emphasis-regexp-components' contain > "[:space:]", which matches zero width space. Wow, thanks! That means I really need to upgrade my Org. Best, -- Marcin Borkowski http://mbork.pl

[O] Bug: Archiving creates multiple parent tasks in master [9.1.13 (release_9.1.13-787-g13a09b @ c:/D-Drive/bin/org-mode/lisp/)]

2018-06-06 Thread Bernt Hansen
Hi, Archiving tasks using the master branch with the below configuration creates duplicate "* Archived Tasks" heading each time you archive in the test.org_archive file. The behaviour in the maint branch is correct and files subsequently archived tasks under the single main heading. Thanks for

Re: [O] org-detangle seems broken

2018-06-06 Thread Frederick Giasson
Hi > > > block to its tangled source is created, then we could use it with that > option in `org-babel-detangle` to switch back to the source if it is the > wish of the user. > > It sounds like org-babel-tangle-jump-to-org is what you want. > In fact it is its opposite that I need, code block to

Re: [O] org-detangle seems broken

2018-06-06 Thread Grant Rettke
On Wed, Jun 6, 2018 at 7:31 AM, Frederick Giasson wrote: > If this is really the behavior, then I think that a new option should be > added to it such that we can choose one behavior or the other. If a function > that jump from a code > block to its tangled source is created, then we could use i

[O] org-capture: Avoid inserting a new line when the template is empty

2018-06-06 Thread xristos
Hello, An example of a capture workflow that I am using all the time is the following: ("bbp" "Preview book" plain (file+function "~/org/books.org.gpg" xristos/org-capture-preview-find-location) "" :immediate-finish t :jump-to-captured t :empty-lines 0) The idea is that the function I provide

[O] Babel problem: Output incomplete if it contains # character (only in session)

2018-06-06 Thread Marian Schubert
Hello, I'm having trouble with babel block like this: #+BEGIN_SRC shell :results output :session xyz echo "foo#bar" #+END_SRC #+RESULTS: : : bar I expect results to be foo#bar, but it's just bar. If I remove :session xyz it displays correct value, i.e.: #+RESULTS: : foo#bar Any idea what migh

[O] Bug: Python block, print function in session [9.1.1 (9.1.1-6-gd40deb-elpa @ c:/Users/tabaa004/Dropbox/home/.emacs.d/elpa/org-20170925/)]

2018-06-06 Thread Tarjei Bærland
Hi! The following src block prints correctly if run in non-session mode, it does not print at all if the :session keyword is set. #+BEGIN_SRC python :results output org a, b = 0, 1 while b < 1000: a, b = b, a + b print(a, end=" ") #+END_SRC #+RESULTS: #+BEGIN_SRC org 1 1 2 3 5 8 13 21 3

[O] Bug: org-log-reschedule ignored when calling `org-agenda-do-date-{later, earlier}` [9.1.13 (9.1.13-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20180521/)]

2018-06-06 Thread Christian Schwarzgruber
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Bug: Table does not align properly [9.1.13 (9.1.13-elpaplus @ /home/diogo/.emacs.d/elpa/org-plus-contrib-20180521/)]

2018-06-06 Thread Diogo Ferrari
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

Re: [O] Cannot access repository

2018-06-06 Thread Bastien
Hi Robert, Robert Klein writes: > I can confirm, that the gogs service is down. I restarted gogs, thanks for letting me know. > Bastien, I'm not sure how you started gogs. How about starting it > using a systemd unit? (Example @ > https://github.com/gogs/gogs/blob/master/scripts/systemd/gogs

Re: [O] Cannot access repository

2018-06-06 Thread Robert Klein
Hi, I can confirm, that the gogs service is down. Bastien, I'm not sure how you started gogs. How about starting it using a systemd unit? (Example @ https://github.com/gogs/gogs/blob/master/scripts/systemd/gogs.service) Best regards Robert On Wed, 6 Jun 2018 08:48:18 -0400 Charles Millar wr

[O] table and a if structure

2018-06-06 Thread Uwe Brauer
Hi I have the following table | name | value1 | value2 | result | |+++-| | first | 4 | 5 | 4.2 | | second | NP | 5 | 0.8 NP + 1. | #+TBLFM: $4=if("$2" == "NP",string("NP"),0.8*$2+0.2*$3) The idea is if the second column ha

Re: [O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Chris
Hey, Nicolas Goaziou (m...@nicolasgoaziou.fr) 2018-06-06: > Marcin Borkowski writes: > This is already the case. > > PRE and POST parts of `org-emphasis-regexp-components' contain > "[:space:]", which matches zero width space. Odd. I guess my version 9.1.6 is too old to get this change? In that

[O] Cannot access repository

2018-06-06 Thread Charles Millar
I cannot access https://code.orgmode.org/bzg/org-mode.git requested url returned error 502 Charlie Millar

Re: [O] org-detangle seems broken

2018-06-06 Thread Frederick Giasson
Hi Grant, I think it is expected. The code looks like this: > > (when (setq new-body (org-babel-tangle-jump-to-org)) > (org-babel-update-block-body new-body)) > Yeah not sure I fully understand that code. Basically it does this for each code block that needs to be detangled right? I am jus

Re: [O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > On 2018-06-06, at 09:54, Chris wrote: > >> * Problem >> >> There needs to be a way to coax Org into interpreting something as an >> emphasis marker, even if it ordinarily would not look like it (for >> example, because it is in the middle of a regular wor

Re: [O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Marcin Borkowski
On 2018-06-06, at 09:54, Chris wrote: > * Problem > > There needs to be a way to coax Org into interpreting something as an > emphasis marker, even if it ordinarily would not look like it (for > example, because it is in the middle of a regular word, when putting > emphasis on only part

Re: [O] General advice beyond Org

2018-06-06 Thread Marco
Hey fellow orgers, I started as post-doc almost 10 years ago, I made a point in having linux on my desktop and only use software I see fit - and know - such R, and LaTeX to write papers. The occasional word/excel document I opened with libreoffice/wps office or more frequently remotely on a window

[O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Chris
Hello! I'm not an experienced mailing list user, but I will try to be brief. Please excuse my lack of common courtesy. * Problem There needs to be a way to coax Org into interpreting something as an emphasis marker, even if it ordinarily would not look like it (for example, because it is