Re: Getting Org-Crypt to work (doc bug?)

2020-09-17 Thread Bastien
Hi David, David Masterson writes: > I didn't see a reply -- does the above patch work? Have you applied > it? I have not had the time to test the patch yet. If you are confident the fix is good, please update the format of the patch, following instructions here: https://orgmode.org/worg/org-

Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2020-09-17 Thread TEC
I'm still hoping for that discussion :P To the Org community, if you have thoughts on this - please share them :) Timothy. Me earlier: > Bastien writes: >> Let's discuss this with care, and consider all possible outcomes. > > This is /exactly/ what I was hoping to prompt with this email. > I

Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2020-09-17 Thread hj-orgmode-1
 I do not have much insight into all the possible outcomes (i.e. I am clueless about such outcomes) except one outcome - orgmode MIME type gets registered.  I think it would serve well the proliferation and popularization of org-mode. I.e. I do not see any negatives, only positives. After su

Re: strange bug after a fresh install

2020-09-17 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe, > if seems that the problem lies with ob-ipython. > I would suggest to remove ob-ipython to check and then perform a fresh > install of ob-ipython. thanks smime.p7s Description: S/MIME cryptographic signature

Re: strange bug after a fresh install

2020-09-17 Thread Uwe Brauer
>>> "NS" == Nicholas Savage writes: > Are you using ob-ipython? Your trace makes it seem like that might be > loaded maybe in your init files. This issue seems to cover the problem > you are having, since it says that it's modifying `org-mode-hook'. > https://github.com/gregsexton/ob-ipython/iss

[PATCH] Adaptive Org faces in headings?

