[O] Definition list not highlight for japanese character.

2017-12-17 Thread Shiyao MA
Hi, Definition list not highlight for japanese character. for example, check this picture: https://imgur.com/a/dBKt6 どういたしまして is not highlighted, where asdf is highlighted. -- Best, Shiyao

Re: [O] header argument :noweb-ref seems can't be resolved

2017-12-17 Thread stardiviner
I can't find `org-babel-noweb-ref-resolve` in any of org-mode `master` branch source code. I use `counsel-git-grep` searched through the repository. Not found. Can you point out where is it? On 12/18/2017 12:12 PM, Berry, Charles wrote: On Dec 17, 2017, at 6:08 PM, stardiviner wrote: The

Re: [O] header argument :noweb-ref seems can't be resolved

2017-12-17 Thread Berry, Charles
> On Dec 17, 2017, at 6:08 PM, stardiviner wrote: > > The example I original copied from is Emacs org-mode info. > So I rewrite a hand typing content again: > ```org > * Test > > #+begin_src shell :tangle yes :noweb yes :shebang #!/bin/sh > <> > #+end_src > > ** the mount point of the fullest

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-17 Thread Grant Rettke
On Sun, Dec 17, 2017 at 10:55 AM, Scott Randby wrote: > > On 12/15/2017 01:43 PM, Grant Rettke wrote: > > Write it in Org. Export to Pandoc file pandoc-A. > > > > Export Pandoc file pandoc-A to Word file word-A. Send that to your > > peers for review. > > > > Export Word file word-A to Pandoc file

[O] Can't set full face attributes in variable org-todo-keyword-faces

2017-12-17 Thread stardiviner
I have following settings: ```elisp (setq org-todo-keyword-faces   '(;;; todo keywords     ("TODO" :foreground "orange" :box '(:color "dim gray" :line-width -1))     ("URGENT" :foreground "red" :box '(:color "dim gray" :line-width -1 ``` But I check out it's d

Re: [O] header argument :noweb-ref seems can't be resolved

2017-12-17 Thread stardiviner
The example I original copied from is Emacs org-mode info. So I rewrite a hand typing content again: ```org * Test #+begin_src shell :tangle yes :noweb yes :shebang #!/bin/sh <> #+end_src ** the mount point of the fullest disk :PROPERTIES: :header-args: :noweb-ref fullest-disk :END: *** query a

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > "Thomas S. Dye" writes: > >> My concern is with the time between a working manual.org and when it >> becomes the official source. IIRC, I wasn't able to get a commitment to >> make manual.org the official source, so was looking at an open-ended >> future

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Vikas Rawal
> >> BTW, I wasn't able to export manual.org using Org mode version 9.1.4 >> (9.1.4-elpaplus @ /Users/dk/.emacs.d/elpa/org-plus-contrib-20171205/). >> It fails with this message: >> >> format: Symbol’s value as variable is void: M-x >> >> Does it depend on a more recent Org mode? > > The file

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Thomas S. Dye
Aloha Adrian, Adrian Bradd writes: > > I support the move to manual.org. If there are concerns about the > quality of the manual.org file and its exported .texi manual that > prevent it from becoming the master source one could ask contributors to > add information to both the .texi and .org file

Re: [O] Org table: how to reference part of the rows

2017-12-17 Thread Qiang Fang
I solved my problem by specifying the column range #+tblfm: @2$4..@-2$4 = ($3 / $2) * 100 On Sun, Dec 17, 2017 at 11:53 PM, Eric S Fraga wrote: > On Saturday, 16 Dec 2017 at 19:24, Qiang Fang wrote: > > The last column is the ratio between column b and a, the last row is > > the sum of each ro

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Nicolas Goaziou
"Thomas S. Dye" writes: > My concern is with the time between a working manual.org and when it > becomes the official source. IIRC, I wasn't able to get a commitment to > make manual.org the official source, so was looking at an open-ended > future of what I considered arduous maintenance, witho

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > The task started by Thomas S. Dye a couple years ago is now complete. > The "manual.org" file in "contrib/" directory is an up-to-date, > sometimes enhanced, version of the Org manual. Org can now eat its own > dog food. Very cool! I look forward to learning

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Adrian Bradd
Thanks for this. I think having the manual in org format is a great idea. Thomas S. Dye writes: > My concern is with the time between a working manual.org and when it > becomes the official source. IIRC, I wasn't able to get a commitment to > make manual.org the official source, so was looking

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Once manual.org is the official source for org.texi, there is no need to > modify "org.texi" directly. Only the occasional back-port from upstream > requires to do so, which is very manageable. > > Do you foresee any difficulty? No, once manual.org is the

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Would a template Org file be available that package authors can easily use > as a base to write their package manuals? I'm not sure about what you mean by "template". Sure, there are a few Texinfo specific sections (e.g., GNU Free Documentation License, Concept ind

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Nicolas Goaziou
Hello, "Thomas S. Dye" writes: > When I was working on the project several years ago, I didn't notice any > constraints introduced by Jonathan Leech-Pepin's ox-texinfo. For me, the > hard part was trying to synchronize with the on-going changes to > org.texi, which quickly defeated my best effor

[O] [RFC] Official Org manual in Org! (Was: Dog food, anyone?)

2017-12-17 Thread Kaushal Modi
Hi Nicholas, Thanks for taking up this humongous project. It was a dream of many like me to eventually read and maintain the Org manual in Org :) To be honest, I discarded this email by instinct by just reading the title "Dog food, anyone?", as I assumed that email to be from my neighborhood comm

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Kaushal Modi
On Sun, Dec 17, 2017 at 5:35 AM Nicolas Goaziou wrote: > Hello, > > The task started by Thomas S. Dye a couple years ago is now complete. > The "manual.org" file in "contrib/" directory is an up-to-date, > sometimes enhanced, version of the Org manual. Org can now eat its own > dog food. > There

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Thomas S. Dye
Aloha Nicolas, It's a real pleasure to know that Org can now eat its own dog food (and to see Carsten's memorable phrase on the Org mode list again). Many thanks for picking up this orphaned project. I look forward to the day it serves as the source for org.texi. When I was working on the project

Re: [O] header argument :noweb-ref seems can't be resolved

2017-12-17 Thread Berry, Charles
> On Dec 17, 2017, at 6:58 AM, stardiviner wrote: > > I have the following org-mode file content: > > ```org > > #+begin_src shell :tangle yes :noweb yes :shebang #!/bin/sh > <> > #+end_src > > ** the mount point of the fullest disk > :PROPERTIES: > :header-args: :noweb-ref fullest-disk

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-17 Thread Scott Randby
On 12/15/2017 01:43 PM, Grant Rettke wrote: > Write it in Org. Export to Pandoc file pandoc-A. > > Export Pandoc file pandoc-A to Word file word-A. Send that to your > peers for review. > > Export Word file word-A to Pandoc file pandoc-B. > > Get the Word from your peers, the file with changes f

Re: [O] Org table: how to reference part of the rows

2017-12-17 Thread Eric S Fraga
On Saturday, 16 Dec 2017 at 19:24, Qiang Fang wrote: > The last column is the ratio between column b and a, the last row is > the sum of each row, the second formula only applies from the second > row to the row before last row. The table that doesn't work is: > > | | a | b |

Re: [O] Emacs sagmentation fault error on a big org-mode file movement

2017-12-17 Thread numbch...@gmail.com
I'm doing it try to reproduce this sagment fault. but can't reproduce it for now. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.gi

[O] header argument :noweb-ref seems can't be resolved

2017-12-17 Thread stardiviner
I have the following org-mode file content: ```org #+begin_src shell :tangle yes :noweb yes :shebang #!/bin/sh <> #+end_src ** the mount point of the fullest disk   :PROPERTIES:   :header-args: :noweb-ref fullest-disk   :END: *** query all mounted disks #+begin_src shell   df \ #+end_src ***

Re: [O] Git repository error

2017-12-17 Thread Charles Millar
Hello, Still cannot 'make update' rm -f git checkout D    README_ELPA Your branch is up-to-date with 'origin/master'. git remote update Fetching origin fatal: read error: Connection reset by peer error: Could not fetch origin make: *** [up0] Error 1 mk/targets.mk:112: recipe for target 'up0' fai

Re: [O] Can export the files with bibliography only to LaTeX

2017-12-17 Thread Eric S Fraga
On Saturday, 16 Dec 2017 at 08:43, Tim Cross wrote: > Good news is 7 days after finishing, I got a new position within a > research centre where my role is 100% technical, I'm free to use > whatever 'tool' I want provided I produce the final outcome i.e. good > looking presentations and documents (

Re: [O] [RFC] Dog food, anyone?

2017-12-17 Thread Vikas Rawal
> > The task started by Thomas S. Dye a couple years ago is now complete. > The "manual.org" file in "contrib/" directory is an up-to-date, > sometimes enhanced, version of the Org manual. Org can now eat its own > dog food. > This gives us a complex org file written by some of the finest orgers

[O] [RFC] Dog food, anyone?

2017-12-17 Thread Nicolas Goaziou
Hello, The task started by Thomas S. Dye a couple years ago is now complete. The "manual.org" file in "contrib/" directory is an up-to-date, sometimes enhanced, version of the Org manual. Org can now eat its own dog food. During the process, I had to re-organize some parts of the manual (e.g., "W

[O] [ANN] Incompatible change in (eval ...) macros

2017-12-17 Thread Nicolas Goaziou
Hello, This is a heads-up about a small incompatible change in (eval ...) macros. Here is the related ORG-NEWS entry: Within =(eval ...)= macros, =$1=-like placeholders are always replaced with a string. As a consequence, they must not be enclosed within quotes. As an illustration, c