Re: [Orgmode] Problem with publishing to html

2010-10-30 Thread Mark Scala
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

[Orgmode] org-mobile bug

2009-12-29 Thread Mark Scala
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

[Orgmode] [Org-mode] feed.el

2010-07-06 Thread Mark Scala
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

[Orgmode] [Patch] org-capture.el

2010-08-11 Thread Mark Scala
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

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Mark Scala
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

Re: [Orgmode] [Patch] org-capture.el

2010-08-25 Thread Mark Scala
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-

Re: [Orgmode] Org-beamer and beamer overlays

2010-09-03 Thread Mark Scala
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

[O] capture question

2011-08-11 Thread Mark Scala
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

[Orgmode] org-remember problem

2009-07-19 Thread Mark Scala
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

[O] bug in lisp code blocks

2014-07-22 Thread Mark Scala
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

Re: [O] bug in lisp code blocks

2014-07-30 Thread Mark Scala
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