2020-09-17 Thread Ihor Radchenko
The attached patch seems to fix the issue. Can anyone test? Best, Ihor >From 7a5bfe2f514af1f6af48652155732dbcb9fe22d0 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 17 Sep 2020 16:14:11 +0800 Subject: [PATCH] Make sure that headline faces take precedence * lisp/org.el (org-activate-li

Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Shibu N.V
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: basic org questions

2020-09-17 Thread Stefan Nobis
Samuel Wales writes: > for my part, i appreciate your using the "wrong" style for your > email message A plain text document presented in a monospaced font is quite a different thing than a (longer) PDF with a plethora of layout and micro-typographic options. Do you also appreciate the workarou

Re: basic org questions

2020-09-17 Thread Stefan Nobis
Emanuel Berg via "General discussions about Org-mode." writes: > OK, but the values still ned to be specified, right? No, just use the package - it sets the relevant lengths to change the style of marking paragraphs and tries hard to also reset every other length that depends on the original val

Re: basic org questions

2020-09-17 Thread Stefan Nobis
Emanuel Berg via "General discussions about Org-mode." writes: >> #+attr_latex: :center nil :booktabs t >> | My | Columns | >> |+-| >> | 1 | 2 | >> | 3 | 4 | > "PDF file produced with errors." Sorry that I try to make more general examples that are not exactly tailored

Re: basic org questions

2020-09-17 Thread Stefan Nobis
"Thomas S. Dye" writes: > There are many pieces of software that will allow the user to the > violate best typesetting practices easily. LaTeX is not one of them. Not quite right. I have seen people create really ugly source code *and* ugly output with LaTeX with ease. You can create garbage wit

[r...@gnu.org: Keep Org mode submodules in Emacs, please!]

2020-09-17 Thread Russell Adams
- Forwarded message from Richard Stallman - Date: Wed, 16 Sep 2020 01:09:19 -0400 From: Richard Stallman Subject: Keep Org mode submodules in Emacs, please! [[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all ene

Re: creating png images in emails with org-mode

2020-09-17 Thread Eric S Fraga
On Thursday, 17 Sep 2020 at 00:57, Nick Dokos wrote: > Apparently, recent versions of ImageMagick (version 7 seems to be one) > on (perhaps) some distros ship with a > /etc/ImageMagick-/policy.xml file that imposes restrictions > on what can be done. Here's an SE question with some information: Th

Re: using header data in document

2020-09-17 Thread Eric S Fraga
On Wednesday, 16 Sep 2020 at 19:14, Emanuel Berg via "General discussions about Org-mode." wrote: > Eric S Fraga wrote: > >> what does your #+date: line look like? Is it >> a single time stamp? If it is not, all of the above >> would return the same thing. > > I don't have that line. So there is

Re: basic org questions

2020-09-17 Thread General discussions about Org-mode.
Stefan Nobis wrote: >> OK, but the values still ned to be >> specified, right? > > No, just use the package - it sets the relevant > lengths to change the style of marking paragraphs > and tries hard to also reset every other length > that depends on the original values of > these variables. You

Re: basic org questions

2020-09-17 Thread General discussions about Org-mode.
Stefan Nobis wrote: >> There are many pieces of software that will allow >> the user to the violate best typesetting practices >> easily. LaTeX is not one of them. > > Not quite right. I have seen people create really > ugly source code *and* ugly output with LaTeX with > ease. You can create garb

Re: basic org questions

2020-09-17 Thread General discussions about Org-mode.
Stefan Nobis wrote: >>> #+attr_latex: :center nil :booktabs t >>> | My | Columns | >>> |+-| >>> | 1 | 2 | >>> | 3 | 4 | > >> "PDF file produced with errors." > > Sorry that I try to make more general examples that > are not exactly tailored to your use case. > As I said i

[PATCH] Enhance org-html--build-meta-info

2020-09-17 Thread TEC
Hi All, This just replaces the current `org-html--build-meta-info' with a cleaner, more extensible (I also added a new variable) version. Please give it a look and let me know what you think! Timothy. <#part type="text/x-patch" filename="/home/tec/.emacs.d/.local/straight/repos/org-mode/0001-lis

Re: [PATCH] Enhance org-html--build-meta-info

2020-09-17 Thread TEC
TEC writes: > <#part type=“text/x-patch” > filename=“home/tec.emacs.d/.local/straight/repos/org-mode/0001-lisp-ox-html.el-make-html-meta-func-nicer.patch” > disposition=inline> > <#/part> I have no idea what I need to do to get Mu4e to attach files, but I'm clearly not doing it right. Here's

Re: basic org questions

2020-09-17 Thread Alexander Adolf
Emanuel Berg via "General discussions about Org-mode." writes: > Re: basic org questions > Russell Adams wrote: > >>> 1) How do I make a region italic? [...] >> >> https://emacs.stackexchange.com/questions/18101/org-mode-multi-line-emphasis-and-bold > > OK, thanks, not the same good looking synta

Re: basic org questions

2020-09-17 Thread General discussions about Org-mode.
Alexander Adolf wrote: > I use visual-line-mode (which also enables > word-wrap by default) for Org files. For instance: > > (add-hook 'org-mode-hook (lambda () >(turn-off-auto-fill) >(visual-line-mode) >(flyspell-

Re: eldoc recursion error

2020-09-17 Thread James N . V . Cash
Kyle Meyer writes: > Thanks for the patch! For information about the expected commit message > format, please see . Ah will do, thanks! I'm still learning how to work with the email & patch-based workflow. > Okay, so when eldoc-documentation-functi

Re: official orgmode parser

2020-09-17 Thread Przemysław Kamiński
On 9/17/20 3:18 AM, Ihor Radchenko wrote: So basically this is what this thread is about. One needs a working Emacs instance and work in "push" mode to export any Org data. This requires dealing with temporary files, as described above, and some ad-hoc formats to keep whatever data I need to pull

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-17 Thread Jeff Filipovits
Adam Spiers writes: Hrm, no this isn't good enough. For graphical windows we still need to set the display text properties to align all tags when the buffer initially loads. AFAICS there's currently no code to trigger this, so it would need to be added, and for large files this might ac

Re: pcase failure with Emacs 24 (was Emacs version for Org 9.4?)

2020-09-17 Thread Kaushal Modi
> On 2020-09-15, Kyle Meyer wrote: > > > >> It is pretty tricky to debug, but the failure starts with 4a27b67fd > >> (org-element: Fix property drawers parsing, 2020-04-22). As far as I > >> can see, the pattern introduced there is perfectly valid and should be > >> compatible with Emacs 24. I'd

Re: [PATCH] Enhance org-html--build-meta-info

2020-09-17 Thread Jens Lechtenboerger
On 2020-09-17, TEC wrote: > Hi All, > > This just replaces the current `org-html--build-meta-info' with a > cleaner, more extensible (I also added a new variable) > version. Please give it a look and let me know what you think! Hi Timothy, yes, I agree that org-html--build-meta-info needs work,

Re: [PATCH] Enhance org-html--build-meta-info

2020-09-17 Thread TEC
Jens Lechtenboerger writes: > Hi Timothy, Hi Jens! Thanks for responding. > yes, I agree that org-html--build-meta-info needs work, and the HTML > backend would benefit from more documentation. Back then [1], I > wondered which parts of meta data need to be treated how. That was > continued

Re: How to refer to remote table, in another file, as a source block variable?

2020-09-17 Thread William Denton
Aha! Thank you! I'll try to do a patch for the docs so this is clearer there. Bill On 14 September 2020, John Kitchin wrote: I think you are looking for (Assuming your table is in an org file called test.org): #+BEGIN_SRC ipython :var data=test.org:test_table for row in data: print(row)

org-remove-occur-highlight ignores BEG and END

2020-09-17 Thread Nicholas Savage
I've been exploring a bit of the code base for Org Mode and I stumbled upon something I wanted to ask the wider community about. I've googled already and didn't find anything. `org-remove-occur-highlight' in org.el takes two optional parameters (alongside a third) BEG and END, but the documentar

PATCH: (org-remove-occur-highlights) Implements option to remove highlights between points

2020-09-17 Thread Nicholas Savage
I posted earlier about why org-remove-occur-highlights ignored it's options of beg and end. I'm fairly sure it was so they could be implemented later. I wanted to use this functionality, so I've implemented it. This should not change any current behaviour. If beg and end are nil, it will run the

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Ihor Radchenko
> Emacs is invoked using runemacs.exe -Q. The org file is loaded in buffer > using C-x C-f. But the org file is not rendered in the buffer. Could you provide the problematic file? Or better the part of file causing the issue? Best, Ihor "Shibu N.V" writes: > Remember to cover the basics, that

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Shibu N.V
emacs invoked with "runemacs -Q " and also "emacs -Q" commands. So no configuration files are loaded. Rendering issue is not specific to any particular org file. It is general to all org files. The following message is shown in the message buffer (Shell command succeeded with no output) I am attach

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-17 Thread Ihor Radchenko
> emacs invoked with "runemacs -Q " and also "emacs -Q" commands. So no > configuration files are loaded. Rendering issue is not specific to any > particular org file. It is general to all org files. I cannot reproduce the issue on my side. Though I am on Linux. A generic suggestion would be rein

When will 9.4 be on orgmode/elpa ?

2020-09-17 Thread Detlef Steuer
Hi all, I use https://orgmode.org/elpa/ org-plus-contrib to stay uptodate with org. As it seems GNU elpa has org-9.4. Normally I would be more patient, but I'm having very strange movements of point(!) during folding/unfolding in an old, largish file where folding always worked. The cursor ends