[O] segfault when org-ellipsis is empty

2017-06-26 Thread Michael Ax
Hello, I trust that this is the right place to report a segfault. Using whatever is current in debian 9, emacs segfaults from a minimum setup when using an empty string for org-ellipsis. Here's how to reproduce it: > emacs -Q (setq org-ellipsis "") C-x C-e (org-mode) C-x C-e * asd ** d

Re: [O] segfault when org-ellipsis is empty

2017-06-26 Thread Michael Ax
cool compromise; covers my use-cases. tks! But that would still allow the user to use setq to set that variable. True, but can we always prevent them from shooting themselves in the foot?

[O] custom ellipsis is underlined after package-initialize

2017-06-26 Thread Michael Ax
Here's the smallest example I could come up with for a rendering problem i don't know how to debug: using tmp.org= * asd ** def and tmp.el= (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/";)) (package-initialize) (setq package-enable-at-s

Re: [O] keybindings again...

2017-06-30 Thread Michael Ax
Also $ xmodmap .. if you should see an empty row in the output, and a whole bunch of things clustered on the last line, then .. write an ~/.Xmodmap to free up caps-lock and to have it act as the Hyper_L key. two more lines move that modifier into the free row and you get an easy to hit on ac

Re: [O] Android sync client

2017-06-30 Thread Michael Ax
git-annex! On 06/30/2017 12:15 PM, Gour wrote: Hello, I've tried for some time to use Taskwarrior due to potentially working Android client, but recently it stopped working and, moreover, orgmode's recurring capabilities are simple superior in comparison with Taskwarrior's, so I'm back to orgmo

[O] Info info info

2017-06-30 Thread Michael Ax
$ cat /usr/share/info/dir|grep "\*"|wc -l = 309 I got past the cruel joke that was the garbled mess called the info dir on debian. I integrated the non-free files and those for userland and kernel things from places I don't even remember. I appreciate the steam-powered look and hackishness in

Re: [O] Is doc/org-version.tex generation broken?

2017-06-30 Thread Michael Ax
\v is the text-mode equivalent of 'vee' or \check{o}. file a question/bug at gmake's home? http://github.com/renozao/pkgmaker/issues || Is this something screwed up in my environment or are others seeing this as well?

Re: [O] Using org-mode via vSSH on iPad

2017-06-30 Thread Michael Ax
> apply: Wrong type argument: listp, #("The Age of Wonder, Part II" 0 26 (:parent (#0))) another set of parens perhaps? >Then, does anyone know a way to copy the contents of the vSSH app display to the iPad clipboard does (setq mouse-drag-copy-region t) work?

[O] causing work by pasting links

2017-06-30 Thread Michael Ax
* before i paste a link i type [[ * [[|]] this leaves the point right there. then i paste and now i want to press [ to write my notes. when i do, * [[http://link[|]]] i get a completely unexpected reaction. you know what i mean, yes? * [[http://link][|]] is what i'd like to see. an

[O] making work by pasting code and examples

2017-06-30 Thread Michael Ax
when i paste blog content mixing text & code i usually want to wrap bits of the paste in an org-structure-template. i do it by - mark a region - cut the region - type i would like it to check the lossage and be smart about wrapping itself around the stuff i mean.

[O] org-tags-column 'portability'

2017-06-30 Thread Michael Ax
org-tags-column usually does the right thing. i have it set to -65 and that works great in portrait mode. i'd like it be sticky (sometimes), that is, to chop of and dominate headlines and never get moved. i'd like it to be width rather than position based so that it works with chinese and propo

[O] advising org-open

2017-06-30 Thread Michael Ax
0:50am monday i get a new weekly org template linked to the prior week. my org-link-frame-setup contains 'open-file' and that allows me to click through the past. sometimes i want open-file-in-other-window, sometimes in another frame. neither the prefix argument nor modifier keys seem to carry

Re: [O] causing work by pasting links

2017-06-30 Thread Michael Ax
you're right of course. now i'm debating if i'm sorry to have taken your time or just awed by the screengrab! maybe a bit of both. thanks for the reminder to get that thing under control! m On 06/30/2017 09:01 PM, Kaushal Modi wrote: On Fri, Jun 30, 2017 at 10:4

Re: [O] Org now failing on HTML export

2017-06-30 Thread Michael Ax
>> You have the classic case of mixed Org installations, would be my guess. > Aha! I think you've hit the nail on the head. Aha.. ran into this last night also, discovering then that i had both (require 'org) AND (require 'org-plus-contrib) in use, breaking capture. (rewriting my init to use-pac

Re: [O] making work by pasting code and examples

2017-06-30 Thread Michael Ax
definitely awed now. will investigate - ty m On 06/30/2017 08:33 PM, Kaushal Modi wrote: On Fri, Jun 30, 2017 at 2:28 PM Kaushal Modi > wrote: Here's a working link: https://github.com/kaushalmodi/.emacs.d/blob/5acb3a4db737df85d1cd7d70c56232ec8a40e8b4/setup-files

[O] speed-keys access tweak

2018-01-12 Thread Michael Ax
With the (bolp) check snipped, org-speed-commands work up to the end of org-outline-regexp. (defun org-speed-command-activate (keys) (when (or (looking-at org-outline-regexp) (and (functionp org-use-speed-commands) (funcall org-use-speed-commands))) (