Re: New startup options

2020-12-22 Thread Gustav Wikström
Hi, Added. /Gustav From: Emacs-orgmode on behalf of Colin Baxter Sent: Monday, December 21, 2020 18:20 To: emacs-orgmode@gnu.org Subject: New startup options In ORG-NEWS there is the line *** New startup options #+startup: showlevels Not being a

IRC bots for code.orgmode.org and Worg?

2020-12-22 Thread Russell Adams
Any interest in having a bot setup to advertise git commits for the main Org repos and Worg? If so, anyone suggest a bot software? -- Russell Adamsrlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3

Re: Bug: org-element does not recognize table.el tables [9.4 (release_9.4-53-g23f941 @ /home/nick/elisp/org-mode/lisp/)]

2020-12-22 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Consider an Org mode file with a table.el table (which I made by > first constructing an Org mode table and then usind `C-c ~' to convert it): > > --8<---cut here---start->8--- > * table.el table > > > ++++ > | a |

Re: Release Org 9.4.2

2020-12-22 Thread Lennart C. Karssen
On 16-12-2020 19:41, Tim Cross wrote: > > > Github is not an option here. The problem is, github encourages the use > of proprietary, non-free software, which conflicts with the GNU's > primary goal of software freedom. As Org mode is a GNU project, it > cannot use Github in any fashion which

Re: Bug: org-element does not recognize table.el tables [9.4 (release_9.4-53-g23f941 @ /home/nick/elisp/org-mode/lisp/)]

2020-12-22 Thread Nick Dokos
Bastien writes: > Hi Nick, > > Nick Dokos writes: > >> Consider an Org mode file with a table.el table (which I made by >> first constructing an Org mode table and then usind `C-c ~' to >> convert it): > > Would it be so bad if org-mode decides to stop supporting table.el tables? > > I don't

Re: Release Org 9.4.2

2020-12-22 Thread Bastien
TEC writes: > I think this conversation deserves it's own thread, perhaps something > like "Org's development forge". Please don't open this topic, as there is no plan here. -- Bastien

Re: overloading of internal priority calculations in agenda

2020-12-22 Thread Adam Spiers
Hi again, On Wed, Dec 02, 2020 at 02:20:53PM +, Adam Spiers wrote: Hi all, I'm currently working on adding a feature to org-agenda which allows manual ordering of entries in combination with the existing automatic ordering (as dictated by `org-agenda-sorting-strategy'). During my

*strong* markup not honored at boundary of macro input during HTML export

2020-12-22 Thread m27315
If the following org file is exported as HTML, any *strong* markup for words at the beginning or the end of the input string are ignored.  (I have included several slight variations to help testing.) #+TITLE: Test MACRO with *strong* Markup

Re: did behaviour of RET change again?

2020-12-22 Thread Kyle Meyer
Bastien writes: > Also, I'm thinking of using headline-data as the new default for the > org-adapt-indentation option. WDYT? FWIW if we're going to change the default, I'd vote for the simpler and longer-existing nil value.

Re: Release Org 9.4.2

2020-12-22 Thread TEC
I've been following this conversation, and I'm glad to see it happening. However, we've really stayed quite far from the subject of our emails :P I think this conversation deserves it's own thread, perhaps something like "Org's development forge". -- Timothy Lennart C. Karssen writes: >

Re: New startup options

2020-12-22 Thread Colin Baxter
Hello Gustav, Excellent. Now I understand. Thank you very much. Best wishes, > Gustav Wikström writes: > Hi, Added. > /Gustav > From: Emacs-orgmode > on behalf of Colin > Baxter Sent: Monday, December 21, 2020 18:20 >

Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-12-22 Thread Bastien
Hi Gustavo, Gustavo Barros writes: > the new release brought the interesting value `headline-data' to the > option `org-adapt-indentation'. However it introduces some issues > regarding the indentation of log entries in the `LOGBOOK' drawer, which > I describe below. I can reproduce this

Re: Release Org 9.4.2

2020-12-22 Thread Jean Louis
* Bastien [2020-12-22 19:20]: > TEC writes: > > > I think this conversation deserves it's own thread, perhaps something > > like "Org's development forge". > > Please don't open this topic, as there is no plan here. There need not be any official plan. But why not. Org mode is all about

[PATCH] tempo: Support inserting an absolute file name for 'include'

