Marcelo de Moraes Serpa wrote:
>Hello list,
>I wonder if there is a easy way to create a remember template that
>will file the item inside another item specified at runtime. The
>scenario is the following: I have a task that belongs to a project
>(project is any item tagged a :PROJECT:), I want to
Richard Riley writes:
> http://splash-of-open-sauce.blogspot.com/2010/09/list-all-blogger-blogs-whose-titles_3011.html
Whoops. Wrong link. Here is the correct one :-
http://splash-of-open-sauce.blogspot.com/2010/09/list-all-blogger-blogs-whose-titles_4895.html
regards
r.
>
> You can now
http://splash-of-open-sauce.blogspot.com/2010/09/list-all-blogger-blogs-whose-titles_3011.html
You can now create an org listing of blogger blogs whose title matched
the regexp you specify.
Richard Riley writes:
> Tim Burt writes:
>
>> Richard Riley writes:
>>
>>> The org-googlecl package
Sebastian Rose gmx.de> writes:
> This here works for both --- here it does.
Uh, not quite. Now what should be in techy/programs/ is in
techy/programs/techy/programs/ (non-org files, that is). At least now
all files are treated consistently. :P
--Aidan
___
Aidan,
that patch was against current master of course.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Aidan Gauland writes:
> Sebastian Rose gmx.de> writes:
>> `org-publish-attachment' is wrong or called with wrong arguments.
>>
>> This patch fixes it.
>>
>> As always, there might be a better way to fix it,
>> but this way the function `org-publish-attachment' will work regardless
>> of paramet
Hi everyone,
I have been using org-mode to make a beamer presentation for the last
few days. Works very well except for a few kinks, e.g. I can't put
latex like this $..$ in the presentation title. I tried something like
this,
#+TITLE: Search for $W'$ resonances
This simply escapes the $ sig
Sebastian Rose gmx.de> writes:
> `org-publish-attachment' is wrong or called with wrong arguments.
>
> This patch fixes it.
>
> As always, there might be a better way to fix it,
> but this way the function `org-publish-attachment' will work regardless
> of parameters. Someone will always call t
I had a similar problem with duplicate agenda entries. After much
aggravation, I discovered I had a duplicate entry for the file in the
"setq org-agenda-files" section of my .emacs file. Could the new machine
have multiple sections adding entries to org-agenda-files? Does the
value of that variable
Darlan Cavalcante Moreira writes:
> Hello list,
>
> When I run org-preview-latex-fragment (C-c C-x C-l) I get the error
> ,
> ! org-create-formula-image: Symbol's function definition is void:
> ! org-export-latex-fix-inputenc
> `
>
> However, I run org-reload it works (until I close my gtd
Hi A.,
* A. Ryan Reynolds [15. Sep. 2010]:
> On Wed, Sep 15, 2010 at 3:11 PM, Henri-Paul Indiogine
> wrote:
>> I have added the following to my /etc/apt/sources.list
>>
>> ## Emacs snapshot
>> deb http://ppa.launchpad.net/portis25/emacs/ubuntu lucid main
>> deb-src http://ppa.launchpad.net/portis
Hello list,
When I run org-preview-latex-fragment (C-c C-x C-l) I get the error
,
! org-create-formula-image: Symbol's function definition is void:
! org-export-latex-fix-inputenc
`
However, I run org-reload it works (until I close my gtd.org file and open
it again). I'm running the late
Hi there,
I'm trying to use org-mode to compose latex documents and I'm having a
problem with bibtex. When I export to pdf with C-c C-e p, pdflatex runs and
everything works gracefully with respect to the latex code (the output is
even prettier than I used to have patience to do only with latex),
On Wed, Sep 15, 2010 at 3:11 PM, Henri-Paul Indiogine
wrote:
> I have added the following to my /etc/apt/sources.list
>
> ## Emacs snapshot
> deb http://ppa.launchpad.net/portis25/emacs/ubuntu lucid main
> deb-src http://ppa.launchpad.net/portis25/emacs/ubuntu lucid main
Is there a similar reposi
Bernt Hansen wrote:
> If I have multiple timestamps in a TODO item, org-auto-repeat-maybe
> only advances the first one. In the following example, I'd like both
> the SCHEDULED and DEADLINE timestamps to advance when the item is
> marked DONE, but only the SCHEDULED timestamp advances.
>
> * T
Andrew J. Korty wrote:
Bernt Hansen wrote:
> > If I have multiple timestamps in a TODO item, org-auto-repeat-maybe
> > only advances the first one. In the following example, I'd like both
> > the SCHEDULED and DEADLINE timestamps to advance when the item is
> > marked DONE, but only the SCHE
On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote:
> Robert Goldman writes:
>> ... Is there some
>> magic I can put in the Local Variables block that will cause the images
>> to be displayed on startup?
>>
>> # org-display-inline-images: t
>
>
>
> # Local Variables:
> # mode: Org
> # eval: (org-
Hi.
It seems to me it's currently impossible to use a custom frames
sequencing in org + beamer, as only positive values of
BEAMER_FRAME_LEVEL seem to be working here.
I'm trying to use the following simple slides document below, but it
fails with :
! You can't use `\end' in internal verti
Hi Dan and Eric,
Would you mind creating an LaTeX environment around the =results= block, so
that we could have the code colorized (via listings or Minted), and clearly
distinguish the results, if we want so.
Having an environment would allow one to use non-proportional font for the
results, or a
On 16 September 2010 06:15, Giovanni Ridolfi wrote:
> "Thomas S. Dye" writes:
>
>> Aloha all,
>>
>
>> in http://orgmode.org/worg/org-contrib/babel/uses.php
>> the link to
>> http://orgmode.org/worg/org-contrib/babel/examples/article-class.php
>
>> [is] broken.
> Also this is broken:
>
> Tracking
Hi Ken,
Kenneth Miller writes:
> I fired up org-mode on my new machine, pulled my org files from source
> control, set my agenda files and agenda-key, attempted to view my
> agenda, and got the following. I've replaced some of the names with
> random characters for privacy, but events and todos
The link-type "message" is one of the ones org handles by default, it
is an explicit case in org-open-at-point, much like http and it is
handled by the following code:
((member type '("message"))
(browse-url (concat type ":" path)))
However it is not included in the default value of or
I'm trying to specify a date relative to another date in an org file.
I've tried to adapt one of the examples from worg, with :
<%%(= 7 (- (calendar-absolute-from-gregorian date)
(calendar-absolute-from-gregorian (02 02 2010>
to get the date one week after the 2nd of february 201
Robert Goldman writes:
> ... Is there some
> magic I can put in the Local Variables block that will cause the images
> to be displayed on startup?
>
> # org-display-inline-images: t
# Local Variables:
# mode: Org
# eval: (org-display-inline-images)
# End:
Sebastian
Hi,
I have noticed a small problem with the export of the #+BEAMER_HEADER_EXTRA
content (containing, as described in the documentation, the \usetheme{MyTheme}
command).
As of now, it is generated just before the \begin{document} command and after
the export of \title{}, \author{} and \date{} comm
"Thomas S. Dye" writes:
> Aloha all,
>
> in http://orgmode.org/worg/org-contrib/babel/uses.php
> the link to
> http://orgmode.org/worg/org-contrib/babel/examples/article-class.php
> [is] broken.
Also this is broken:
Tracking finances
http://orgmode.org/worg/org-contrib/babel/examples/fina
Robert Goldman writes:
> On 9/16/10 Sep 16 -7:11 AM, Dan Davison wrote:
>> Robert Goldman writes:
>>
>>> I was looking for a way to put illustrations in my org-mode files so
>>> that I could actually look at them while editing the org stuff. I found
>>> a post a while ago suggesting using iima
On 9/16/10 Sep 16 -7:32 AM, Sebastian Rose wrote:
> Robert Goldman writes:
>> I was looking for a way to put illustrations in my org-mode files so
>> that I could actually look at them while editing the org stuff. I found
>> a post a while ago suggesting using iimage mode (which is included with
On 9/16/10 Sep 16 -7:11 AM, Dan Davison wrote:
> Robert Goldman writes:
>
>> I was looking for a way to put illustrations in my org-mode files so
>> that I could actually look at them while editing the org stuff. I found
>> a post a while ago suggesting using iimage mode (which is included with
Scot Becker writes:
>> The TODO keyword COMMENT should do what you're after.
And toggle it with `C-c ;'
> I can't believe I didn't think of that. I even use that one already
> in other files. Thanks,
>
> Scot
Sebastian
___
Emacs-orgmode mailing li
Robert Goldman writes:
> I was looking for a way to put illustrations in my org-mode files so
> that I could actually look at them while editing the org stuff. I found
> a post a while ago suggesting using iimage mode (which is included with
> the Aquamacs that I use, and is readily available if
Aidan Gauland writes:
> On Thu, Sep 16, 2010 at 12:40:34AM +0200, Sebastian Rose wrote:
>> Aidan Gauland writes:
>> > Sebastian Rose gmx.de> writes:
>> >> It would be a bug.
>> >>
>> >> But I cannot reproduce it (current Org mode from git, emacs24).
>> >
>> > I just figured out why: I store all
Robert Goldman writes:
> I was looking for a way to put illustrations in my org-mode files so
> that I could actually look at them while editing the org stuff. I found
> a post a while ago suggesting using iimage mode (which is included with
> the Aquamacs that I use, and is readily available if
"Andrew J. Korty" writes:
> 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.
>
Oh... and I just tried to set the language back to "DE" and the
problem disappeared.
It can only guess that there might have been some problem going on
behind the curtain (e.g. on the google servers?), which has now been
resolved.
I'd appreciate if Org/org-google-weather could handle such conditi
> The TODO keyword COMMENT should do what you're after.
I can't believe I didn't think of that. I even use that one already
in other files. Thanks,
Scot
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@
It just occured to me, that I could have include org-google-weather in
the subject.
*bump*
Friedrich Delgado Friedrichs schrieb:
> For some strange reason, as of today, the combination
>
> %%(org-google-weather "Hamburg" "DE")
>
> seems to be deeply offending, as I get a "bad sexp" error for it
On Sep 16, 2010, at 6:52 AM, Matt Lundin wrote:
Norbert Zeh writes:
Here's what I found out by tinkering around with settings a little.
Setting org-agenda-prefix-format to "" (as I already did before)
correctly removes the prefix *before* the TODO keyword. The
formatting
function for every
Hi Scot,
Scot Becker wrote:
> :noexport: does what I want, but I want to send org the same "no
> export" signal without tags, but using TODO keywords
The TODO keyword COMMENT should do what you're after.
Best regards,
Seb
--
Sébastien Vauban
___
I also update from the git repo, about weekly and install to the new
Emacs to the default location in /usr/local, that way (1) the
development version loads by default, so long as /usr/local/bin is
earlier in your path, and (2) you keep your default ubuntu Emacs
packages intact, and can go back to
etimecowboy writes:
> Hi everyone,
>
> It seems that my org used the Octave program to evaluate my Matlab
> code block/generate figures, not Matlab itself.
Hmm, shouldn't do. Could you post your example? Have you activated both
octave and matlab? What is the value of your org-babel-load-language
41 matches
Mail list logo