Re: [RFC] [feat] org-colview/org-columns: 'column view' moving rows up/down

2023-04-08 Thread Sławomir Grochowski
Thank you Ihor for the code review. Now please help me find everything that can be improved in this patch. > The patch looks good in general, but you need to add proper commit > message. See https://orgmode.org/worg/ > >

export only certain columns of an org-table to csv

2023-04-08 Thread Uwe Brauer
Hi I have the following simple table #+Name: table | / | / | <> | <> | | | Name | Sheet1 | Sheet2 | |---+++| | | Smith | Ex1| Ex2| | | Miller | Ex3| Ex4| I hoped that the first two columns would not be exported to csv

Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el

2023-04-08 Thread Max Nikulin
On 29/03/2023 23:52, Ihor Radchenko wrote: I was able to reproduce on Debian using virtual machine. Also, several people were able to reproduce in Matrix when I asked them. And we got one report from Fedora user. + Several from Ubuntu users. Recently, there was also

Re: [PATCH v2] Add compat.el support to Org (was: [POLL] Use compat.el in Org? (was: Useful package? Compat.el))

2023-04-08 Thread Max Nikulin
+;; Package-Requires: ((emacs "26.1") (compat "29.1.4.1")) Is there a way to express (or (compat "29.1.4.1") (emacs "28.1")) to avoid installing compat in the case of sufficiently new emacs? E.g. dpkg/apt allows such alternatives. Early I asked concerning compat-29.1.3. I would prefer to

Re: Limiting a repeating timestamp ?

2023-04-08 Thread Ihor Radchenko
Mark Barton writes: > Not exactly the answer to the question, but I sometimes use the > org-clone-subtree-with-time-shift function to copy a scheduled meeting. That > will give me copies with the timestamps shifted by the amount requested > (weekly, monthly, etc.). The advantage I found with

Re: Limiting a repeating timestamp ?

2023-04-08 Thread Mark Barton
> On Apr 7, 2023, at 9:53 PM, David Masterson wrote: > > Is there a way of creating a Task which is a once a week meeting that > will take place in (say) June, July, and August and then stop repeating? > > -- > David Masterson > Not exactly the answer to the question, but I sometimes use

Re: [O] Injecting properties with noweb

2023-04-08 Thread Ken Mankoff
Hi Ihor, I had posted this in another thread, but repeat it here for anyone interested. I think it is a similar end result to what you posted, but skips the =identity= step. The examples below show (1) setting a bash environment variable in screen, or (2) printing from a Python prompt after

Re: [BUG] Documentation for #+INCLUDE: does not specify order when exporting [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-08 Thread Ihor Radchenko
Tim Landscheidt writes: > But why did I spend a few hours debugging this before final- > ly understanding Org's mode of operation? The first sen- > tence of the documentation in "13.4 Include Files" reads: > > | During export, you can include the content of another file. > | […] > > I'm not a

[BUG] Documentation for #+INCLUDE: does not specify order when exporting [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-08 Thread Tim Landscheidt
With the Org file: | #+BEGIN_SRC python :results silent :exports results | test = '1' | with open('test-a.log', 'w') as f: | f.write(f'Test {test}a\n') | with open('test-b.log', 'w') as f: | f.write(f'Test {test}b\n') | #+END_SRC | Test, part A: | #+INCLUDE: "test-a.log"

Re: [O] Injecting properties with noweb

2023-04-08 Thread Ihor Radchenko
Ken Mankoff writes: > Is it possible to set variables using Org Babel inside screen, which does not > support ":var" header args? I'd actually lke a double-nested screen over ssh, > and the ability to re-use Babel code blocks under different headings, using > header args or PROPERTIES to

Re: [PATCH v2] Add compat.el support to Org (was: [POLL] Use compat.el in Org? (was: Useful package? Compat.el))

2023-04-08 Thread Ihor Radchenko
Max Nikulin writes: >> I know no other Emacs packages that manage dependencies using make. > > org-ql uses a helper shell script. org-roam and projectile use eldev > that is procedural, not declarative build system. I have not figured out > which way magit handles dependencies. I have no more

Re: [PATCH v2] Add compat.el support to Org (was: [POLL] Use compat.el in Org? (was: Useful package? Compat.el))

2023-04-08 Thread Max Nikulin
On 03/04/2023 00:00, Ihor Radchenko wrote: Max Nikulin writes: Ihor, do added makefile rules follow best practices used by other Emacs packages in respect to dependencies? I know no other Emacs packages that manage dependencies using make. org-ql uses a helper shell script. org-roam and

Re: [PATCH] Add missing "stuck" agenda view to Special Agenda Views section of manual

2023-04-08 Thread Ihor Radchenko
Ruslan Bekenev writes: > I’ve been trying to make my custom agenda view and I really wanted to see the > list of stuck projects in there. > Looking at “Special Agenda Views” section of the manual I was sure there is > no ~stuck~ special view because it isn’t mentioned there. > Turned out

Re: [BUG] ox-md image captions

2023-04-08 Thread Ihor Radchenko
Max Nikulin writes: > On 07/04/2023 22:29, Vladimir Alexiev wrote: >> It's not about the tooltip in HTML: >> figure captions are very important in scholarly publishing. > > I see and I do not like that Org exports caption as title (tooltip). On > the other hand neither original markdown nor

Re: [BUG] ox-md image captions

2023-04-08 Thread Ihor Radchenko
Vladimir Alexiev writes: > It's not about the tooltip in HTML: > figure captions are very important in scholarly publishing. I agree, but are you actually publishing scholar articles to MD? Caption are correctly handled in Latex and ODT publishing - the most common formats for scholary

Re: Limiting a repeating timestamp ?

2023-04-08 Thread Ihor Radchenko
David Masterson writes: > Is there a way of creating a Task which is a once a week meeting that > will take place in (say) June, July, and August and then stop repeating? No, other than using diary sexp. It is a frequently requested feature though. -- Ihor Radchenko // yantar92, Org mode

[PATCH] Add missing "stuck" agenda view to Special Agenda Views section of manual

2023-04-08 Thread Ruslan Bekenev
Hi guys, I’ve been trying to make my custom agenda view and I really wanted to see the list of stuck projects in there. Looking at “Special Agenda Views” section of the manual I was sure there is no ~stuck~ special view because it isn’t mentioned there. Turned out there is such a view, it