[O] link handling for `file:' fails to stay within Emacs but calls `open file:' with TextEdit

2018-05-21 Thread Van L
Hello. The link handling for org mode behaves unexpectedly where a file sets org mode according to `Local variables:' at the end of the file. In the following, a.org and b.org files work as expected using M-x org-store-link and M-x org-insert-link for `file:' link. Without the .org filename

[O] SRC block with `-i' switch seems to solve the problem (was: comment alignment not lining up / C++//l OrgSrc Abbrev / Releasing Emacs 26.1)

2018-05-21 Thread Van L
and reduce the chance of misunderstanding or missing the point. > Begin forwarded message: > > From: Van L <van@scratch.space> > Subject: comment alignment not lining up / C++//l OrgSrc Abbrev / Releasing > Emacs 26.1 > Date: 7 May 2018 at 23:24:00 AEST > To: emacs-orgmode@gn

[O] comment alignment not lining up / C++//l OrgSrc Abbrev / Releasing Emacs 26.1

2018-05-21 Thread Van L
Date: 7 May 2018 at 22:05:40 AEST > To: Van L <van@scratch.space> > Cc: Phil Sainty <psai...@orcon.net.nz>, Eli Zaretskii <e...@gnu.org>, John > Wiegley <jo...@gnu.org>, Michael Albinus <michael.albi...@gmx.de>, > emacs-de...@gnu.org > > Hi, >

[O] , C-c ', on SRC block in two window vertical split screen goes horizontal unexpectedly

2018-05-25 Thread Van L
Hello. I have two windows separated by a vertical split. Left and right. On the right window, I have an elisp SRC block. I want to go in and edit it after ,C-c ‘, and expect the left window to narrow in. What happens next is the vertical split disappears, unexpectedly, and a horizontal split

Re: [O] Problem with python source block

2018-05-26 Thread Van L
> Doyley, Marvin M. writes: > > I get an error I get a reproduction of your error outside of Emacs and Org Mode. Adapting an example from the list’s archive, the following works. #+BEGIN_SRC elisp :results none (org-babel-do-load-languages 'org-babel-load-languages '((python . t)))

[O] C++ is not accepted for SRC block evaluation

2018-05-26 Thread Van L
Hello. The `m-x customize’ path to `org-babel-load-languages’ or the following method won’t accept C++. #+BEGIN_SRC elisp :results none (org-babel-do-load-languages 'org-babel-load-languages '((C++ . t))) #+END_SRC The messages buffer has the following. executing Elisp code

Re: [O] link handling for `file:' fails to stay within Emacs but calls `open file:' with TextEdit

2018-05-26 Thread Van L
> On 26 May 2018, at 20:34, Nicolas Goaziou wrote: > > What is your `org-file-apps’? Value: ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default) (t . emacs)) Original value was ((auto-mode . emacs) ("\\.mm\\'" . default)

Re: [O] link handling for `file:' fails to stay within Emacs but calls `open file:' with TextEdit

2018-05-26 Thread Van L
> Nicolas Goaziou writes: > > Van L <van@scratch.space> writes: > >> It is working now since I was advised to look there and I made the above >> change. >> >> I am now able to link file to file and stay within Emacs for a directory >> ha

Re: [O] link handling for `file:' fails to stay within Emacs but calls `open file:' with TextEdit

2018-05-24 Thread Van L
> Nicolas Goaziou writes: > > You may > want to tweak `org-file-apps’. I chose `Default for unrecognized files’, `Visit with Emacs’; but `Default for files in directory’ or use of the hidden file in the directory for setting the mode would be better. Thanks.

[O] column in table fails to align for China's characters

2018-06-13 Thread Van L
Hello. Mixing characters from differing languages causes the table column to fail to align. See as follows. | Term | Pronunciation | Definition |

Re: [O] column in table fails to align for China's characters

2018-06-14 Thread Van L
Thanks, > Table alignment assumes you are using a fixed-width font, which > may or may not be possible with chinese characters. there is no monospaced font for combining parts of Unicode?

Re: [O] unable to edit indirect-buffer in fundamental mode without losing pretty printing in base buffer org mode

2018-05-30 Thread Van L
> Nicolas Goaziou writes: > > I assume you mean that sub/superscript markers are hidden (i.e., > relevant configuration settings for WYSIWYG). > > But in what cases do users need to edit the textual markup? Can they be > avoided ? I use the markup to help read language with differing

Re: [O] C++ is not accepted for SRC block evaluation

2018-05-26 Thread Van L
> John Kitchin writes: > > It should be (C . t) > > it looks like ob-C also handles C++. > Section 14.7 Languages in the Org Mode working with source code infopages > lists C++. Thanks. How about the following to update the documentation: #+BEGIN_EXAMPLE diff --git a/doc/misc/org.texi

