[Orgmode] org-mobile bug

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

[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 are

[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 #SB-IMPL::STRING-INPUT-STREAM {1003F862D3} [Condition of type

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

[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

[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 a file

[Orgmode] [Patch] org-capture.el

2010-08-11 Thread Mark Scala
;; 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. Emacs-orgmode@gnu.org http

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

2010-08-12 Thread Mark Scala
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 bastien.gue...@wikimedia.frwrote: Hi Mark, Mark Scala marksc...@gmail.com writes: When capture templates with tags are finalized

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

2010-08-25 Thread Mark Scala
, Mark On Thu, Aug 12, 2010 at 9:02 AM, Bastien bastien.gue...@wikimedia.frwrote: Hi Mark, Mark Scala marksc...@gmail.com writes: Thanks, I hadn't checked the value of org-auto-realign-tags before looking at org-capture. (Please note this is `org-auto-align-tags' -- not `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

Re: [Orgmode] Problem with publishing to html

2010-10-30 Thread Mark Scala
On Sat, Oct 30, 2010 at 1:25 AM, Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam noo...@noorul.com wrote: On Sat, Oct 30, 2010 at 4:23 AM, marksc...@gmail.com wrote: I updated to 7.02 today and now am unable to publish a project to html. This is the error reported in *Messages*