Re: org-startup-truncated default should be nil [legibility 2/6]

2020-02-05 Thread Fraga, Eric
On Thursday, 6 Feb 2020 at 10:33, Texas Cyberthal wrote: > Visual line mode is annoying and unnecessary; Spacemacs users do not > need it because its defaults offer adequate paragraph navigation. I'm not sure I understand the conflation of visual-line-mode with paragraph navigation. Is it becaus

Re: commit "328c9a1af * bad org.el: Enhance menus" caused error

2020-02-05 Thread stardiviner
Bastien writes: > Hi, > > stardiviner writes: > >> BTW, the function ~org-insert-dblock-bindings~ is from package >> =orgtbl-aggregate=. > > I don't know this function and this package. > > Can you share the minimal Emacs config with which you reproduce > the problem? Besides of package =orgt

Re: org-startup-truncated default should be nil [legibility 2/6]

2020-02-05 Thread Texas Cyberthal
Emacs is the tool that allows a non-technical user to bootstrap to control over his IT environment. Within that, Org is the tool that allows him to bootstrap to control of Emacs. So Org's defaults should allow someone with no experience to learn the basic text manipulation commands in the help-with

Re: How to intersperse commands with their output in RESULTS block?

2020-02-05 Thread Fraga, Eric
On Wednesday, 5 Feb 2020 at 18:25, Diego Zamboni wrote: > tl;dr: is there a way to have ob-shell (or some similar mode) run commands > one by one and include the commands, interspersed with their output, in the > #+RESULTS block? You haven't said on what type of system but, if Linux, you could tr

Re: commit "328c9a1af * bad org.el: Enhance menus" caused error

2020-02-05 Thread stardiviner
Bastien writes: > Hi, > > stardiviner writes: > >> BTW, the function ~org-insert-dblock-bindings~ is from package >> =orgtbl-aggregate=. > > I don't know this function and this package. > > Can you share the minimal Emacs config with which you reproduce > the problem? Start =emacs -q=, and lo

Re: org-startup-truncated default should be nil [legibility 2/6]

2020-02-05 Thread Texas Cyberthal
> If I understand correctly, you're arguing that defaults should be changed > because you don't understand how Emacs works, and since you use Spacemacs, > you don't even care how it works. You understand incorrectly. You incorrectly asserted that all users must learn how visual line mode works.

Re: latex fragments in html export

2020-02-05 Thread Matt Huszagh
Nvm, I found the issue.

make org-insert-dblock:columnview more calendar like?

2020-02-05 Thread Uwe Brauer
Usually my tasks I write like this * Amnu #+COLUMNS: %TIMESTAMP %25ITEM ** First contact :Amnu: <2019-02-01 Fri> ** GramSchmidt and Householder:Amnu: <2019-02-08 Fri> ** Finish Householder, start power and QR :Am

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-05 Thread Matthew Lundin
Hi Bastien, Bastien writes: > > Andrew Hyatt writes: > >> Removing the (beginning-of-line 1) at the end of the time display >> code in that function, and substituting (org-agenda-previous-line) >> seems to fix it.  I'm not sure if that's the right approach - the >> previous code didn't use that

local toc automatic?

2020-02-05 Thread Samuel Wales
i have been using toc for an entire blog post and then #+TOC: headlines 1 local for sections. this local idea is brilliant. i can make the main toc non-intimidating, and then provide a toc for sections. is it possible to do this automatically? that is, supply only one main toc, and specify

latex fragments in html export

2020-02-05 Thread Matt Huszagh
Hello, Has anyone had success getting the html export to process latex fragments? It's leaving mine completely alone and I can't figure out why. Latex babel source blocks work fine. I've set (setq org-html-with-latex luasvgm) luasvgm is a process-alist element I defined. I went through ox-html a

Re: Folding whitespace at the end of a tree

2020-02-05 Thread knoll
Hello Bastien, I tried it using a minimal .emacs and version 9.3.3. It behaves the same on a Linux and a Windows installation. -- Kjell Am 03.02.2020 um 19:50 schrieb Bastien: Hi Kjell, I cannot reproduce this problem. What version of Org are you using? M-x org-version RET Thanks,

