Uwe Brauer writes:
> In my experience the best I found was
>
> (defun my-turn-on-longlines-in-auctex ()
> "Turn on all three modes which support the display of long-lines."
> (interactive)
> (adaptive-wrap-prefix-mode 'toggle)
> (visual-line-mode 'toggle)
> (visual-fill-column-mode 'to
John Kitchin writes:
> If you like ivy, you might find this helpful:
Also see counsel-org-goto and counsel-org-goto-all, which provide
similar capability.
> Fraga, Eric writes:
>
>> On Wednesday, 4 Dec 2019 at 10:26, Matt Price wrote:
>>> Is there a quasi-equivalent of ~org-id-goto~ or
>>> ~o
"Berry, Charles" writes:
>> On Jan 11, 2019, at 5:03 PM, Haider Rizvi wrote:
>>
>> I've been using literate programming approach with org-babel for a
>> while. I just noticed that with 9.2, when I try to export (c-c c-e h
>> o) an org doc / secti
I've been using literate programming approach with org-babel for a
while. I just noticed that with 9.2, when I try to export (c-c c-e h
o) an org doc / section, any shell blocks with a named session are
executed as it is exporting to html!
I don't think it was this way before? Is there a way to n
Kaushal Modi writes:
> On Wed, Oct 4, 2017 at 3:13 PM Haider Rizvi wrote:
> I'm getting the following error, when trying to do an org-capture.
>
> Org 9.1 onwards, bare sexp's are now allowed in the template.
>
> From ORG-NEWS:
>
> *** ~org-capture-templates~
I'm getting the following error, when trying to do an org-capture.
Debugger entered--Lisp error: (error "Invalid file location: nil")
signal(error ("Invalid file location: nil"))
error("Invalid file location: %S" nil)
org-capture-expand-file((concat org-directory "inbox-gtd.org"))
org-cap
Eric Abrahamsen writes:
> Apart from that, though, this setup is fairly Conkeror like. Just
> faster, and with fewer mysterious silent crashes!
Faster!! I guess I have to try it out.
Regards,
--
Haider
; something silly. However, I looked over the documentation quickly and I
> could not see how to mark stuff for downloading. Do I need more coffee?
>
>
> Best,
>
> R.
>
>
>>
>> Regards,
--
Regards,
--
Haider Rizvi
Eric Abrahamsen writes:
> I've been using Conkeror (based on Xulrunner/Firefox) for a while
> now, and like it enough to stick with it. It's completely keyboard
> driven, which I love. It's also not super stable, nor does it seem
> to be actively maintained, which I don't love. If anyone has
> re
Xebar Saram writes:
> Hi. it seems like this :
>
> /usr/bin/emacsclient -c -e '(org-capture)'
I have the following for similar purposes:
(defadvice org-capture-finalize (after delete-org-capture-frame activate)
"Advise org-capture-finalize to close the frame if it is the org-capture
fram
Pascal Fleury writes:
> I think properties can be used for this.
I use a yasnippet for writing down my meeting minutes, that also
creates some properties. Daniel may find it useful.
# -*- mode: snippet -*-
# name : mtgmins
# key : mtgmins
# contributor: Haider Rizvi
# --
`(org-insert-head
Alan Schmitt writes:
>> Alan, fyi if you don't know, openwith package does a pretty good
>> job of opening with external apps. I've been using it on osx for a
>> while.
>
> Thank you for the suggestion. Does it work well with gnus?
Alan, I don't usually deal with attachments in gnus, only handli
Alan Schmitt writes:
> My main motivation for using this is that I have some code to
> preview a file using Quicklook (I'm on OS X), and code to open a
> file in an external app when in dired, so it's quite useful for
> files that emacs cannot display:
Alan, fyi if you don't know, openwith packa
Lately, I have a problem with hyperlinks in org-mode. Wondering if
anyone has seen this issue.
>From time to time, some hyperlinks in an org document show up as if
they are regular text, instead of a collapsed hyperlink. So the
following just shows as plain text:
[[https://news.google.com/news][G
Daniel Franke writes:
> emacs => firefox/safari
That's correct.
> browser => emacs
Probably the best is to use an Applescript like below, and save it in
~/Library/Scripts/Applications/Safari. You can kick off this
Applescript using a variety of methods (Quicksilver, menu bar, etc.)
http://www.
Daniel Franke writes:
> as the subject says, I would like to get links from any browser (i almost
> don’t care which
> one) into org mode.
Since you mention Safari, assume you are running on a Mac. Here is what you are
looking for.
;;; setup org-mac-link-grabber
(require 'org-mac-link)
(add
Alan Schmitt writes:
>> If you are on a Mac, you *should* start using this:
>>
>> https://github.com/railwaycat/emacs-mac-port
>>
>> I've been having some serious issues with the vanilla Cocoa Emacs lately
>> on Mavericks, including a nasty memory leak that would somehow trigger
>> distnoted and
"Erik L. Arneson" writes:
> I've been hacking at it a little on Github and have created an
> org-evernote.el library that has an `org-evernote-pull' command that
> tries to work similarly to `org-mobile-pull'. It's still a work in
> progress, but I'd love some feedback and contributions.
>
> My
"Robert P. Goldman" writes:
> Does anyone have a workflow for the Alfred Mac app launcher that will
> interact with org-capture?
If Alfred can trigger an Applescript, I use the following with Quicksilver:
Applescript:
property eclient : "/Applications/Emacs.app/Contents/MacOS/bin/emacsclient
Max Mikhanosha writes:
> Hi All,
>
> I've been writing some documentation in OrgMode with screenshots, and
> as with any screenshot taking, it takes a while to get one just right.
>
> A few tiny helper utilities, quickly snowballed into this :-) It may
> need some cleanup, but IMHO its too awesom
Bastien writes:
> Hi François,
>
> François Pinard writes:
>
>> It took me about one hour (my Gnus programming
>> is rather rusty) for adding a Gnus command opening many tabs at once, in
>> a graphical browser, for all articles I retain in Gnus for reading.
>
> That looks nice, is your hack publ
writes:
> It works wonderfully. Are there other magic combinations?
Of course :-) See http://orgmode.org/org.html#External-links for a
comprehensive list.
Also keep in mind the keyboard and mouse shortcuts for opening links,
described immediately below the list.
Regards,
--
Haider
22 matches
Mail list logo