You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
Hello All,
In the new ledger mode, the C-c C-a (add-transaction) is adding the transaction always in the end of the file. Does anyone know how to make it add the transactions in the right place of the file?
Best,
Alexandre
John Rakestraw
unread,
May 14, 2013, 10:15:41 AM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
In the new ledger mode, the C-c C-a (add-transaction) is adding the transaction always in the end of the file. Does anyone know how to make it add the transactions in the right place of the file?
My experience is slightly different -- new entries with today's date or later are consistently added after the first entry for the 21st of the current month. Other weirdness:
- An entry dated 2013/04/30 just now landed after entries dated 2013/05/08. - An entry dated 2013/04/08 just now landed after entries dated 2013/04/20.
GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-04-21 on wani09, modified by Debian
I last updated ldg*.el April 20.
--John
Craig Earls
unread,
May 14, 2013, 10:24:13 AM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
Please tell me what date-format you have set in your .ledgerrc.
Please pull the latest from Master. There veeseveral aes since April 20.
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Ledger" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ledger-cli+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
That should be the default. I will look into what is happening. I
don't have this problem at all.
Craig
Craig Earls
unread,
May 14, 2013, 11:23:35 AM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
Are you using Y year directives at all?
John Rakestraw
unread,
May 14, 2013, 11:26:47 AM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
I'm using the default format as well.
I'm not using Y directives.
Sorry -- I know you said earlier that you don't see the problem on your end, but I've been swamped and haven't had time to attempt to identify the element in our settings that might be different.
--John I've now upgraded to the latest, and still see the same behavior.
Craig Earls
unread,
May 14, 2013, 11:28:10 AM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
Thanks John, I thought maybe a broken REGEX that I fixed last week
would have fixed it. I will keep trying to reproduce the three
problems reported here. Alexandre, could you log this in Bugzilla?
Alexandre Rademaker
unread,
May 14, 2013, 12:25:49 PM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
OK, this has me stumped. Please tell me exactly what key strokes you
are using to cause this. Shoulbe something like
C-c C-a
Minibuffer shows Transaction: 2013/05/
You type "01 Test 45"
And the xact goes in the wrong place.
Thanks for the kind words.
Craig
On Tue, May 14, 2013 at 9:25 AM, Alexandre Rademaker
Craig Earls
unread,
May 14, 2013, 12:51:22 PM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
I think I have found it. It was depending on transactions having
codes, like check numbers or (POS) or (ONL), which I personally use
extensively. I have fixed that and pushed a change to Master. Pull
it and let me know how it works.
John Rakestraw
unread,
May 14, 2013, 1:17:57 PM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
Thanks, Craig. I think this might have fixed it.
I don't have time now to do any extensive testing (sorry -- it's that time of the semester) but I entered three different transactions with three different dates (one in the past, one with today's date, and one in the future) and each of them was filed in the right place.
--John
Alexandre Rademaker
unread,
May 14, 2013, 1:30:19 PM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
In my case, doesn't matter where the pointer is. The steps are:
1. I type C-c C-a
2. Minibuffer shows "Transaction: 2013/05/"
3. I complete with the day, name and value "02 Test R$1" and hit RETURN.
4. Yes. As you said, the transaction is added in the end of the buffer, always.
I am running on Mac OS 10.8.3 Emacs 24.2 with the last version of
ledger-mode. I have just made a git pull.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ledge...@googlegroups.com
What a shame! You were (as always) right! I was pointing to next!! Now
it is working!! Transaction added in the right place!! Thank you my
ELisp/Emacs hero! :-)