Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-04 Thread Nicolas Goaziou
Hello,

"Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ)"  writes:

> The regression makes several some kinds of org-mode links not to work
> anymore.
>
> Examples:
>
> This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to
> log's headline but Org can't find it
> anymore and asks for the creation of a new headline:
>
>   "No match - create this as a new heading? (yes or no)"
>
> Also, the following links are broken:
>
>  - [[the following links are broken][link to internal text in this
> file]] (but equivalent to the
>timestamped broken link reported above), reports:
>
>"No match - create this as a new heading? (yes or no)"
>
>  - [[should point here][link to internal text from an external
> org-mode file]] (same issue
>than above) which _should point here_, but reports
>
>"No match for fuzzy expression: should point here"
>
> The following links still work well:
>  - link to a [[*headline][*headline]]
>  - link to a [[* headline][* headline with space]]
>  - external [[http://www.example.com/][links to the www]]
>
> * [2018-01-03 mer. 16:29] A time stamped log headline
> * headline

You probably have `org-link-search-must-match-exact-headline' set to
a non-nil value (default setting is non-nil).

Note that such links do not export correctly. For this use case, it's
better to use targets.

Regards,

-- 
Nicolas Goaziou



Re: [O] inherit priority

2018-01-04 Thread Nicolas Goaziou
Hello,

Jesse Johnson  writes:

> There have been several requests for priority inheritance over the
> years.

That doesn't ring a bell.

> If it can't currently be done,

I don't think it can, atm.

> I am willing to take a look at implementing it.

OK! 

IMO, there should be a global variable to allow priority inheritance
(default off).

Regards,

-- 
Nicolas Goaziou



[O] bug#29885: 25.3; org-mode table messing up!

2018-01-04 Thread Nicolas Goaziou
Hello,

Rahul Juliato  writes:

> Solved.
>
> Apparently I had an org installation folder inside ~/.emacs.d, other then
> my distribution provided (since org-mode is part of the emacs package).
>
> I deleted it and now all is ok again :)

Great! Thank you for letting us know.

Regards,
-- 
Nicolas Goaziou





Re: [O] org-copy-visible not working?

2018-01-04 Thread Loris Bennett
Kyle Meyer  writes:

> Loris Bennett  writes:
>
>> with Org mode version 9.0.8 (9.0.8-elpaplus @
>> /home/loris/.emacs.d/elpa/org-plus-contrib-20170606/) and GNU Emacs
>> 25.1.1, org-copy-visible does not work as I expect.
>
> [...]
>
>> * Org copy visible
>> ** Bits...
>>
>> mark the visible two lines, do org-copy-visible, yank into another
>> buffer, I get 
>>
>> * Org copy visible
>> ** Bits
>> and bobs
>>
>> in the second buffer instead of just the two headlines.
>
> FWIW I haven't had any luck reproducing this.  I've tried using Org's
> release_9.0.8 tag, the maint branch, and the master branch (all with
> Emacs 25.2).  Just the visible parts are copied in all cases.
>
> Perhaps stepping through org-copy-visible would help you see what's
> happening.

Just for the record, I have finally got round to starting Emacs with a
still rather sparse Org-based init.el, rather than my 30-year-old .emacs
and the problem has disappeared.  So the issue lies somewhere in the
cruft.

Cheers,

Loris

-- 
This signature is currently under construction.



Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-04 Thread Eric S Fraga
On Thursday,  4 Jan 2018 at 17:20, Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ) wrote:
> Dear org-mode developers,
>
> Please find attached an org-mode file describing the issue.

Could you please post an org file that demonstrates the actual problem?
That is, one with headings you wish to link to?

> This is a sample org-mode log to report on what looks like a
> regression in between Debian Jessie's emacs24 (=24.4+1-5+deb8u1) and
> Debian Stretch's emacs24 (=24.5+1-11+deb9u1).

What are the versions of org in each of these?  They may be quite old
and, more importantly, they could straddle a major version change of org
(from 7.x to 8.x or even 9.x).

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6


signature.asc
Description: PGP signature


Re: [O] I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode

2018-01-04 Thread numbch...@gmail.com
After @bbatsov's explaination. I think he is right. I'm considering to
improve my solution. Might will be available soon.

[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.github.io/

On Thu, Jan 4, 2018 at 7:39 PM, Bastien Guerry  wrote:

> Thanks!
>
> "numbch...@gmail.com"  writes:
>
> > No, I asked Clojure ML, and posted an issue on clojure-mode GitHub
> > issues. I need to find a workaround on myself.
> > You can check out the discussion here https://github.com/
> > clojure-emacs/clojure-mode/pull/465.
>
> I posted a comment too -- I still think a change in CIDER would be
> better.
>
> --
>  Bastien
>


[O] Equation references in HTML export

2018-01-04 Thread Thibault Marin
>From 094df613ec5fd05b6d2124bc45e6f9a8cbef92e5 Mon Sep 17 00:00:00 2001
From: thibault 
Date: Thu, 4 Jan 2018 21:23:59 -0600
Subject: [PATCH] ox-html.el: Add MathJax label and reference to equations in
 HTML export

* lisp/ox-html.el (org-html-format-latex): Add "\label" to latex
environment as done for latex export.  Add optional input
`latex-environment' to trigger the insertion.
(org-html-latex-environment): Pass unprocessed latex-environment to
`org-html-format-latex' when using MathJax.
(org-html-link): Replace rendering of link from "" to
"\ref{}" for equations when using MathJax.


* lisp/ox-latex.el (org-latex--label): Abstract code constructing the
label id into new function.
(org-latex--label-id): New function to construct the label id (used when
inserting labels for latex or html export).
(org-latex--insert-environment-label): New function to insert label into
buffer containing latex environment string (for use in latex and html
export).
(org-latex-latex-environment): Use new function
`org-latex--insert-environment-label' to insert environment label.
---
 lisp/ox-html.el  | 66 +++-
 lisp/ox-latex.el | 70 
 2 files changed, 85 insertions(+), 51 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 90a6cede0..b5257653c 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -180,7 +180,9 @@
 (:creator "CREATOR" nil org-html-creator-string)
 (:with-latex nil "tex" org-html-with-latex)
 ;; Retrieve LaTeX header for fragments.
-(:latex-header "LATEX_HEADER" nil nil newline)))
+(:latex-header "LATEX_HEADER" nil nil newline)
+;; Options for LaTeX environments
+(:latex-caption-above nil nil org-latex-caption-above)))
 
 
 ;;; Internal Variables
