Hi Megha, megha g <[email protected]> writes:
> That's Great Richard, (Please reply to the whole list, not just to me! That way, the conversation also helps other people getting started.) > it's working fine and i ran few Reports as well. > > 1) How can i create a New journal to my existing project. > > 2) Do i need to create new Journal or i can modify the existing file. A journal is just a text file. You can create a new journal, or edit an existing one, using any text editor you like. If you don't have one yet, I recommend Emacs. It has a very nice mode for editing ledger journals. To install (a graphical version of) Emacs on Ubuntu, as well as the support for ledger (called "ledger-mode"), run: sudo apt-get install emacs-gtk ledger-el I would also recommend installing the Emacs documentation: sudo apt-get install emacs-common-non-dfsg Of course, there's a lot to learn about Emacs, too! To learn the basics, start Emacs and then type "C-h t" (that's "Control-h" followed by "t"). To read the manuals that come with Emacs, type "C-h i". If you need more help, you should ask on the Emacs mailing list; that's off-topic for this mailing list. Here's the manual for ledger-mode: https://www.ledger-cli.org/3.0/doc/ledger-mode.html That should get you started with editing ledger journals in Emacs. -- Best, Richard -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
