On Sat, Oct 30, 2010 at 1:25 AM, Nick Dokos wrote:
> Noorul Islam wrote:
>
> > On Sat, Oct 30, 2010 at 4:23 AM, wrote:
> > > I updated to 7.02 today and now am unable to publish a project to
> > > html. This is the error reported in *Messages*
> > >
> > > Publishing file /home/mark/teach/10fa
or an
empty list. After defining one custom agenda command, all works as
expected.
Best,
Mark Scala
___
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
Hi, all.
I was trying out feed.el today, and I've got an error that I don't
understand.
Following the docs, I put this in my .emacs:
(setq org-feed-alist
'(("Slashdot"
"http://rss.slashdot.org/Slashdot/slashdot";
"~/org/feeds.org" "Slashdot Entries")))
I created
he sorting
;; If we have added a table line, maybe recompute?
(when (and (eq (org-capture-get :type 'local) 'table-line)
--
Mark Scala
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
E
put still looks like this:
* Headline :tag:
stuff here
Tags align normally for only after adding that line to org-capture.
Best,
Mark
On Thu, Aug 12, 2010 at 3:53 AM, Bastien wrote:
> Hi Mark,
>
> Mark Scala writes:
>
> > When capture templates with tags are finalized, thos
ence.org")
"* %^{Description} %^G \n%? \n %U" :prepend)
Hope this is helpful and not just distracting.
Best,
Mark
On Thu, Aug 12, 2010 at 9:02 AM, Bastien wrote:
> Hi Mark,
>
> Mark Scala writes:
>
> > Thanks, I hadn't checked the value of org-auto-
Hi, Glyn.
I've been playing around with org-beamer for a little while and have gotten
something like what you seem to want to work. I've revised your example in
the way that I've been doing it.
* The furniture.
:B_frame
:PROPERTIES:
:BEAMER_env: block
:BEAMER_envargs: [<+->]
:END:
Some o
Hi,
I've been using capture for, among other things, capturing interruptions to
clocked tasks. For this, I use something like the following template:
("i" "interruption" entry (file "refile.org") "A TEMPLATE HERE" :clock-in t
:clock-resume t)
One thing that has been bothering me is that there a
Org-mode newbie here. I was having trouble getting org-remember to
work for me. I have the git version installed and followed the
org-manual instructions, but (org-remember-insinuate) kept throwing an
error while loading my .emacs. With other solutions suggested on the
web, I kept getting an err
Greetings.
This is probably a bug:
#+BEGIN_SRC lisp :results output
(format t "Hello world.")
;; comment after, causes crash when block is evaluated with C-c C-c
#+END_SRC
Debugger message:
#+BEGIN_QUOTE
end of file on #
[Condition of type END-OF-FILE]
#+END_QUOTE
org-version: Org-mode v
Thanks, Bastien, for helping me report this bug more effectively.
This email summarizes all the information I have about this bug and
how to reproduce it. The problem is that a comment which appears as
the _last_ line of a (common) lisp code block causes an error when
that block is evaluated with C
11 matches
Mail list logo