How to intersperse commands with their output in RESULTS block?

2020-02-05 Thread Diego Zamboni
Hi everyone, tl;dr: is there a way to have ob-shell (or some similar mode) run commands one by one and include the commands, interspersed with their output, in the #+RESULTS block? I would like to have examples shown with commands, followed by their output. Something like this: #+begin_src conso

Re: attachment: link type export to HTML invalid attach dir

2020-02-05 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > That was kind of what I was trying to do, by allowing subtyping, so > that the parser would be more knowledgeable about particular types of > links, by allowing extended attributes. Maybe not implemented in the > most extensible way though I'll admit. Just to be

Re: [BUG] Infinite loop in org-agenda-show-new-time

2020-02-05 Thread Andrew Hyatt
It is fixed, but now the new time that's supposed to be displayed via text-properties does not show up. Let me spend some time and get a small reproducible case, which will help us test this. On Tue, Feb 4, 2020 at 6:38 PM Bastien wrote: > Hi Andrew, > > thanks again. > > Andrew Hyatt writes:

Re: commit "328c9a1af * bad org.el: Enhance menus" caused error

2020-02-05 Thread Bastien
Hi, stardiviner writes: > BTW, the function ~org-insert-dblock-bindings~ is from package > =orgtbl-aggregate=. I don't know this function and this package. Can you share the minimal Emacs config with which you reproduce the problem? -- Bastien

Re: org-adapt-indentation default should be nil [legibility 3/6]

2020-02-05 Thread Adam Porter
Texas Cyberthal writes: >> the default settings do not put blank lines between headings and >> their entry text, > > I don't know what this means. Plain Emacs behaves the same way > Spacemacs does in this regard. Insertion of a blank line after a > heading is voluntary but standrd. I don't know

Important request, participation in software development study

2020-02-05 Thread ivandarioarroyo
Dear Engineers, When I write this message, I think I am writing to the best software developers in the world, or to those who are in the process of being one. I write to ask you a favor. I am a UMA PhD student and I study the use of formal and non-formal models in the software industry. Accord

commit "328c9a1af * bad org.el: Enhance menus" caused error

2020-02-05 Thread stardiviner
I use magit-bisect on the latest (currently latest commit is "b14a14c9e") org-mode repo. The commit "328c9a1af * bad org.el: Enhance menus" caused bellowing error. I confirmed with a minimal Emacs config testing. #+begin_example Debugger entered--Lisp error: (void-variable org-org-menu) org-in

Re: [PATCH] ob-sql.el support auto set sql-product in editing sql-mode src block buffer

2020-02-05 Thread stardiviner
About this patch, patch, what do you think? Nicolas and Bastien. stardiviner writes: > I tried to write an alist of all database names. and write an function to used > to match name to possible names. But I found this solution is a little kind of > complicated. > > Another simple solution is j

Re: org-startup-truncated default should be nil [legibility 2/6]

2020-02-05 Thread Adam Porter
Texas Cyberthal writes: >> visual-line-mode and toggle-truncate-lines are basic Emacs commands >> that all users should learn early. > > Visual lines, logical lines etc is a complicated mess that Spacemacs > avoids entirely. I recall fiddling with it and never being satisfied, > until adopting Sp

ob-clojure :var header argument not work when src block is noweb called by another src block

2020-02-05 Thread stardiviner
Here is an example: #+NAME: read-in-wxid #+begin_src clojure :var cwd=(file-truename "~/Documents/WeChat/wxid/") (require '[clojure.java.io :as io]) (def directory (io/file cwd)) (def files (filter #(.isFile %) (file-seq directory))) #+end_src #+RESULTS[<2019-08-28 09:12:24> 84a1210d836742ca71

Re: Defaults for noobs, dotfiles for vets [legibility 1/6]

2020-02-05 Thread Adam Porter
Texas Cyberthal writes: > Making a vet change a default if he decides he doesn't like a change > upon upgrading won't drive him away, but Emacs' unfriendly defaults > are always driving away noobs. Therefore Org's defaults should be > noob-friendly, not vet-friendly. There is certainly room to i

