Re: [longlines]

2021-06-24 Thread Haider Rizvi
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

Re: org-custom-id-goto?

2019-12-06 Thread Haider Rizvi
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

Re: [O] org-mode export behavior change in 9.2?

2019-01-12 Thread Haider Rizvi
"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

[O] org-mode export behavior change in 9.2?

2019-01-11 Thread Haider Rizvi
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

Re: [O] Bug: org-capture-templates issues

2017-10-04 Thread Haider Rizvi
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~

[O] Bug: org-capture-templates issues

2017-10-04 Thread Haider Rizvi
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

Re: [O] [OT] A new web browser‽

2016-04-14 Thread Haider Rizvi
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

Re: [O] [OT] A new web browser‽

2016-04-13 Thread Haider Rizvi
; 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

Re: [O] [OT] A new web browser‽

2016-04-12 Thread 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

Re: [O] popup org capture window on linux?

2015-07-31 Thread Haider Rizvi
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

Re: [O] Structuring and (cross)linking information in org-mode

2015-07-04 Thread Haider Rizvi
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

Re: [O] open file link in dired?

2014-12-12 Thread Haider Rizvi
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

Re: [O] open file link in dired?

2014-12-11 Thread Haider Rizvi
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

[O] Intermittent issues with hyperlinks in org docs

2014-09-10 Thread Haider Rizvi
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

Re: [O] Get links from Firefox/Safari into orgmode

2014-06-21 Thread Haider Rizvi
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.

Re: [O] Get links from Firefox/Safari into orgmode

2014-06-20 Thread Haider Rizvi
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

Re: [O] Emacs Mac Port

2014-02-13 Thread Haider Rizvi
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

Re: [O] Org-mode and Evernote

2013-10-16 Thread Haider Rizvi
"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

Re: [O] Alfred workflow for org-capture

2013-09-12 Thread Haider Rizvi
"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

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-21 Thread Haider Rizvi
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

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-04 Thread Haider Rizvi
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

Re: [O] "file" link from org-mode file

2012-12-06 Thread Haider Rizvi
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