From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: How many other people want an org-mode client to the Canvas LMS API? Date: Mon, 30 Sep 2019 11:17:18 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000008ebd10593c6bc7c" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60490) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iExQc-0005iV-Vv for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 11:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iExQb-0006fa-Qa for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 11:17:34 -0400 Received: from mail-pg1-x536.google.com ([2607:f8b0:4864:20::536]:33737) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iExQb-0006fB-Kr for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 11:17:33 -0400 Received: by mail-pg1-x536.google.com with SMTP id i30so7602663pgl.0 for ; Mon, 30 Sep 2019 08:17:32 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode --00000000000008ebd10593c6bc7c Content-Type: text/plain; charset="UTF-8" Hi everyone, I've been working away slowly on my primitive API client for the Canvas Learning Management System, which my university now uses ( https://github.com/titaniumbones/org-lms, note the documentation is terrible and may be misleading in places). The code is at my usual very low level of quality. I'm interested in improving it, but if I'm going to be the only person who ever uses it, my motivation to do so is somewhat more limited. So I just wanted to ask here if anyone else would really like to have this tool (I've asked before, but it's been a while). For me it's been kind of great, and along with ox-hugo has made it possible for me to keep all my course materials in one place. But it might not be worthwhile for others! Matt --00000000000008ebd10593c6bc7c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi everyone,

I've been w= orking away slowly on my primitive API client for the Canvas Learning Manag= ement System, which my university now uses (https://github.com/titaniumbones/org-lms, note th= e documentation is terrible and may be misleading in places). The code is a= t my usual very low level of quality. I'm interested in improving it, b= ut if I'm going to be the only person who ever uses it, my motivation t= o do so is somewhat more limited. So I just wanted to ask here if anyone el= se would really like to have this tool (I've asked before, but it's= been a while). For me it's been kind of great, and along with ox-hugo = has made it possible for me to keep=C2=A0 all my course materials in one pl= ace. But it might not be worthwhile for others!=C2=A0

=
Matt
--00000000000008ebd10593c6bc7c-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: How many other people want an org-mode client to the Canvas LMS API? Date: Mon, 30 Sep 2019 20:48:11 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46510) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iF6Kw-0004c7-3n for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 20:48:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iF6Ku-0003EK-Ub for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 20:48:18 -0400 Received: from mail-qt1-x834.google.com ([2607:f8b0:4864:20::834]:45465) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iF6Ku-0003Ds-Oz for emacs-orgmode@gnu.org; Mon, 30 Sep 2019 20:48:16 -0400 Received: by mail-qt1-x834.google.com with SMTP id c21so19428726qtj.12 for ; Mon, 30 Sep 2019 17:48:16 -0700 (PDT) Received: from Johns-MacBook-Air.local (c-67-171-67-30.hsd1.pa.comcast.net. [67.171.67.30]) by smtp.gmail.com with ESMTPSA id k2sm7898096qti.24.2019.09.30.17.48.13 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Sep 2019 17:48:13 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I am pretty interested in this. I can't use it this semester, but next semester I am teaching a new class where it might be useful. I don't have much time this fall to look into it, but I will have time in the spring before my class starts. Matt Price writes: > Hi everyone, > > I've been working away slowly on my primitive API client for the Canvas > Learning Management System, which my university now uses ( > https://github.com/titaniumbones/org-lms, note the documentation is > terrible and may be misleading in places). The code is at my usual very low > level of quality. I'm interested in improving it, but if I'm going to be > the only person who ever uses it, my motivation to do so is somewhat more > limited. So I just wanted to ask here if anyone else would really like to > have this tool (I've asked before, but it's been a while). For me it's been > kind of great, and along with ox-hugo has made it possible for me to keep > all my course materials in one place. But it might not be worthwhile for > others! > > Matt -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: How many other people want an org-mode client to the Canvas LMS API? Date: Wed, 2 Oct 2019 20:14:19 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000304f6d0593f67850" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55322) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFolO-0000F1-Nb for emacs-orgmode@gnu.org; Wed, 02 Oct 2019 20:14:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFolN-0004eu-B2 for emacs-orgmode@gnu.org; Wed, 02 Oct 2019 20:14:34 -0400 Received: from mail-pf1-x42c.google.com ([2607:f8b0:4864:20::42c]:32958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFolN-0004ec-2x for emacs-orgmode@gnu.org; Wed, 02 Oct 2019 20:14:33 -0400 Received: by mail-pf1-x42c.google.com with SMTP id q10so575799pfl.0 for ; Wed, 02 Oct 2019 17:14:32 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: John Kitchin Cc: Org Mode --000000000000304f6d0593f67850 Content-Type: text/plain; charset="UTF-8" Wow, great, I hope it ends up being useful for you. And that those months give me time to clean up the mess. Am working with TAs this semester for the first time since I wrote this, so I have some incentive to improve the 2 way flow between org and canvas. So hopefully by the time you look at it, it will be in better shape. On Mon., Sep. 30, 2019, 8:48 p.m. John Kitchin, wrote: > I am pretty interested in this. I can't use it this semester, but next > semester I am teaching a new class where it might be useful. I don't > have much time this fall to look into it, but I will have time in the > spring before my class starts. > > > Matt Price writes: > > > Hi everyone, > > > > I've been working away slowly on my primitive API client for the Canvas > > Learning Management System, which my university now uses ( > > https://github.com/titaniumbones/org-lms, note the documentation is > > terrible and may be misleading in places). The code is at my usual very > low > > level of quality. I'm interested in improving it, but if I'm going to be > > the only person who ever uses it, my motivation to do so is somewhat more > > limited. So I just wanted to ask here if anyone else would really like to > > have this tool (I've asked before, but it's been a while). For me it's > been > > kind of great, and along with ox-hugo has made it possible for me to keep > > all my course materials in one place. But it might not be worthwhile for > > others! > > > > Matt > > > -- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > --000000000000304f6d0593f67850 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Wow, great, I hope it ends up being useful for you. = And that those months give me time to clean up the mess.=C2=A0

Am working with TAs this semester fo= r the first time since I wrote this, so I have some incentive to improve th= e 2 way flow between org and canvas. So hopefully by the time you look at i= t, it will be in better shape.=C2=A0

On Mon., Sep. 30, 2019, 8:4= 8 p.m. John Kitchin, <jkitchi= n@andrew.cmu.edu> wrote:
I a= m pretty interested in this. I can't use it this semester, but next
semester I am teaching a new class where it might be useful. I don't have much time this fall to look into it, but I will have time in the
spring before my class starts.


Matt Price <moptop99@gmail.com> writes:

> Hi everyone,
>
> I've been working away slowly on my primitive API client for the C= anvas
> Learning Management System, which my university now uses (
> https://github.com/titaniumbones/org-lms= , note the documentation is
> terrible and may be misleading in places). The code is at my usual ver= y low
> level of quality. I'm interested in improving it, but if I'm g= oing to be
> the only person who ever uses it, my motivation to do so is somewhat m= ore
> limited. So I just wanted to ask here if anyone else would really like= to
> have this tool (I've asked before, but it's been a while). For= me it's been
> kind of great, and along with ox-hugo has made it possible for me to k= eep
> all my course materials in one place. But it might not be worthwhile f= or
> others!
>
> Matt


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

--000000000000304f6d0593f67850--