From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pankaj Jangid Newsgroups: gmane.emacs.devel Subject: Re: Org mode and Emacs Date: Thu, 16 Jun 2022 08:49:07 +0530 Message-ID: <87v8t19txw.fsf@codeisgreat.org> References: <87bkv527p5.fsf@gmail.com> <835yld93w7.fsf@gnu.org> <877d5t0yrn.fsf@gmail.com> <87r140yuof.fsf@gmail.com> <875yl9e7zm.fsf@gmail.com> <83czfh12kp.fsf@gnu.org> <87pmjhghu2.fsf@localhost> <835yl910gp.fsf@gnu.org> <87wndndbhq.fsf@gmail.com> <83bkuzznws.fsf@gnu.org> <877d5mqmkh.fsf@localhost> <83y1y2utnd.fsf@gnu.org> <87r13up587.fsf@localhost> <83o7yyur0l.fsf@gnu.org> <87leu2p3nu.fsf@localhost> <83leu2uewn.fsf@gnu.org> <87r13qv701.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2645"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:TL0xTIw9B0h5hYUGC639FyBgI4Y= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 16 05:20:48 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o1g3r-0000X6-PI for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Jun 2022 05:20:47 +0200 Original-Received: from localhost ([::1]:56914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1g3q-0001Sf-En for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Jun 2022 23:20:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1g2Q-0008WI-1x for emacs-devel@gnu.org; Wed, 15 Jun 2022 23:19:18 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:57218) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1g2N-0001QU-TH for emacs-devel@gnu.org; Wed, 15 Jun 2022 23:19:17 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1o1g2M-0009Ej-24 for emacs-devel@gnu.org; Thu, 16 Jun 2022 05:19:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:291227 Archived-At: Ihor Radchenko writes: >> This is not needed for the emacs-28 branch, >> so I meant master. > > I am not too familiar with how Emacs handles > Org updates. AFAIK, Emacs master only tracks > our stable tagged releases. Not the working > branches (both bugfix and main). I do not > know the motivation behind it and I do not > know if it is a good idea to change it. Do > you think that Emacs master should instead > track our Org dev branch? > Emacs master is the development branch of Emacs. I have always wanted Org dev branch to be part of that. But may be that Org’s dev branch is not as stable as Emacs’. Hence it is kept that way. I have complained about this branch confusion once on the emacs-devel mailing list. Only to learn that there is a separate mailing list for org development related things. Even for reporting bugs there was a different mailing list for Org. I am not sure what is the situation now. I use whichever version comes with master branch of Emacs. And I report bugs using ‘M-x report-emacs-bug’ only.