Transforming table and then exporting as CSV

2021-04-29 Thread Pankaj Jangid
I have the following requirement. For this I have written the code that follows. Bank requires from me a CSV file in this format: --8<---cut here---start->8--- ACCOUNT NO,DR/CR,AMOUNT,NARRATION 50...658,C,x.xx,APR2021 50...590,C,x.xx,APR2021 50.

Re: Transforming table and then exporting as CSV

2021-05-03 Thread Pankaj Jangid
Kyle Meyer writes: ... > I think that'd be the cleanest way, yes. You could change ... Thanks Kyle. Learned a bit more of Elisp. Regards.. Pankaj

Re: Heading toward Org 9.5

2021-09-22 Thread Pankaj Jangid
Is there a page where I can see the changes when moving from 9.4 to 9.5. I am really exited about the upcoming version. I am sure there are lots of changes. Much more than what are mentioned at https://updates.orgmode.org/#changes -- Regards ~Pankaj

Re: Heading toward Org 9.5

2021-09-22 Thread Pankaj Jangid
Yasushi SHOJI writes: > On Wed, Sep 22, 2021 at 5:21 PM Pankaj Jangid wrote: >> Is there a page where I can see the changes when moving from 9.4 to >> 9.5. > > Like etc/ORG-NEWS ? > http://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/etc/ORG-NEWS > > You can s

Re: Release 9.5

2021-09-30 Thread Pankaj Jangid
Bastien writes: > Org 9.5 is out, available from GNU ELPA. > > Thanks a lot to every contributor. > Thanks a lot for your work, Bastien. I want to thank all the contributors. One Q: what is the schedule for 9.5 to be included in Emacs-28? Regards ~Pankaj

Re: Release 9.5

2021-10-01 Thread Pankaj Jangid
Bastien writes: > Pankaj Jangid writes: > >> One Q: what is the schedule for 9.5 to be included in Emacs-28? > > Org 9.5 have been merged in the Emacs master branch, from which the > Emacs release branch for 28.1 will be cut anytime soon. > > Then we will work on 9

should be

2020-10-16 Thread Pankaj Jangid
For this org mode text: #+begin_src org - This text is /emphasized/ - This text is *in bold* - This text is _underlined_ - This text uses =a teletype font= #+end_src the follow is the HTML output: #+begin_src This text is emphasized This text is in bold This text is underlined This text uses a

Re: Thoughts on the standardization of Org

2020-10-31 Thread Pankaj Jangid
Tim Cross writes: > I should state up-front, I am somewhat sceptical regarding an org-mode > which is separate or independent of Emacs. Much of what makes org-mode > so powerful and useful is due to features of Emacs. While most, if not > all, of these features could be implemented in other solut

Re: Thoughts on the standardization of Org

2020-10-31 Thread Pankaj Jangid
Asa Zeren writes: > In these concerns I see one major flaw. The way they are worded at > present implies that the Emacs implementation of org is the "one true > implementation," and that all tools in other environments are > auxiliary. At present, that is the truth. Where are other implementatio

Re: Ignored bugs

2020-11-17 Thread Pankaj Jangid
Daniele Nicolodi writes: > On 17/11/2020 19:41, Boruch Baum wrote: >> A little over a month ago, I submitted several bug reports related to >> org-mode, and sor most of them haven't seen any action whatsoever, not >> even an indication that they were noticed. In many cases, I provided >> either a

Re: Ignored bugs

2020-11-17 Thread Pankaj Jangid
Tim Cross writes: >> I am trying to use `use-package' for package management via the init >> file. And when I do (use-package org :ensure t) it doesn't install the >> latest. It uses the builtin package only. Is this a bug in emacs, >> use-package or elpa? > > Not a bug at all. You have to config

Re: Ignored bugs

2020-11-17 Thread Pankaj Jangid
Jean Louis writes: >> I was completely unaware of this. I also used to report bugs via >> emacs' report-emacs-bug fascility. >> >> Moreover, I am building emacs from `master' everyday and assuming >> everything is latest on this. If Org is a different beast then >> probably we should do two thin