[O] unable to edit indirect-buffer in fundamental mode without losing pretty printing in base buffer org mode

2018-05-27 Thread Van L
Hello. Is it possible to edit a buffer in org mode and its indirect-buffer in fundamental mode without losing pretty printing in the org mode base buffer? At the indirect-buffer, I switch to fundamental mode and that causes the base buffer in org mode to lose the pretty printing for

Re: [O] org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters

2018-06-29 Thread Van L
>> org9.1.13available gnu I picked that one for Emacs 26.1 and 27.0.50. The following lines in .emacs don’t raise debug warnings. (package-initialize) (require 'package) (add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/;) t) Hoping to publish

Re: [O] column in table fails to align for China's characters

2018-07-02 Thread Van L
Hello, After discovering the (Mac Font Panel mode) I can confirm the following fixed-width fonts will line-up the table columns for Latin and Han characters: - Osaka - HanaMinA - HanaMinB - PCMyungjo Those HanaMin fonts you find at the font test page at ctext.org

Re: [O] Demoting in plain list displays asterisk as space

2018-06-26 Thread Van L
> I have no clue where to start searching To list `org-` variables: C-h v org- TAB You can try the following: #+BEGIN_EXAMPLE ; find help for the mode's key map C-h b ; find help for the major mode C-s major ; click on org-end-of-line ; click on org.el ; there you find a

Re: [O] Org Mode Documentation Patch

2018-06-25 Thread Van L
>> I've printed, signed, scanned and sent the assignment to >> ass...@gnu.org , waiting for their response. > > Nice. It should be possible to do without printing and scanning, do all of the assignment electronically.

Re: [O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-20 Thread Van L
> If you like the additional documentation, > then I will update it with > this and send a new patch. Can the documentation in the standard distribution include step-by-step example using XeTeX comparing plain TeX and LaTeX for writing a letter to PDF with an SVG logo placed well?

[O] generate PDF with matching new-lines in quotation C-u C-c C-e

2018-07-30 Thread Van L
Hello, Is it possible to produce in PDF the following passage with matching new-lines? #+NAME: page-56-57 #+BEGIN_SRC latex :export: \begin{quotation} war. The longer a war lasts, the more things tend to depend on acci- dents. Neither you nor we can see into them: we

Re: [O] generate PDF with matching new-lines in quotation C-u C-c C-e

2018-08-01 Thread Van L
Thank you, > You can force a newline in LaTeX putting '\\' at the end of the line(as the > last chars on the line). Yes. The file sample2e.tex demonstrates the use of '\\' in the 'verse' environment. I now have the following wanting to fully justify the lines but it doesn’t. #+BEGIN_SRC

Re: [O] generate PDF with matching new-lines in quotation C-u C-c C-e

2018-08-01 Thread Van L
Hello Leslie, > Well, you must choose what do you want. I have it :-) No amount of searching through the Internet forums was going to find this. But, you can piece it together from Leslie Lamport’s LaTeX book which I finally did. The \linebreak leaves the full justification default

[O] `C-c C-z' does not add note to LOGBOOK drawer

2018-07-20 Thread Van L
Hello, I find the note is placed above the LOGBOOK drawer and not added to inside as expected. — quote If you want to store a quick note in the LOGBOOK drawer, in a similar way to state changes, use ‘C-c C-z’ Add a time-stamped note to the LOGBOOK drawer. — quote ends — quote

Re: [O] `C-c C-z' does not add note to LOGBOOK drawer

2018-07-20 Thread Van L
> Check the value of org-log-into-drawer? It is a first time use for me. The default behaviour is fine. The following places in the documentation should line up in agreement: *info* (org) Drawers *Help* C-c C-z (org-add-note) maybe add a footnote about org-log-into-drawer?

[O] exporting HTML to Dotclear platform

2018-07-21 Thread Van L
Hello, Is there a way to export a clipping of headline, paragraph, image and caption from an HTML block to the import mechanic on the Dotclear platform? I want to edit in Org Mode and do the extra key punches to save directly to Dotclear without using the webpages’ editor in the web browser.

Re: [O] org 9.1.9 fails to open the document with many radio targets in Emacs 26.1

2018-07-22 Thread Van L
> I upgraded my emacs 25.3 to Emacs 26.1 for window. In the emacs 25.3, it > installed the org version 8.2.10 by default, and the newer emacs 26.1 builds > with org version 9.1.9. > > When I want to open a org document(19M) with org version 9.1.9. It seems to > take long time for opening

Re: [O] org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters

2018-06-29 Thread Van L
> https://github.com/grettke/org-utf-to-xetex > > please share feedback. I’ve been meaning to try XeTeX in org-mode to create PDF from plaintex and latex. https://orgmode.org/elpa.html Having followed the instructions above, how do I disable the builtin Emacs 26.1 Org Mode? Then, which

Re: [O] 26.1, 9.1.9; startup:overview, smerge-ediff frame unusable, unremovable

2018-10-16 Thread Van L
I should add I was in an emacs without the .emacs customization to allow TAB to cycle the headline visability which explains why I could not do that, but why C-x 5 0 was refused is a puzzle. > Looking at the file in smerge-mode > and then calling smerge-ediff > produced my Org-Mode buffer >

[O] 26.1, 9.1.9; startup:overview, smerge-ediff frame unusable, unremovable

2018-10-16 Thread Van L
Hello, I found myself in a situation to smerge-ediff with three windows split inside a frame. There was another tiny frame with a question mark which I didn’t do anything to. Maybe I had to. I had tried to git merge and there were conflicts needing attention. Looking at the file in

Re: [O] Visualizing org files

2018-10-19 Thread Van L
>>> Freeplane XML to org >> >> I took a look at images of Freeplane XML and it is boring. >> >> What I’d like to do is tile triangles (and the normal) as clusters >> and/or scatters on meaningful planes of data/concepts which see a >> landscape having moving parts in Disney’s Tron blockbuster

[O] typo, sp at C++ Source Code Blocks in Org Mode

2018-11-05 Thread Van L
Hello, At the following page: https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-C.html // CC+ should be C++ :main can be set to "no" to inhibit wrapping of the code block in a main function call. :includes (C & CC+ only) accepts either a single string name, or a list of names of

Re: [O] typo, sp at C++ Source Code Blocks in Org Mode

2018-11-10 Thread Van L
> AFAIK there is no mechanism to have changes in one propagate changes in the > other. It should be possible to link the two because both are org files. Worg would need to render to info:worg.

Re: [O] typo, sp at C++ Source Code Blocks in Org Mode

2018-11-14 Thread Van L
> my guess is that it would be a lot of work to mark up the Worg sources to get > well-formatted info output. The orgmode manual is going to be an org-file which I guess will output to info:org.

Re: [O] typo, sp at C++ Source Code Blocks in Org Mode

2018-11-09 Thread Van L
> Thanks for your interest in Org mode and Worg. I hope the worg entry will backprob to the info:org page.

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-09-29 Thread Van L
>> Then saving should be the default again, and not saving optional. > > I believe this would be the best option. Very, very strongly concur with this belief.

Re: [O] org-src-window-setup doesn’t show right windows behavior

2018-09-27 Thread Van L
> When I set the variable to ‘current-window, it still shows in other window, > same as the setup to ‘other-window. This is a real pain point for me, too. I don’t want actions in one window straying unintentionally into the other window. Use case: I have a two window split. In one window I

Re: [O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-12-04 Thread Van L
> go to Github > for the most up to date version it is GPLv3 > https://github.com/stathissideris/ditaa/blob/master/LICENSE The official-looking site sends you to SourceForge. Git and Svn repo functions are available there. At the time, the git part of it was empty. Building the 131K jar

Re: [O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-12-05 Thread Van L
>> you go to Github >> for the most up to date version it is GPLv3 >> https://github.com/stathissideris/ditaa/blob/master/LICENSE > > That file does not tell us how the code is licensed. > It could be under GPL version 3 only, or GPL version > 3-or-later. > The proper way to use the GPL is

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-12-03 Thread Van L
> As already pointed out by Nicolas Goaziou, org-mode also requires other > external stuff A data point. Ditaa requires a JRE as mentioned at http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ditaa.html The litigious terms are ditaa version 0.9, Copyright (C) 2004--2009

[O] docstring typoes in org-read-date-force-compatible-dates

2019-01-03 Thread Van L
Hello, I found and fixed the following typoes. diff --git a/lisp/org.el b/lisp/org.el index 5dd5c024d..755c190cf 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3329,7 +3329,7 @@ Depending on the system Emacs is running on, certain dates cannot be represented with the type used internally to

[O] time range, timestamps // was: docstring typoes in org-read-date-force-compatible-dates

2019-01-03 Thread Van L
> Kyle Meyer wrote: > > In the future, please send > generated patches with git format-patch so that they include a commit > message (see > for instructions). Thanks Kyle. Noted. I am muddling my way through [info:org#Creating

Re: [O] Visualizing org files

2018-09-13 Thread Van L
>> Freeplane XML to org I took a look at images of Freeplane XML and it is boring. What I’d like to do is tile triangles (and the normal) as clusters and/or scatters on meaningful planes of data/concepts which see a landscape having moving parts in Disney’s Tron Hollywood movie but less