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.
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
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
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
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
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*
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
Perhaps
,---
| (defun main-function (args)
| (let ((var (assoc :key1 args))) ; extracting var once
| ...
| (helper-function1 ... var ...) ; inside let
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
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
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-
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
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
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
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
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-
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
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
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
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?
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
21 matches
Mail list logo