Hi
Might I implement an org capture template with predefined entries from a list
instead of typing the final entry?
If not, please, whats the minimal code to get a shortkey to launch a selection
of an item of a list and insert in the buffer?
Thank you. My questions has always been well treated
On Fri, Sep 10 2010, Eric Abrahamsen wrote:
> (icon is a sun, "domestic" is the name of the file I put the weather
> statement in). So the cedillas... Something's definitely off with
> encoding -- where do I start to look? My language environment is utf-8,
> I've got Chinese fonts, if that's the p
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Hi everybody,
I am learning to use org-babel to evaluate in-line Matlab code block, but I
cannot make it works when I press the "C-c C-c", nor "C-c C-v e". The export of
code works, but the results was not there. My in-line code is like this:
#+begin_src matlab :export results
n = [1:10];
x = 5
Relative file links such as...
[[file:foo.org][Another file]]
...are exported to HTML as...
Another file
Attached is an example.
Emacs : GNU Emacs 24.0.50.14 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
of 2010-09-10 on dimension8
Package: Org-mode version 7.01trans
current state:
=
John,
Thanks very much. Will try these and get back with results.
Vikas
On Fri, Sep 10, 2010 at 9:09 PM, John Hendy wrote:
> Vikas,
>
>
> You want to play around with the \setbeamerfont command.
>
> Grab the manual here:
> http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameru
etimecowboy writes:
> Hi everybody,
>
> I am learning to use org-babel to evaluate in-line Matlab code block,
> but I cannot make it works when I press the "C-c C-c", nor "C-c C-v
> e".
What happens when you try C-c C-c or C-c C-v e ? There is an issue with
matlab and octave: they return the val
Dan Davison writes:
> etimecowboy writes:
>
>> Hi everybody,
>>
>> I am learning to use org-babel to evaluate in-line Matlab code block,
>> but I cannot make it works when I press the "C-c C-c", nor "C-c C-v
>> e".
>
> What happens when you try C-c C-c or C-c C-v e ? There is an issue with
> mat
James Harkins writes:
> (Yay! http://orgmode.org/emacs-orgmode@gnu.org is broken for me - 404 error.)
That's a bug in the mailto: link export (already fixed in the
development version). So that should have read:
mailto:emacs-orgmode@gnu.org
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQ
There have been a number of complaints about missing sexp that seem to
be unrelated to the "storm" bug. It seems that if "loop" from the
cl-macs package is not already loaded a sexp error appears.
Julien Danjou writes:
> Hi folks,
>
> If anybody is interested, I've wrote an small extension to p
Samuel Wales writes:
> In the last 24 hours, org created 436 seemingly empty directories
> named similar to "babel-81922AX" in (I think) $TMP. I do not actively
> use babel.
I can confirm this behaviour.
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptat
Neal Thomison writes:
> ... Google insists on seeing the calendar timezone as GMT, hence, all of
> my appointments are appearing 4 hours early (my TZ is EST5EDT but EST or
> "America/Indianapolis" or "America/Indiana/Indianapolis" all don't work
> either). I've set 'org-icalendar-timezone' and I
Adding (require 'cl) seems to fix things; patch included.
diff --git a/google-weather.el b/google-weather.el
index d86165d..bc4c7d0 100644
--- a/google-weather.el
+++ b/google-weather.el
@@ -26,6 +26,7 @@
;;
;;; Code:
+(require 'cl)
(require 'url)
(require 'url-cache)
(require 'xml)
Chris
On Sat, Sep 11 2010, Christopher Allan Webber wrote:
> Adding (require 'cl) seems to fix things; patch included.
Added, thanks.
--
Julien Danjou
// ᐰhttp://julien.danjou.info
pgpdf9Mamf2I3.pgp
Description: PGP signature
___
Emacs-orgmode mailing
Aidan Gauland no8wireless.co.nz> writes:
> Relative file links such as...
> [[file:foo.org][Another file]]
> ...are exported to HTML as...
> Another file
Oops! I forgot to say what I /expected/ it to be exported as.
I expected to get...
Another file
...which would be a relative hyperlink to the
Julien Danjou writes:
> Hi folks,
>
> If anybody is interested, I've wrote an small extension to put some
> weather forecasts in the agenda.
>
> It can be found here[1]. I've blogged about it yesterday, so if you're
> curious you can read the entry[2].
>
> Happy hacking,
>
> [1] http://julien.d
Section 12.5.7 CSS support of the Org-mode manual says...
#+BEGIN_QUOTE
You could also directly write a `' `' section in this
way, without referring to an external file.
#+END_QUOTE
The problem with that is that putting...
#+BEGIN_HTML
[some CSS]
#+END_HTML
...anywhere in a buffer results in t
The code to blog from an org entry (or indeed any buffer) to blogger or
blogspot using the google command line tool is now up on git hub.
http://github.com/rileyrg/org-googlecl
The main entry is the function org-googlecl-blog which will prompt you
if you want to blog the current org entry if you
Richard Riley writes:
> The code to blog from an org entry (or indeed any buffer) to blogger or
> blogspot using the google command line tool is now up on git hub.
>
> http://github.com/rileyrg/org-googlecl
>
> The main entry is the function org-googlecl-blog which will prompt you
Sorry, the abo
19 matches
Mail list logo