[O] org-read-date and (setq pop-up-frames 'graphic-only)

2011-09-10 Thread Tom Prince
With (set pop-up-frames 't), org-read-date behaves badly, creating calendar in the bottom. (setq calendar-setup 'calendar-only) would fix this, but org-read-date overrides it. A new frame for the calendar. But the frame is split, with the calendar at the bottom, and some random buffer at the top.

Re: [O] org-capture-hook only when in frame?

2011-09-20 Thread Tom Prince
On Tue, 20 Sep 2011 18:45:31 -0400, Micah Anderson wrote: Non-text part: multipart/signed > > I have a function to create a frame for capture mode that I can call > with emacsclient at any time: > > ;; Initialization of capture frames > (defun make-capture-frame () > "Create a new frame and ru

Re: [O] ODT image export

2011-09-21 Thread Tom Prince
On Wed, 21 Sep 2011 20:11:29 +0530, Jambunathan K wrote: > Does your plotter - R, gnuplot or whatever - support SVG. I see that > LibreOffice-3.4 (which I have locally installed) supports embedding of > SVG images. These SVG images are actually embedded as SVM files in the > exported ODT file. Us

[O] [PATCH] Add svg export using pdf2svg, for latex math and src blocks.

2011-10-02 Thread Tom Prince
This is my attempt to add export of latex code (for HTML export) via svg, rather than png. I don't know if this is the best way to go about doing it, but I wanted to avoid as much duplicated code as possible. --- lisp/ob-latex.el |5 +++- lisp/org-exp.el |1 + lisp/org-html.el |1 + l

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Tom Prince
On Fri, 07 Oct 2011 18:26:15 -0300, Darlan Cavalcante Moreira wrote: > It would be nice if org had a begin_tikz block. This block could either > create a PDF file or include the tikz code directly in the latex file when > exporting to latex (or PDF), and create an SVG file when when exporting to

Re: [O] [PATCH] Add svg export using pdf2svg, for latex math and src blocks.

2011-10-12 Thread Tom Prince
On Sun, 2 Oct 2011 14:35:48 -0400, Tom Prince wrote: > This is my attempt to add export of latex code (for HTML export) > via svg, rather than png. I don't know if this is the best way to go > about doing it, but I wanted to avoid as much duplicated code as > possible. *ping*

[O] org-protocol and new frames

2011-10-16 Thread Tom Prince
Is there any way to get org-protocol to create a new frame, when it needs to open a buffer, but otherwise not open one. Tom

Re: [O] Elisp programming style

2011-10-28 Thread Tom Prince
Perhaps ,--- | (defun main-function (args) | (let ((var (assoc :key1 args))) ; extracting var once | ... | (helper-function1 ... var ...) ; inside let

Re: [O] New version of VimOrganizer, an Org-mode clone in Vim

2011-11-06 Thread Tom Prince
On Thu, 3 Nov 2011 23:26:57 + (UTC), Herbert Sitz wrote: > Michael -- No problem, this issue was of course brought up when I > started the project a year or so ago. Actually for the many Vim users > who have tried to make the transition to Emacs I think it is pretty > well known that there ar

Re: [O] Getting rid of split frame with org-capture

2011-11-13 Thread Tom Prince
On Sat, 12 Nov 2011 23:13:11 -0500, Nick Dokos wrote: > Not worth the bother IMO[fn:1], but if you wish to implement it and submit > a patch, I'd be happy to review it. > > Nick > > Footnotes: > > [fn:1] Remember, capture is supposed to be as unobtrusive as possible: >you just want to s

[O] Failure exporting with emacs --batch

2011-11-15 Thread Tom Prince
With b43c1c621f52f4a51d8d79cb76c226dfed003998 running emacs --no-init-file --load min.el --eval '(setq debug-on-error t)' --eval '(find-file "test.org")' -eval '(org-export-as-html 3)' --batch with -- min.el (setq org-babel-load-languages '((emacs-lisp . t) (latex . t))) (setq org-confirm-

Re: [O] Failure exporting with emacs --batch

2011-11-15 Thread Tom Prince
On Tue, 15 Nov 2011 15:30:25 -0500, Nick Dokos wrote: > Tom Prince wrote: > > > With b43c1c621f52f4a51d8d79cb76c226dfed003998 running > > > > Please use C-u M-x org-version to insert version information in your > mail. It's not possible to see from the SHA1 whe

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Tom Prince
On Fri, 18 Nov 2011 08:23:18 -0600, Brian Wightman wrote: > Perhaps a way to deal with this would be to tangle to a different > directory, and then sync any changes into your compilation source > directory. If you would update the compilation directory only when > something differs from the tang

Re: [O] Getting rid of split frame with org-capture

2011-11-20 Thread Tom Prince
On Sun, 13 Nov 2011 12:57:21 -0500, Nick Dokos wrote: > > 1) If I don't pass -c to emacsclient, then I need to search all my > >workspaces to find where emacs decided to put the capture frame > > 2) If I pass do pass -c to emacsclient, then I need to close the frame > >afterwards. And more

Re: [O] How to say "I did that yesterday?"

2011-11-22 Thread Tom Prince
On Tue, 22 Nov 2011 21:02:48 -0800, Dave Abrahams wrote: > > on Tue Nov 22 2011, Erik Hetzner wrote: > > > At Tue, 22 Nov 2011 11:40:35 -0800, > > Dave Abrahams wrote: > >> > > > >> > >> I often discover that I completed something a few days ago and I would > >> like to mark it done with the

Re: [O] M-RET and C-RET

2011-11-26 Thread Tom Prince
On Fri, 25 Nov 2011 17:49:09 +0100, "sindikat" wrote: > Hello everyone, > > M-RET works with both headings and plainlists, it's DWIM. > C-RET works only with headings. I wanted to ask, why C-RET is not DWIM? > Wouldn't users want to add new list item respecting the content? You can use M-RET-

[O] Links with link text like [2011-10-10] fail to export properly

2011-11-26 Thread Tom Prince
With Org-mode version 7.7 (release_7.7.601.g55e4d) and minimal init, the following link [[http://www.google.com][2011-09-16]] gets exported to html as [[http://www.google.com] 2011-09-16] not as a link. Tom

Re: [O] Emacs Prelude

2011-12-04 Thread Tom Prince
On Fri, 02 Dec 2011 20:25:21 -0600, SndChaser wrote: > 2) Has someone bound: org-do-promote, org-do-demote, > org-promote-subtree. org-demote-subtree, org-move-subtree-up and > org-move-subtree-down to another set of keys that is as handy / workable > as the original bindings? Well, I use the

Re: [O] Getting rid of split frame with org-capture

2011-12-16 Thread Tom Prince
On Wed, 14 Dec 2011 00:11:11 +0100, Andreas Leha wrote: > While it works well on my emacs23, the emacs24 snapshot from > http://emacs.naquadah.org/ crashes, when I select a template. Is this a > general issue with emacs24? Ideas to adapt the snippet to work with > emacs24? What do you mean by

Re: [O] OT: Cloud-dependencies, privacy, decentralization (was: Conducting end user surveys and analyze data)

2015-01-19 Thread Tom Prince
Karl Voit writes: > And no cloud service is ever going to get my complete set of emails. > This is *way* too sensible in my opinion. What percentange of your contact list is using gmail?

[O] [PATCH] Fix a number of potential infinite loops due to unsgined underflow.

2013-02-08 Thread Tom Prince
I discovered this, when trying to merge a file, with a tag that overhangs the right margin. Trying to merge the following line with itself (with --rmargin less than 10) the causes the driver to output spaces forever: ** abc :TAG: --- src/org_heading.c | 10 +- 1 file changed, 5 insertion