Re: commit "328c9a1af * bad org.el: Enhance menus" caused error

2020-02-05 Thread stardiviner
BTW, the function ~org-insert-dblock-bindings~ is from package =orgtbl-aggregate=. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650

New file org-refile.el

2020-02-05 Thread Bastien
Hi all, in the master branch, I've moved Org refile variables and functions to a new org-refile.el file. This may help boost (a tiny bit) the loading of org.el. Please report any strange things that may arise. -- Bastien

Re: Bug: org-element-at-point on headline does not contain :parent property [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Nicolas Goaziou
Ihor Radchenko writes: > Thanks for the clarification. I was not sure if it is intended. > I was mislead about this 2 times because of docstring, though it is > clear from the source code. I fixed the docstring. Thank you. >> Luckily, headlines are exactly where you do _not_ need Element librar

Re: Make code elements in prose unobtrusive [legibility 6/6]

2020-02-05 Thread Russell Adams
On Tue, Feb 04, 2020 at 09:38:57PM -0600, Matthew Lundin wrote: > Adam Porter writes: > > > There may be improvements to be made, but the defaults shouldn't be set > > to match the preferences of any one user. Remember that people have > > been using Org for years, and theming and faces are very

Re: Bug: org-element-at-point on headline does not contain :parent property [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Ihor Radchenko
> `org-element-at-point' returns only a partial parse tree. It never goes > higher than the current top-level element, i.e., from an element, you > cannot go up to the headline just following :parent. Thanks for the clarification. I was not sure if it is intended. I was mislead about this 2 times

Re: Defaults for noobs, dotfiles for vets [legibility 1/6]

2020-02-05 Thread Texas Cyberthal
I started out arguing against my position and wound up with another blog post: https://cyberthal-ghost.nfshost.com/emacs-needs-a-starter-zone-and-org-is-it/

Re: bug: org-table-convert-region-max-lines causes a "Code block produced nop output"

2020-02-05 Thread Bastien
Charles Millar writes: > I have not experienced this problem since I reported it. Thanks for confirming! -- Bastien

Re: Bug: org-element-at-point on headline does not contain :parent property [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: >> Probably the docstring needs to be adapted - Nicolas knows this area >> better than me. > > Do you mean that :parent property may not always be present? `org-element-at-point' returns only a partial parse tree. It never goes higher than the current top-level ele

Re: bug: org-table-convert-region-max-lines causes a "Code block produced nop output"

2020-02-05 Thread Charles Millar
On 2/5/20 3:11 AM, Bastien wrote: Hi Charles, Charles Millar via Emacs-orgmode writes: In an org file I have a source code block to convert entries into and generate a recutils file #+begin_src sh?? :file SomeFile.rec cat << EOF # -*- mode: rec -*- Begin recutils file Approximately 77

Re: Bug: Scheduling capture with a single line capture template [9.2.4 (9.2.4-10-g3b006f-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190715/)]

2020-02-05 Thread Bastien
Hi Gustavo, Gustavo Barros writes: >> I managed to reproduce this bug, it is fixed in maint now. > > I can report this issue is gone with the update to Org 9.3.3. > Thank you very much! Thanks for confirming, best, -- Bastien

Re: Bug: Scheduling capture with a single line capture template [9.2.4 (9.2.4-10-g3b006f-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190715/)]

2020-02-05 Thread Gustavo Barros
Hi Bastien, On Tue, Feb 04 2020, Bastien wrote: I managed to reproduce this bug, it is fixed in maint now. I can report this issue is gone with the update to Org 9.3.3. Thank you very much! Best, Gustavo.

Re: Bug: wsl org-open-at-point [9.1.14 (9.1.14-9-g131531-elpa @ /home/boss5/.emacs.d/elpa/org-20181112/)]

2020-02-05 Thread Bastien
Hi Fabrice, Fabrice Popineau writes: > I am not sure that it is an issue that should be solved by > org-mode.  Thanks for taking the time to answer -- I'll leave this "bug" out of my radar for now then. Thanks, -- Bastien

Re: Bug: org-element-at-point on headline does not contain :parent property [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Bastien
Ihor Radchenko writes: >> Probably the docstring needs to be adapted - Nicolas knows this area >> better than me. > > Do you mean that :parent property may not always be present? I don't know, I hope Nicolas can handle this. -- Bastien

Re: Bug: Wrong syntax in org-mode files with babel fragments in src blocks [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191021/)]

2020-02-05 Thread Bastien
"Fraga, Eric" writes: > On Wednesday, 5 Feb 2020 at 09:14, Bastien wrote: > > [...] > >> Org-mode sets: >> >> (modify-syntax-entry ?< "(>") >> (modify-syntax-entry ?> ")<") >> >> should we adapt Org's default syntax? > > Difficult to judge but my gut feeling would be to leave as is. Okay, d

Re: Bug: org-element-at-point on headline does not contain :parent property [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Ihor Radchenko
> Probably the docstring needs to be adapted - Nicolas knows this area > better than me. Do you mean that :parent property may not always be present? If so, it is quite disappointing. It would be helpful to be able to find parent of any element at point (especially, in conjunction with org-elemen

Re: Bug: Wrong syntax in org-mode files with babel fragments in src blocks [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191021/)]

2020-02-05 Thread Fraga, Eric
On Wednesday, 5 Feb 2020 at 09:14, Bastien wrote: [...] > Org-mode sets: > > (modify-syntax-entry ?< "(>") > (modify-syntax-entry ?> ")<") > > should we adapt Org's default syntax? Difficult to judge but my gut feeling would be to leave as is. My use case involves significant amount of cod

Release 9.3.3

2020-02-05 Thread Bastien
Hi all, Org 9.3.3, a bugfix release, is out. Enjoy! -- Bastien

Re: Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-02-05 Thread Bastien
Hi Ihor, this is fixed in maint now, thanks! -- Bastien

Re: Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2020-02-05 Thread Bastien
Hi Brian, if you can write a patch for this enhancement, that would be nice. Thanks, -- Bastien

Re: Bug: export html with nice urls [9.1.9 (release_9.1.9-65-g5e4542 @ /gnu/store/djza93lqjcndsldf4794bp8mvipd6fz4-emacs-26.3/share/emacs/26.3/lisp/org/)]

2020-02-05 Thread Bastien
Hi Arne, can you provide a patch for this? Thanks! -- Bastien

Re: Bug: Wrong syntax in org-mode files with babel fragments in src blocks [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191021/)]

2020-02-05 Thread Bastien
Hi Eric, "Fraga, Eric" writes: > I have the following 2 lines in my org-mode-hook to cater for this issue > which arises when using source blocks. > > (modify-syntax-entry ?< ".") > (modify-syntax-entry ?> ".") Org-mode sets: (modify-syntax-entry ?< "(>") (modify-syntax-entry ?> ")

Re: Bug: wsl org-open-at-point [9.1.14 (9.1.14-9-g131531-elpa @ /home/boss5/.emacs.d/elpa/org-20181112/)]

2020-02-05 Thread Fabrice Popineau
Le mer. 5 févr. 2020 à 07:25, Bastien a écrit : > Hi Steve, > > thanks for reporting this issue. Can you or Fabrice suggests what > change should be done in Org, if any? Also, perhaps another solution > can be found by adapting `org-file-apps'? > > I am not sure that it is an issue that should

Re: bug: org-table-convert-region-max-lines causes a "Code block produced nop output"

2020-02-05 Thread Bastien
Hi Charles, Charles Millar via Emacs-orgmode writes: > In an org file I have a source code block to convert entries into and > generate a recutils file > > #+begin_src sh?? :file SomeFile.rec > cat << EOF > # -*- mode: rec -*- > > Begin recutils file > > Approximately 770 records in recuti

Re: Bug: calling org-agenda-list programatically when starting with emacs --daemon [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2020-02-05 Thread Bastien
Hi, rrandr...@gmail.com writes: > 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