Capture to heading of current cursor

2019-11-05 Thread Nathan Neff
Hello all, I know I've asked this before, but can't remember the quick & easy path (TM) to creating an org-capture template which will capture to the current heading? It would be cool to simply "re-use" my existing capture templates and override the destination to "wherever my cursor is now" -- t

Cannot export org mode to collapsible HTML

2019-11-05 Thread Kris Brown
Hi, I am trying to have basic folding functionality for my org file that has been exported to HTML. I am using Emacs 26.2 (9.0) and Org 9.1.9 on a Mac. This seems to be a built-in feature: JavaScript supported display of web pages

Babel: command line args in java

2019-11-05 Thread Jarmo Hurri
* Intro I am trying to supply command line arguments to java code in babel. For this a logical option would be to use ~:cmdline~ header argument, but I can not get it to work. I really need to process the given values as command line arguments, so setting some variable values will not

Org meta up/down and left/right behavior

2019-11-05 Thread Nathan Neff
Hello all, I noticed for the first time the difference in the shift key behavior in the following function groups: org-meta up/down versus org-shiftmeta up/down and org-meta left/right versus org-shift meta left/right With the up/down behavior the shift key being pressed indicates that I wish to

Re: How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-05 Thread Fraga, Eric
Again, very impressive. I do some of this with drawers but there could indeed be much more support built-in for such aspects. Navigating drawers in org mode should be easier. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78

Re: org-timer-set-timer from any buffer

2019-11-05 Thread Marco Wahl
ian martins writes: > Is it intentional that org-timer start, stop, and pause-or-continue all > work from any buffer, but org-timer-set-timer only works from an org buffer? I bet $1 that this is unintentional. If it was intentional this should have been documented, I think. Possibly you are th

Re: How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-05 Thread John Kitchin
The other aspects I find very useful are: 1) there is a display list so I can see all the editmarks and jump to them. That way, in a proposal for example I can see if there are any residual marks that should be removed. 2) when I make a pdf, they are converted to a list of todo items at the front,

Re: How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-05 Thread Fraga, Eric
On Tuesday, 5 Nov 2019 at 07:49, John Kitchin wrote: > I use it when editing papers mostly. The main difference is I can put > them inline {>~ @jk here is a comment.~<} in a paragraph. Very interesting. The inline aspect can be quite useful. Thanks for the description! -- Eric S Fraga via Em

Re: How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-05 Thread John Kitchin
I use it when editing papers mostly. The main difference is I can put them inline {>~ @jk here is a comment.~<} in a paragraph. I use them to mark {>.tpyos.<}, text for {>-deletion-<} removal, or {>+insertion+<}, {y>highlighted text writes: > On Monday, 4 Nov 2019 at 15:14, John Kitchin wrote: >

org-timer-set-timer from any buffer

2019-11-05 Thread ian martins
Is it intentional that org-timer start, stop, and pause-or-continue all work from any buffer, but org-timer-set-timer only works from an org buffer?

Re: How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-05 Thread Fraga, Eric
On Monday, 4 Nov 2019 at 15:14, John Kitchin wrote: > I have been exploring the use of something I call editmarks for this Out of curiousity, what do these give you that drawers would not? I use :todo: and :note: drawers. For syntax highlighting, I use hi-lock-mode with, for instance, this patt