2020-12-22 Thread Kyle Meyer
Uwe Brauer writes: > Hi > > I use tempo template and writing > > Although the minibuffer presents me with the absolute path, only the > relative path is inserted. > > Where can I change this behaviour? It's hard coded at the moment. I'd be okay adding a defcustom that controls this behavior,

Re: Bug: Org line commands and visual-line mode bindings [9.3.7 (9.3.7-15-gc9abb4-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200727/)]

2020-12-22 Thread Gustavo Barros
Hi Bastien, Hi Marco, On Fri, 04 Sep 2020 at 14:37, Bastien wrote: Hi Gustavo, Gustavo Barros writes: I do think my other workaround is worth pondering to be included, so that this would work out-of-the-box. Do you see any particular drawbacks of setting these bindings directly (that is,

Re: Bug: Org line commands and visual-line mode bindings [9.3.7 (9.3.7-15-gc9abb4-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200727/)]

2020-12-22 Thread Gustavo Barros
On Tue, 22 Dec 2020 at 17:18, Gustavo Barros wrote: Anyway, what I came up is a slight variation from Marco's approach, which may be just general enough to be employed by Org. #+begin_src emacs-lisp (add-hook 'visual-line-mode-hook #'my/visual-line-mode-hook-for-org) (defun

Re: Selecting a date to show on the agenda with time grids

2020-12-22 Thread Eric S Fraga
On Saturday, 19 Dec 2020 at 09:32, Christopher Dimech wrote: > to select the date and get the week for the agenda. > > But I would like the grid marks for the selected date to show up > together with the list of appointments in the time slots. If you are asking whether you can get the time grid

Re: [feature request] org-agenda-skip-unless

2020-12-22 Thread Alexander Adolf
Hello Kyle, Kyle Meyer writes: > [ sorry for the slow response ] Same here... > [...] >> With that, my dream agenda would be: >> >> (setq org-agenda-custom-commands >> '(("n" "Agenda and all TODOs" >> ((agenda "" nil) >> (alltodo "" ((org-agenda-block-separator "") >>

Re: Bug: ox-html.el: Code blocks extend out of box border

2020-12-22 Thread Kyle Meyer
Vladislav Glinsky writes: > Please note that changes from this patch cause clipping of popups with > language labels (pre.src:before). Thanks for reporting and sorry for the slow reply. As far as I can tell, this was fixed by Fatih Aydin in 5ee39c352 (ox-html: Add margin to fix overflow

Re: [feature request] org-agenda-skip-unless

2020-12-22 Thread Kyle Meyer
Alexander Adolf writes: > While I'm apparently still on the learning curve, would you agree that > wishing for some more documentation around org-agenda would not bear the > danger of fostering opulence? ;-) I rarely think more documentation is a bad thing :), and any help in that regard is

Re: Bug: Org line commands and visual-line mode bindings [9.3.7 (9.3.7-15-gc9abb4-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200727/)]

2020-12-22 Thread Gustavo Barros
On Tue, 22 Dec 2020 at 17:24, Gustavo Barros wrote: Damn! Sorry for the noise. It *doesn't* work, and disables Org's own remappings, of course. Just as I sent I realized I had something else enabled which was doing the actual job (my previous take on this thread). Back on the

Re: strange behavior of @ in tag searches

2020-12-22 Thread Kyle Meyer
Ihor Radchenko writes: > "Victor A. Stoichita" writes: >> I just realized that with "emacs -Q" both searches yield the >> expected results. >> I have emacs 27.1 which ships org-mode 9.3. >> Could I have set inadvertently something that changes the meaning >> of @ in tag searches? Or was there

Re: overloading of internal priority calculations in agenda

2020-12-22 Thread Adam Spiers
Thanks a lot - appreciate the feedback! On Tue, 22 Dec 2020 at 23:38, Samuel Wales wrote: > if my opinion is worth anything [perhaps not much here :]], i like > your proposals and the idea of being able to re-sort an existing > agenda assuming that is your goal. > > i don't use any priority

Re: did behaviour of RET change again?

2020-12-22 Thread Samuel Wales
there are just a few defaults i think are better for new users, despite discoverability. no indentation is one such. 1 changes org files less [better for e.g. merging] 2 requires less filling maintenance [for the body text; bastien's change works here] 3 requires less adjustment when

Re: did behaviour of RET change again?

2020-12-22 Thread Samuel Wales
in case not obvious, i am suggesting a nil value for org adapt indentation. thus no physical indentation of all lines including planning lines. i'd even suggest no physical indentation as default for example and source blocks, but that is a can of worms. On 12/22/20, Samuel Wales wrote: >

Re: strange behavior of @ in tag searches

2020-12-22 Thread Ihor Radchenko
Kyle Meyer writes: > Hmm, I tried on master (9140a712f) and maint (97f1d8e34) and can't > trigger the issue. > > Am I overlooking some detail? Curious. I tried again and I cannot reproduce both on master and on master with my config. Sorry for the noise. Best, Ihor

Re: overloading of internal priority calculations in agenda

2020-12-22 Thread Samuel Wales
if my opinion is worth anything [perhaps not much here :]], i like your proposals and the idea of being able to re-sort an existing agenda assuming that is your goal. i don't use any priority sorting except in user-customizable but it makes sense to decouple them for those who do. and i

Re: [PATCH] Apply emacs manual css to org pages

2020-12-22 Thread Greg Minshall
Timothy, > This is a quick patch to use the Emacs manual CSS with our generated Org > manual. that's certainly visually pleasing. nice! Greg

[TIP] Export to LaTeX and HTML with a watermark

2020-12-22 Thread Juan Manuel Macías
Hi, Recently, I needed to export a document to both LaTeX and HTML with a watermark background. I came to write this little function (for LaTeX, the 'draftwatermark' package is used; for html, a bit of CSS. The optional arg `text' is the text of the watermark; by default what is printed is

Re: [TIP] Export to LaTeX and HTML with a watermark

2020-12-22 Thread Thomas S. Dye
Nice! This is the kind of thing I like to find here: https://orgmode.org/worg/org-hacks.html Please consider adding it to Worg! All the best, Tom Juan Manuel Macías writes: Hi, Recently, I needed to export a document to both LaTeX and HTML with a watermark background. I came to write

[PATCH] Apply emacs manual css to org pages

2020-12-22 Thread TEC
Hi all, This is a quick patch to use the Emacs manual CSS with our generated Org manual. You can see what the single-page version of this looks like here: https://tecosaur.com/resources/org/doc/manual.html and the multi-page here: https://tecosaur.com/resources/org/doc/manual/ This should be an

tabs turned into space when going into Org Src...?

2020-12-22 Thread Greg Minshall
hi. it seems going into Org Src, at least from a "makefile" source block, changes the tabs (the the base org mode added for me) into spaces, and leaves them as spaces when i merge back into the main .org file (and, so, make(1) complains, "missing separator"). is this intentional? #+begin_src

Re: [PATCH] org-plot abstractions and extension

2020-12-22 Thread Kyle Meyer
> Subject: [PATCH] org-plot.el: fix compiler warnings > > * (org--plot/values-stats): Replace `log10' with `log'. > (org--plot/nice-frequency-pick): Replace obsolete `case' with `pcase`. case is still available under the cl- prefix. If you wanted to use it in 73c99bf42 (org-plot.el: add utility

Re: [PATCH] org-plot abstractions and extension

2020-12-22 Thread Kyle Meyer
Bastien writes: > Hi Timothy, > > TEC writes: > >> I'll attach all the patches to this email, so there's no ambiguity. >> (crosses fingers for attachments working as expected) > > Applied, with minor modifications of the changelog entries:[...] This series introduced some compiler warnings.

Re: [PATCH] Remove redundant 'function's around lambda

2020-12-22 Thread Kyle Meyer
Bastien writes: > Hi Kyle, > > Kyle Meyer writes: > >> Org files don't use a consistent style, despite Org's .dir-locals.el >> setting indent-tabs-mode to t, which should probably be changed to match >> Emacs's nil value. > > FWIW, I'm all for setting `indent-tabs-mode' to nil in Org's

Re: [PATCH] org-plot abstractions and extension

2020-12-22 Thread TEC
Kyle Meyer writes: > This series introduced some compiler warnings. > > Timothy, could you please submit a follow-up patch to address these? Absolutely. Thanks for raising this, I'll take a look shortly. -- Timothy

Re: [PATCH] org-plot abstractions and extension

2020-12-22 Thread TEC
TEC writes: > Kyle Meyer writes: > >> This series introduced some compiler warnings. >> >> Timothy, could you please submit a follow-up patch to address these? > > Absolutely. Thanks for raising this, I'll take a look shortly. Here we go :) >From 309907af5e76818753b85af84b3e304d8cb4568c Mon