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

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 >>>

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 / sectio

[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

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

2017-10-04 Thread Haider Rizvi
Kaushal Modi <kaushal.m...@gmail.com> writes: > On Wed, Oct 4, 2017 at 3:13 PM Haider Rizvi <hari...@gmail.com> 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

[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"))

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
g 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

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

2015-07-31 Thread Haider Rizvi
Xebar Saram zelt...@gmail.com 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

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

2015-07-04 Thread Haider Rizvi
Pascal Fleury pas...@telefleuries.com 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

Re: [O] open file link in dired?

2014-12-11 Thread Haider Rizvi
Alan Schmitt alan.schm...@polytechnique.org 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

[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:

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

2014-06-21 Thread Haider Rizvi
Daniel Franke dan...@dfranke.com 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,

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

2014-06-20 Thread Haider Rizvi
Daniel Franke dan...@dfranke.com 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

Re: [O] Emacs Mac Port

2014-02-13 Thread Haider Rizvi
Alan Schmitt alan.schm...@polytechnique.org 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

Re: [O] Org-mode and Evernote

2013-10-16 Thread Haider Rizvi
Erik L. Arneson dyb...@lnouv.com 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

Re: [O] Alfred workflow for org-capture

2013-09-12 Thread Haider Rizvi
Robert P. Goldman rpgold...@sift.info 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 :

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

2013-05-21 Thread Haider Rizvi
Max Mikhanosha m...@openchat.com 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

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

2013-04-04 Thread Haider Rizvi
Bastien b...@altern.org writes: Hi François, François Pinard pin...@iro.umontreal.ca 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

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

2012-12-06 Thread Haider Rizvi
ronaldo.merc...@diamond.ac.uk 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.