By default beorg adds new tasks to the end of a file. For example, if this is your inbox.org…
* TODO Build shed
* IN-PROGRESS Buy fence paint
…and you add the task “Book restaurant”, inbox.org will become…
* TODO Build shed
* IN-PROGRESS Buy fence paint
* TODO Book restaurant
If you’d like new tasks to be added to the beginning you can get beorg to do this by creating a template, and setting the template as the default for Quick Capture.
If you try tapping the Quick Capture button again, adding the task “Book restaurant” will result in inbox.org becoming:
* TODO Book restaurant
* TODO Build shed
* IN-PROGRESS Buy fence paint
Success!