> The problem here is, how do I quickly get to where I want it to go? Under a > Type->Institution heading I have a chronologically sorted list > of transactions, and I'd want the newer ones to be somewhere near the end > (especially for large files with lots of transactions). Currently > I have to close the Unsorted heading, open the target heading, and then go to > the bottom (and scroll up a few lines past some headings) > before pasting. > > Is this pretty much what others are doing? Or is there a faster way (e.g. > something like 'go directly to end of this heading')?
There might be better ways, but I always use C-c C-n to do it. This moves to the next heading. Then you go up one line and you're at the end of the previous heading. To move to a header there's an interactive interface with C-c C-j (org-goto) but I'm always using just C-s (a normal search) to look for any particular text that is near where I want to go (e.g. a similar transaction). You could even write a string ;ADD_HERE and then just look for it each time (C-s ADD_ C-s C-m). -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/87k294d256.wl-n142857%40gmail.com. For more options, visit https://groups.google.com/d/optout.