Re: How to evaluate source code while in the edit buffer?

2020-12-04 Thread Pankaj Jangid
Jean Louis writes: > * Mirko Vukovic [2020-12-04 16:59]: >> Creating/editing UML diagrams using plantuml mode is an iterative process. >> My current workflow is >> >>1. Enter edit buffer (C-c ') >>2. Perform edits in the window >>3. Exit edit mode (C-c ') >>4. Evaluate code (C-c

Re: How to evaluate source code while in the edit buffer?

2020-12-04 Thread Pankaj Jangid
Mirko Vukovic writes: > My current workflow is > >1. Enter edit buffer (C-c ') >2. Perform edits in the window >3. Exit edit mode (C-c ') >4. Evaluate code (C-c C-c) >5. Monitor changes to resulting png file > > I would prefer instead to skip step 3, and evaluate the code from

Re: How to evaluate source code while in the edit buffer?

2020-12-04 Thread Pankaj Jangid
Jean Louis writes: >> error in process sentinel: PLANTUML Preview failed: exited abnormally with >> code 1 >> >> The plantuml.el code seems to >> >>1. start a process and then >>2. pass the plantuml string to the process. >> >> It is at step 2 that the error is issued. > > Maybe you wi

Re: Release Org 9.4.2

2020-12-14 Thread Pankaj Jangid
Bastien writes: >>> I've released Org 9.4.2, a bugfix release. >>> >>> This version was merged with the emacs-27 branch: >> >> This is the only code that goes into stable branch first and then into >> ‘master’. Probably we need tweak the process a bit. > > Sorry, I don't understand your concern h

Re: Release Org 9.4.2

2020-12-14 Thread Pankaj Jangid
Bastien writes: > I've released Org 9.4.2, a bugfix release. > > This version was merged with the emacs-27 branch: This is the only code that goes into stable branch first and then into ‘master’. Probably we need tweak the process a bit.

Re: Release Org 9.4.2

2020-12-15 Thread Pankaj Jangid
Eric S Fraga writes: > On Monday, 14 Dec 2020 at 20:49, Pankaj Jangid wrote: >> I like testing Emacs on the trunk and I ‘git pull’ and ‘make bootstrap’ >> daily and use it without any external packages. This is just to make >> sure that any external package is not the caus

Re: Release Org 9.4.2

2020-12-15 Thread Pankaj Jangid
Bastien writes: >> My question is/are: (1) Why Org is developed outside Emacs, given that >> it is a core/built-in package. > > When Org's development switched to Git (13 years ago, from memory), > the release cycle was very short. Way shorter than the release cycle > of Emacs. Also, the proces

Re: Release Org 9.4.2

2020-12-15 Thread Pankaj Jangid
Daniele Nicolodi writes: >> My question is/are: (1) Why Org is developed outside Emacs, given that >> it is a core/built-in package. (2) Are there other packages that follow >> the same process? > > AFAIK also cc-mode is developed in a dedicate repository. > > From an Emacs development point of v

Re: Release Org 9.4.2

2020-12-15 Thread Pankaj Jangid
Bastien writes: > Be reassured, the fact that I shall soon step down has nothing to do > with the community: in fact, the community is what kept me motivated > for nearly ten years now! > > This decision is a simple combination of me not having enough time > (which can lead to frustrating situati

Re: Release Org 9.4.2

2020-12-16 Thread Pankaj Jangid
Gustav Wikström writes: > But to be fair, the collaboration features of GitHub surely would be a > BIG net positive if the goal is to attract contributions and gain a > bigger mindshare. That together with an open collective funding model > of some sort. Because let's be fair. This is a hobby pro

Re: did behaviour of RET change again?

2020-12-18 Thread Pankaj Jangid
Eric S Fraga writes: > I have just installed org from git (a few hours ago) and now it seems > that RET no longer indents. Is this intentional? > > I know that there has been some discussion on the mailing list but I > seem to have lost track of the decision, if any, taken. RET and C-j now > b

Re: did behaviour of RET change again?

2020-12-18 Thread Pankaj Jangid
Eric S Fraga writes: > On Friday, 18 Dec 2020 at 20:12, Pankaj Jangid wrote: >> I am using 9.4.2 from emacs-master. It is working fine there. > > I'm on 9.4.3... Today, I have 9.4.3 from emacs-master. And the feature is working perfectly fine in this as well C-j a

Re: org-refile and ivy

2021-01-22 Thread Pankaj Jangid
Eric S Fraga writes: > I have been trying to get to grips with org-refile. For some reason, > the completion mechanism (I use ivy generally but I have no idea what > org-refile actually tries to do/use) only shows me the current file name > if I have org-refile-targets set to nil. It doesn't sh

Re: org-refile and ivy

2021-01-25 Thread Pankaj Jangid
Eric S Fraga writes: > On Friday, 22 Jan 2021 at 14:37, Gustavo Barros wrote: >> I use org-refile with ivy, so I might share. If I recall correctly, >> the only thing that does not play well between the two is >> `org-outline-path-complete-in-steps`. My basic setup is the >> following: > > Spot

Re: Editting from the agenda view

2019-11-22 Thread Pankaj Jangid
comes to the same state where you left. It is a buffer. It won't change until you press 'g'. > Is there a way to return to the agenda view exactly where one was when > pressing enter? This is what I mentioned above. This is the default behaviour. Regards, -- Pankaj Jangid

org-mime-htmlize and signature

2019-11-30 Thread Pankaj Jangid
same line; it doesn't insert an HTML line break before and after the separator (--). What is the solution/workaround for that? Regards -- Pankaj Jangid

Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-04 Thread Pankaj Jangid
ents/Resources/lisp/org/) Regards, -- Pankaj Jangid

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-04 Thread Pankaj Jangid
"Fraga, Eric" writes: > You need to type C-c TAB to get the column to adjust to the > specification. Did you do that? C-c TAB is working but earlier the behaviour was to apply directive by default on next electric formatting. Has the behaviour changed in 9.3? Regards, -- Pankaj Jangid

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-05 Thread Pankaj Jangid
Kyle Meyer writes: > Pankaj Jangid writes: >> C-c TAB is working but earlier the behaviour was to apply >> directive by default on next electric formatting. Has the behaviour >> changed in 9.3? > 9.2, I believe, more specifically 6d6a30d4c (org-table: Implement shru

Re: need to increase contrast in all emacs faces for legibility

2019-12-11 Thread Pankaj Jangid
> is it possible to programmatically increase foreground contrast > against their background in all faces? For shr (the built-in browser), there is something. But in general I am not aware if there is something related to this. shr-color-visible-distance-min, shr-color-visible-luminance-min The

Re: Release 9.3.1

2019-12-26 Thread Pankaj Jangid
> Org 9.3.1, a bugfix release, is out. Is this merged into emacs-27 branch?

Re: Org mode for meeting minutes

2020-03-23 Thread Pankaj Jangid
Christian Egli writes: > I'm picking up this thread again since I think I have solved the issue > for myself. I do use org-mode for meeting minutes now. Thanks to the > input from this list I managed to solve the outstanding issues such as > tabular reports of action items. > > I wrote a blog post

Re: Org mode for meeting minutes

2020-03-24 Thread Pankaj Jangid
Nick Dokos writes: >> I have an off-topic query though: How do you right align tags? > , > | org-tags-column is a variable defined in ‘org.el’. > | Its value is -120 > | Original value was -77 > | > | You can customize this variable. > | > | Documentation: > | The column to which tags sho