@@ -2788,14 +2790,23 @@ CONTENTS is nil.  INFO is a plist holding contextual information."
 
  Latex Environment
 
-(defun org-html-format-latex (latex-frag processing-type info)
+(defun org-html-format-latex (latex-frag processing-type info
+	  latex-environment)
   "Format a LaTeX fragment LATEX-FRAG into HTML.
 PROCESSING-TYPE designates the tool used for conversion.  It can
 be `mathjax', `verbatim', nil, t or symbols in
 `org-preview-latex-process-alist', e.g., `dvipng', `dvisvgm' or
 `imagemagick'.  See `org-html-with-latex' for more information.
 INFO is a plist containing export properties."
-  (let ((cache-relpath "") (cache-dir ""))
+  (let* ((cache-relpath "")
+	 (cache-dir "")
+	 (type (when latex-environment
+		 (org-latex--environment-type latex-environment)))
+	 (caption-above-p
+	  (memq type (append (plist-get info :latex-caption-above) '(math
+	 (caption (when (and (eq type 'math)
+			 (eq processing-type 'mathjax))
+		(org-latex--label latex-environment info nil t
 (unless (eq processing-type 'mathjax)
   (let ((bfn (or (buffer-file-name)
 		 (make-temp-name
@@ -2819,6 +2830,8 @@ INFO is a plist containing export properties."
 	(setq latex-frag (concat latex-header latex-frag
 (with-temp-buffer
   (insert latex-frag)
+  (when (and latex-environment caption)
+	(org-latex--insert-environment-label caption caption-above-p))
   (org-format-latex cache-relpath nil nil cache-dir nil
 			"Creating LaTeX Image..." nil processing-type)
   (buffer-string
@@ -2832,7 +2845,8 @@ CONTENTS is nil.  INFO is a plist holding contextual information."
 	(attributes (org-export-read-attribute :attr_html latex-environment)))
 (cond
  ((memq processing-type '(t mathjax))
-  (org-html-format-latex latex-frag 'mathjax info))
+  (org-html-format-latex latex-frag 'mathjax info
+			 latex-environment))
  ((assq processing-type org-preview-latex-process-alist)
   (let ((formula-link
 	 (org-html-format-latex latex-frag processing-type info)))
@@ -3062,23 +3076,33 @@ INFO is a plist holding contextual information.  See
 	 (format "%s" href attributes desc)))
 	  ;; Fuzzy link points to a target or an element.
 	  (_
-	   (let* ((ref (org-export-get-reference destination info))
-		  (org-html-standalone-image-predicate
-		   #'org-html--has-caption-p)
-		  (number (cond
-			   (desc nil)
-			   ((org-html-standalone-image-p destination info)
-			(org-export-get-ordinal
-			 (org-element-map destination 'link
-			   #'identity info t)
-			 info 'link 'org-html-standalone-image-p))
-			   (t (org-export-get-ordinal
-			   destination info nil 'org-html--has-caption-p
-		  (desc (cond (desc)
-			  ((not number) "No description for this link")
-			  ((numberp number) (number-to-string number))
-			  (t (mapconcat #'number-to-string number ".")
-	 (format "%s" ref attributes desc))
+	   (let* ((processing-type (plist-get info :with-latex))
+		  (latex-environment destination)
+		  (env-type (when (and latex-environment
+   (string=
+	(car latex-environment)

Re: [O] inherit priority

2018-01-04 Thread Jesse Johnson
There have been several requests for priority inheritance over the 
years. If it can't currently be done, I am willing to take a look at 
implementing it.



On 01/04/2018 12:15 AM, Nicolas Goaziou wrote:

Hello,

Jesse Johnson  writes:


1. Set |org-use-property-inheritance '("PRIORITY")|

2. Create a new org file with this content:

* [#A] parent
** child A
** child B

3. View org-columns (C-c C-x C-c in my setup)

4. Note that the children have priority B, while parent has priority
A.

Oh yes, I realize now. PRIORITY is a special property:

   (info "(org) Special properties")

They follow their own inheritance rules -- in this case, none.

Regards,






[O] priorities on lists

2018-01-04 Thread Samuel Wales
i am generally sort of leery of org adding header features to lists,
as lists are supposed to be lightweight, but currently, conversion
from header does preserve priority cookies, which i think is trttd.

for my usage, it would be useful to manipulate them.  specificially to
have org-shiftup work on them.  and preferably sort.

does anybody have code for this by any chance?  dunno if i want to
make this fr or not as idk what people think.

-- 
The Kafka Pandemic: 

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.

"You’ve really gotta quit this and get moving, because this is murder
by neglect." ---
.



Re: [O] BeOrg

2018-01-04 Thread edgar
I am going to keep the thread just in case I ever need it. It's great! I 
have refrained myself from expressing my humble opinion for fear of a 
flame war, but...


"What's the point of a software which doesn't exist?" you say.

"What is the point of chaining people?" I would say.


Cheers!

-

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the 
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  



[O] Bug: (more) Broken links in Worg [9.0.10 (9.0.10-elpaplus @ /home/mgsk/.emacs.d/elpa/org-plus-contrib-20170827/)]

2018-01-04 Thread Mark Skilbeck

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

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.


Numerous broken links on the orgmode.org website.

* https://orgmode.org/community.html
  - "Browse it through Gmane" points to a page which says "Page Not
  Found". Perhaps it would be better to use the lists.gnu.org archive,
  since it is also used elsewhere on the page.
  - "You can read the list of changes from the gitweb interace." points
  to the old gitweb. Should instead point to
  https://code.orgmode.org/bzg/org-mode
  - The google summer of code git repos are also broken. Not sure where
  they should point instead.
  - The "Twitter ..." stuff shows some javascript and broken typesetting
  (in the name orgmode_bot).

Other broken links are described in a seperate email[0].

I will take a look at fixing these in orgweb if no one else wants to.

- mgsk

[0] http://lists.gnu.org/archive/html/emacs-orgmode/2018-01/msg00073.html
  

Emacs  : GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2017-11-29
Package: Org mode version 9.0.10 (9.0.10-elpaplus @ 
/home/mgsk/.emacs.d/elpa/org-plus-contrib-20170827/)



[O] bug#29885: 25.3; org-mode table messing up!

2018-01-04 Thread Rahul Juliato
Solved.

Apparently I had an org installation folder inside ~/.emacs.d, other then
my distribution provided (since org-mode is part of the emacs package).

I deleted it and now all is ok again :)

Tks.

2017-12-29 7:01 GMT-02:00 Marco Wahl :

> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
> Eli Zaretskii  writes:
>
> >> From: rahuljuli...@gmail.com
> >> Date: Thu, 28 Dec 2017 22:23:59 -0200
> >>
> >> Starting from emacs -Q, table TABs are ok and does the job.
>
> Could you provide an MWE?
>
> >> But if I start with emacs (even without a .emacs file), i get something
> >> like:
> >>
> >> Table:
> >>
> >> | a | a | a | a | a | a |
> >> |   |   |   |   |   |   |
> >>
> >>
> >> then I type something like:
> >>
> >>
> >>
> >> | a | a | a | a | a | a |
> >> |   | sss |   |   |   |   |
> >>
> >>
> >> If i press TAB at the end... instead of lines aligned, i get:
> >>
> >> | a | a   | a | a | a | a |
> >> |   | sss |   |   |   |   |
> >>
> >
> > If the problem happens without a .emacs file, but does not happen in
> > "emacs -Q", it means the reason is somewhere in the site-init files of
> > your Emacs installation.  So I suggest to look at the init files
> > loaded by Emacs, one of them is somehow causing this.
>
> The described alignment of the colums behaves as documented AFAICT.  See
> the info pages at (info "(org) Built-in table editor").
>
> "A table is re-aligned automatically each time you press  or
>  or ‘C-c C-c’ inside the table."
>
>
> Regards
>Marco
>
>


[O] [IT] Broken support for links to text files (both internal & external)

2018-01-04 Thread Aʟᴏɴɢ-Tʀᴀᴄᴋ

Dear org-mode developers,

Please find attached an org-mode file describing the issue.

It is also pasted here for technical convenience:

-8<-

This is a sample org-mode log to report on what looks like a
regression in between Debian Jessie's emacs24 (=24.4+1-5+deb8u1) and
Debian Stretch's emacs24 (=24.5+1-11+deb9u1).

The regression makes several some kinds of org-mode links not to work
anymore.

Examples:

This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to 
log's headline but Org can't find it

anymore and asks for the creation of a new headline:

  "No match - create this as a new heading? (yes or no)"

Also, the following links are broken:

 - [[the following links are broken][link to internal text in this 
file]] (but equivalent to the

   timestamped broken link reported above), reports:

   "No match - create this as a new heading? (yes or no)"

 - [[should point here][link to internal text from an external org-mode 
file]] (same issue

   than above) which _should point here_, but reports

   "No match for fuzzy expression: should point here"

The following links still work well:
 - link to a [[*headline][*headline]]
 - link to a [[* headline][* headline with space]]
 - external [[http://www.example.com/][links to the www]]

* [2018-01-03 mer. 16:29] A time stamped log headline
* headline

-8<-

Thank you for your help,
Nicolas
--
Nicolas Bercher
Aʟᴏɴɢ-Tʀᴀᴄᴋ
Mob: +33 651 792 011
Tel: +33 952 550 210
Fax: +33 957 550 210
http://www.along-track.com/
This is a sample org-mode log to report on what looks like a
regression in between Debian Jessie's emacs24 (=24.4+1-5+deb8u1) and
Debian Stretch's emacs24 (=24.5+1-11+deb9u1).

The regression makes several some kinds of org-mode links not to work
anymore.

Examples:

This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to log's 
headline but Org can't find it
anymore and asks for the creation of a new headline:

  "No match - create this as a new heading? (yes or no)"

Also, the following links are broken:

 - [[the following links are broken][link to internal text in this file]] (but 
equivalent to the
   timestamped broken link reported above), reports:

   "No match - create this as a new heading? (yes or no)"

 - [[should point here][link to internal text from an external org-mode file]] 
(same issue
   than above) which _should point here_, but reports

   "No match for fuzzy expression: should point here"

The following links still work well:
 - link to a [[*headline][*headline]]
 - link to a [[* headline][* headline with space]]
 - external [[http://www.example.com/][links to the www]]

* [2018-01-03 mer. 16:29] A time stamped log headline
* headline


Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Achim Gratz
Kaushal Modi writes:
> No, the keys didn't transfer. As Bastien mentioned in the original email,
> you need to create an account on code.orgmode.org first (pasted the
> instructions below):

I've seen that, but I was asking firstly about the clone operation.  In
this case, the website shouldn't advertise

g...@code.orgmode.org:bzg/org-mode.git

as a possible clone URL at all when no user is signed in.

Also, I really don't want to create yet another account, the SSH key
should be enough (as it was before).  Then of course the whole
"Register/Sign In" as well as Issues, Pull Requests and Wiki on the
website shouldn't be there either.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra




Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Kaushal Modi
On Thu, Jan 4, 2018 at 1:50 PM Nicolas Goaziou 
wrote:

>
> I'm going to change the command in the manual to the read-only:
>
>   git clone https://code.orgmode.org/bzg/org-mode.git


+1

> (and as I was framing this question, found that
> > the Worg also needs to be updated.. it still refers to the old clone URL:
> > https://orgmode.org/worg/dev/index.html
>
> Worg needs some love, indeed. Worgers, where art thou? :)
>

I'll fix Worg tonight if no one else has done that by then :)


-- 

Kaushal Modi


Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Nicolas Goaziou
Kaushal Modi  writes:

> On Thu, Jan 4, 2018 at 1:16 PM Achim Gratz  wrote:
>
>> Bastien Guerry writes:
>> >> ~$ git clone g...@code.orgmode.org:bzg/org-mode.git
>> >^^^
>> >
>> > This is for when you have an account on code.orgmode.org and want
>> > to clone through ssh.
>>
>> Have the existing SSH keys been migrated to the new server?  Trying to
>> clone through this method keeps asking me for a password.
>>
>
> No, the keys didn't transfer. As Bastien mentioned in the original email,
> you need to create an account on code.orgmode.org first (pasted the
> instructions below):
>
> For Org and Worg COMMITTERS
> 
>
> You will need to create a new user on https://code.orgmode.org in
> order to push commits to org-mode.git or worg.git:
>
> 1. Create a user on https://code.orgmode.org
> 2. Add your ssh public key
> 3. Send me an email to be added as a collaborator on Org/Worg
>
> BTW @Nicolas, Bastien: Do these instructions need to go somewhere in the
> Org manual too, or Worg?

I don't think it should go into the manual. However, there is
README_contribute which explains this already.

I'm going to change the command in the manual to the read-only:

  git clone https://code.orgmode.org/bzg/org-mode.git

> (and as I was framing this question, found that
> the Worg also needs to be updated.. it still refers to the old clone URL:
> https://orgmode.org/worg/dev/index.html

Worg needs some love, indeed. Worgers, where art thou? :)




Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Kaushal Modi
On Thu, Jan 4, 2018 at 1:16 PM Achim Gratz  wrote:

> Bastien Guerry writes:
> >> ~$ git clone g...@code.orgmode.org:bzg/org-mode.git
> >^^^
> >
> > This is for when you have an account on code.orgmode.org and want
> > to clone through ssh.
>
> Have the existing SSH keys been migrated to the new server?  Trying to
> clone through this method keeps asking me for a password.
>

No, the keys didn't transfer. As Bastien mentioned in the original email,
you need to create an account on code.orgmode.org first (pasted the
instructions below):

For Org and Worg COMMITTERS


You will need to create a new user on https://code.orgmode.org in
order to push commits to org-mode.git or worg.git:

1. Create a user on https://code.orgmode.org
2. Add your ssh public key
3. Send me an email to be added as a collaborator on Org/Worg

BTW @Nicolas, Bastien: Do these instructions need to go somewhere in the
Org manual too, or Worg? (and as I was framing this question, found that
the Worg also needs to be updated.. it still refers to the old clone URL:
https://orgmode.org/worg/dev/index.html


-- 

Kaushal Modi


Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Achim Gratz
Bastien Guerry writes:
>> ~$ git clone g...@code.orgmode.org:bzg/org-mode.git
>^^^
>
> This is for when you have an account on code.orgmode.org and want
> to clone through ssh.

Have the existing SSH keys been migrated to the new server?  Trying to
clone through this method keeps asking me for a password.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables




Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Nicolas Goaziou
Kaushal Modi  writes:

> Thanks! I see the the http->https replacements happened.. but the "git
> clone" is still the old one.
>
> It still shows
>
> git clone git://orgmode.org/org-mode.git
>
> I meant to say that that should be now replaced with one of the two below:
>
> git clone g...@code.orgmode.org:bzg/org-mode.git
>
> git clone https://code.orgmode.org/bzg/org-mode.git
>
> in the texi/Org manuals in maint/master.

Oops. Fixed. Thank you.



Re: [O] org-plus-contrib tar disappeared from orgmode.org/elpa/

2018-01-04 Thread Achim Gratz
Christopher League writes:
> I'm using NixOS, and my current nixpkgs tree refers to 20170911, which
> cannot (re)-build now because the source is missing. Here's the Nix
> specification referencing the now-broken URL:
>
> 

Frankly, that's a setup you simply shouldn't be using.  Create a
(shallow) clone from Git and arrange for ORG_ADD_CONTRIB to pull in
whatever you really _need_ from contrib.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Kaushal Modi
On Thu, Jan 4, 2018 at 10:36 AM Nicolas Goaziou 
wrote:

> > Cursorily looking, I found few places that still reference to the old
> > cloning URL: https://orgmode.org/manual/Installation.html (both in
> > doc/org.texi in maint and in contrib/manual.org in master), and also
> here:
> > https://orgmode.org/elpa.html.
>
> Fixed.
>

Thanks! I see the the http->https replacements happened.. but the "git
clone" is still the old one.

It still shows

git clone git://orgmode.org/org-mode.git

I meant to say that that should be now replaced with one of the two below:

git clone g...@code.orgmode.org:bzg/org-mode.git

git clone https://code.orgmode.org/bzg/org-mode.git

in the texi/Org manuals in maint/master.


-- 

Kaushal Modi


Re: [O] org-plus-contrib tar disappeared from orgmode.org/elpa/

2018-01-04 Thread Christopher League
Nicolas Goaziou  writes:

> I see all the versioned copies at the location you point out. Can you
> confirm they reappeared?

Ah yes, that's better... everything is back and the package builds fine
now.

> OOC, why
>
>   homepage = "https://elpa.gnu.org/packages/org.html;;
>
> instead of
>
>   homepage = "https://orgmode.org/;

That's a good point -- this is generated from a tool called `emacs2nix`
that converts any ELPA package into a nix specification. So that might
be from a template that assumes everything gets a homepage on
`elpa.gnu.org`. I'm not the maintainer, but I'll take a quick look to
see if it's easy to improve.

CL


Re: [O] org-plus-contrib tar disappeared from orgmode.org/elpa/

2018-01-04 Thread Nicolas Goaziou
Hello,

Christopher League  writes:

> Hi, this is a plea to retain versioned copies of the org-plus-contrib
> tar in the  directory, because package
> managers refer to them. Currently, the only versions present at that
> location are 20171227 and 20171228.

I see all the versioned copies at the location you point out. Can you
confirm they reappeared?

> I'm using NixOS, and my current nixpkgs tree refers to 20170911, which
> cannot (re)-build now because the source is missing. Here's the Nix
> specification referencing the now-broken URL:
>
> 

OOC, why

  homepage = "https://elpa.gnu.org/packages/org.html;;

instead of

  homepage = "https://orgmode.org/;

?

Regards,

-- 
Nicolas Goaziou



Re: [O] Org Usenet

2018-01-04 Thread Michael Welle
Hello,

Eric S Fraga  writes:

> On Thursday,  4 Jan 2018 at 15:48, Michael Welle wrote:
>> maybe because Lars considered shutting gmane down and transfered/sold it
>> to a company?
>
> Maybe but also possibly because the org site makes reference to the list
> but not to the newsgroup?  
>
> Might be good to point new users to the newsgroup as it is archived (on
> gwene) whereas the list no longer is (was on gmane).  Now I'm even
> confusing myself ;-)
having access to an archive is a good thing. On the other hand, I don't
make much use of the older postings in my own archive (about 65k
postings), maybe because Org changed so much over time.

Regards
hmw



Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Nicolas Goaziou
Hello,

Kaushal Modi  writes:

> On Thu, Dec 28, 2017 at 12:13 PM Bastien Guerry  wrote:
>
>> After 31/12/2017 (leaving a 24h window for DNS propagation), the only
>> way to clone the Org git repository will be through our Gogs instance:
>>
>>   https://code.orgmode.org/bzg/org-mode
>>
>
> This is great! Thanks!
>
> Cursorily looking, I found few places that still reference to the old
> cloning URL: https://orgmode.org/manual/Installation.html (both in
> doc/org.texi in maint and in contrib/manual.org in master), and also here:
> https://orgmode.org/elpa.html.

Fixed.

> Also, should all the http://orgmode.org URLs in the manuals be now replaced
> with https://orgmode.org?

Yes, I just did the replacement.

Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Org Usenet

2018-01-04 Thread Eric S Fraga
On Thursday,  4 Jan 2018 at 15:48, Michael Welle wrote:
> maybe because Lars considered shutting gmane down and transfered/sold it
> to a company?

Maybe but also possibly because the org site makes reference to the list
but not to the newsgroup?  

Might be good to point new users to the newsgroup as it is archived (on
gwene) whereas the list no longer is (was on gmane).  Now I'm even
confusing myself ;-)

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6


signature.asc
Description: PGP signature


Re: [O] Org Usenet

2018-01-04 Thread Michael Welle
Hello,

Eric S Fraga  writes:

> On Thursday,  4 Jan 2018 at 07:57, Dave Marquardt wrote:
>> What about gmane.emacs.orgmode?
>
>  
>
> yes, of course.  although I have that in my list of newsgroups, I have
> it turned off in preference to the mailing list.  Not sure why, mind
> you.
maybe because Lars considered shutting gmane down and transfered/sold it
to a company?

Regards
hmw



Re: [O] Org Usenet

2018-01-04 Thread Eric S Fraga
On Thursday,  4 Jan 2018 at 07:57, Dave Marquardt wrote:
> What about gmane.emacs.orgmode?

 

yes, of course.  although I have that in my list of newsgroups, I have
it turned off in preference to the mailing list.  Not sure why, mind
you.
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6


signature.asc
Description: PGP signature


Re: [O] [IMPORTANT] Server migration: please update your git repositories before 31/12/2017

2018-01-04 Thread Kaushal Modi
On Thu, Dec 28, 2017 at 12:13 PM Bastien Guerry  wrote:

> After 31/12/2017 (leaving a 24h window for DNS propagation), the only
> way to clone the Org git repository will be through our Gogs instance:
>
>   https://code.orgmode.org/bzg/org-mode
>

This is great! Thanks!

Cursorily looking, I found few places that still reference to the old
cloning URL: https://orgmode.org/manual/Installation.html (both in
doc/org.texi in maint and in contrib/manual.org in master), and also here:
https://orgmode.org/elpa.html.

Also, should all the http://orgmode.org URLs in the manuals be now replaced
with https://orgmode.org?



-- 

Kaushal Modi


Re: [O] is there a plan to move org elpa from http to https?

2018-01-04 Thread Shiyao MA
thanks.  good to know.

Best,


Re: [O] is there a plan to move org elpa from http to https?

2018-01-04 Thread Kaushal Modi
On Thu, Jan 4, 2018 at 12:59 AM Shiyao MA  wrote:

> Hi,
>
> is there a plan to move org elpa from http to https?
>

It's already https: https://orgmode.org/elpa/

I believe the site referencing installation via melpa needs to be updated:
https://orgmode.org/elpa.html.


-- 

Kaushal Modi


Re: [O] Org Usenet

2018-01-04 Thread Dave Marquardt
What about gmane.emacs.orgmode?


---
On Thu, Jan 04 2018, Eric S Fraga wrote:

On Wednesday,  3 Jan 2018 at 13:39, M. P. wrote:
> Is their an org mode usenet group?

The closest we have that I am aware of is gmane.emacs.help.
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6




Re: [O] I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode

2018-01-04 Thread Bastien Guerry
Thanks!

"numbch...@gmail.com"  writes:

> No, I asked Clojure ML, and posted an issue on clojure-mode GitHub
> issues. I need to find a workaround on myself.
> You can check out the discussion here https://github.com/
> clojure-emacs/clojure-mode/pull/465.

I posted a comment too -- I still think a change in CIDER would be
better.

-- 
 Bastien



Re: [O] I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode

2018-01-04 Thread numbch...@gmail.com
If you got any problem after use and test, GitHub issues and PR welcome.
Thanks.

[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.github.io/

On Thu, Jan 4, 2018 at 6:55 PM, Bastien Guerry  wrote:

> "numbch...@gmail.com"  writes:
>
> > https://github.com/stardiviner/ob-clojure-literate
>
> Thanks for sharing this.
>
> About this part:
>
> (defun ob-clojure-cider-do-not-find-ns ()
>   "Fix the issue that `cider-current-ns' try to invoke
> `clojure-find-ns' to extract ns from buffer."
>   (setq-local cider-buffer-ns "user"))
>
> I'm not entirely sure what is the problem here, but it
> looks like something that can be fixed directly un CIDER.
>
> Is it so?
>
> --
>  Bastien
>


Re: [O] I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode

2018-01-04 Thread numbch...@gmail.com
No, I asked Clojure ML, and posted an issue on clojure-mode GitHub issues.
I need to find a workaround on myself.
You can check out the discussion here
https://github.com/clojure-emacs/clojure-mode/pull/465.

[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.github.io/

On Thu, Jan 4, 2018 at 6:55 PM, Bastien Guerry  wrote:

> "numbch...@gmail.com"  writes:
>
> > https://github.com/stardiviner/ob-clojure-literate
>
> Thanks for sharing this.
>
> About this part:
>
> (defun ob-clojure-cider-do-not-find-ns ()
>   "Fix the issue that `cider-current-ns' try to invoke
> `clojure-find-ns' to extract ns from buffer."
>   (setq-local cider-buffer-ns "user"))
>
> I'm not entirely sure what is the problem here, but it
> looks like something that can be fixed directly un CIDER.
>
> Is it so?
>
> --
>  Bastien
>


Re: [O] I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode

2018-01-04 Thread Bastien Guerry
"numbch...@gmail.com"  writes:

> https://github.com/stardiviner/ob-clojure-literate

Thanks for sharing this.

About this part:

(defun ob-clojure-cider-do-not-find-ns ()
  "Fix the issue that `cider-current-ns' try to invoke
`clojure-find-ns' to extract ns from buffer."
  (setq-local cider-buffer-ns "user"))

I'm not entirely sure what is the problem here, but it
looks like something that can be fixed directly un CIDER.

Is it so?

-- 
 Bastien



[O] [SOLVED] Re: How to get a list of all TODO keywords from defined variable `org-todo-keywords`?

2018-01-04 Thread numbch...@gmail.com
This works great. Thanks.

[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.github.io/

On Thu, Jan 4, 2018 at 10:23 AM, Adam Porter  wrote:

> This might do:
>
> (completing-read "Todo keyword: " org-todo-keywords-for-agenda nil t)
>
>
>


[O] I created a package ob-clojure-literate for Clojure Literate Programming in Org-mode

2018-01-04 Thread numbch...@gmail.com
I created a package ob-clojure-literate for Clojure Literate Programming in
Org-mode. Welcome to use it and add PR.

https://github.com/stardiviner/ob-clojure-literate

I still have two features not implemented. Hope someone will PR. Thanks
very much.

[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.github.io/


Re: [O] inherit priority

2018-01-04 Thread Nicolas Goaziou
Hello,

Jesse Johnson  writes:

> 1. Set |org-use-property-inheritance '("PRIORITY")|
>
> 2. Create a new org file with this content:
>
> * [#A] parent
> ** child A
> ** child B
>
> 3. View org-columns (C-c C-x C-c in my setup)
>
> 4. Note that the children have priority B, while parent has priority
> A.

Oh yes, I realize now. PRIORITY is a special property:

  (info "(org) Special properties")

They follow their own inheritance rules -- in this case, none.

Regards,

-- 
Nicolas Goaziou