[O] org-map-entries broken?

2012-03-19 Thread Charles Sebold
) #+END_SRC - The results ought to be the three test headings in a table output. After the patch it's blank. -- Charles Sebold Ego delendus sum

[O] Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]

2012-01-04 Thread Charles Sebold
This was happening yesterday and today; it appears that this happened with the category filtering changes, but this is the first chance I've gotten to do an org-mobile-push since then. When I try org-mobile-push I get this:

Re: [O] Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]

2012-01-04 Thread Charles Sebold
-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-use-fast-todo-selection 'prefix org-confirm-shell-link-function 'yes-or-no-p ) On Wed, Jan 4, 2012 at 9:38 AM, Bastien b...@altern.org wrote: Hi Charles, Charles Sebold charles.seb...@lcms.org writes

Re: [O] Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]

2012-01-04 Thread Charles Sebold
That did it! I must have been too quick to hit git pull. Thanks. On Wed, Jan 4, 2012 at 10:00 AM, Bastien b...@altern.org wrote: Charles Sebold cseb...@gmail.com writes: Emacs : GNU Emacs 24.0.92.1 (i386-mingw-nt5.1.2600) of 2012-01-03 on CT-SEBOLDCR-T4C Package: Org-mode version

Re: [O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.147.g9ddc)]

2011-05-03 Thread charles . sebold
On 7 Apr 2011, Charles Sebold wrote: Second attempt to send this patch. I primarily use Org-mode on Windows, and my org files mostly have DOS line endings. A while back a patch from me was accepted to convert the checksum file to Unix EOLs (and Richard updated the iOS app to be agnostic

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread charles . sebold
On 7 Apr 2011, Charles Sebold wrote: Here's a test. Take the line below and put it in an agenda file, then view the agenda. %%(format %s (concat [[elisp:(info)] [Link to info]])) The results as I see them give me a link that I can mouse-click on, but I can't move point to it and hit C-c C

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.125.g70fe)]

2011-04-02 Thread Charles Sebold
This has been a problem for me for some time, but I only just now had the chance to find the problem. I primarily use Org-mode on Windows, and my org files mostly have DOS line endings. A while back a patch from me was accepted to convert the checksum file to Unix EOLs (and Richard updated the

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.125.g70fe)]

2011-04-01 Thread Charles Sebold
-to-session-maybe) org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Charles Sebold Ego delendus sum

[Orgmode] Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
(assoc :colnames params)))         (org-babel-pick-name (cdr (assoc :rowname-names params)) -- Charles Sebold Ego delendus sum ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
params))) (org-babel-pick-name (cdr (assoc :rowname-names params)) 2010/12/21 Sébastien Vauban wxhgmqzgw...@spammotel.com: Hi Charles, Charles Sebold wrote: I use org-mode and babel under Windows with osql, and the line separating the header from the rest of the rows in the output

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
)) + (org-table-to-lisp)) (org-babel-pick-name (cdr (assoc :colname-names params)) (cdr (assoc :colnames params))) (org-babel-pick-name (cdr (assoc :rowname-names params)) 2010/12/21 Charles Sebold cseb...@gmail.com: I feel silly.  I was just

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
. But if anybody has any ideas or suggestions, I may have a little time to try to implement them. On Tue, Dec 21, 2010 at 11:34 AM, Eric Schulte schulte.e...@gmail.comwrote: Hi Charles, This looks great, I've just applied this most recent patch. Thanks -- Eric Charles Sebold cseb...@gmail.com writes

[Orgmode] Bug: column faces based on default frame font, not current one [6.33trans (release_6.33f.92.g7dc0)]

2009-12-11 Thread Charles Sebold
This is complicated. Essentially, I always have two frames open (two monitors). The laptop built-in screen shows a fairly large font, and that's the default for starting Emacs, which I set something like this: (add-to-list 'default-frame-alist '(font .

[Orgmode] Bug: word filein tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)]

2009-11-18 Thread Charles Sebold
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.

Re: [Orgmode] Emacs opens a frame for each file in agenda list on org-mobile-push

2009-11-18 Thread Charles Sebold
and customizations per the above. This one seems strange enough that maybe it might even be worthwhile to send along the .emacs file, just in case (properly sanitized for personal info, of course). -- Charles Sebold http://triablogue.blogspot.com/ http://merbc.invigorated.org/ Ego delendus sum

[Orgmode] Org-mode version 6.32trans (release_6.32b.190.g1818); LAST_MOBILE_CHANGE line bumps local variable line

2009-11-12 Thread Charles Sebold
-at .*-\\*-.*-\\*-) + (forward-line 1))) (insert #+LAST_MOBILE_CHANGE: (format-time-string %Y-%m-%d %T) \n) Emacs : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-11 on CT-SEBOLDCR-T4C Package: Org-mode version 6.32trans (release_6.32b.190.g1818) -- Charles

[Orgmode] What does MobileOrg expect in terms of linefeeds?

2009-11-12 Thread Charles Sebold
files. I don't know enough about the iPhone app source to figure that one out, but I could think of workarounds for org-mobile.el if it always needs to produce Unix-style files for pushing. -- Charles Sebold http://triablogue.blogspot.com/ http://merbc.invigorated.org/ Ego delendus sum

[Orgmode] PATCH: org-mobile.el, fix line encoding for checksums.dat

2009-11-12 Thread Charles Sebold
MobileOrg to handle other linefeed encodings, but for the meantime this seems to work for me. On Thu, Nov 12, 2009 at 11:47 AM, Charles Sebold cseb...@gmail.com wrote: I wonder, does MobileOrg always expect Unix-style line feeds? I ask because it seems to me as if, when I push from Emacs on Windows

Re: [Orgmode] POLL: the 40 variables project

2009-02-04 Thread Charles Sebold
-todo +work+lcms) (w agenda LCMS Agenda ((org-agenda-files '(~/org/lcms.org)) ; LCMS is where I work, just so you know -- Charles Sebold 4th of February, 2009 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.21trans

Re: [Orgmode] Installing on windows

2009-02-04 Thread Charles Sebold
/init.el runs when I start it up, and the functions I defined above get used in lots of other places. -- Charles Sebold 4th of February, 2009 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.21trans

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Charles Sebold
) ) + (if (or (string= with hist) text-ind) +(format :xticlabel(%d) ind) ) with (or (nth col col-labels) (format %d (+ 1 col plot-lines) -- Charles Sebold

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Charles Sebold
in a different place. Thanks, I had a feeling I was making it more complicated than it had to be. -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Question to windows users

2008-12-10 Thread Charles Sebold
available in Cygwin, though (not that I would require that of Windows users). Could that command's functionality be replicated in Emacs Lisp? -- Charles Sebold10th of December, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.14

Re: [Orgmode] Question to windows users

2008-12-10 Thread Charles Sebold
On 10 Dec 2008, Charles Sebold wrote: No, it's not. It's available in Cygwin, though (not that I would require that of Windows users). Actually, it does come with some of the SDKs for .NET, I just discovered. But still, one can't assume its existence on a Windows machine. -- Charles Sebold

Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Charles Sebold
On 25 Nov 2008, Carsten Dominik wrote: I have added such a timer to Org-mode, if you get the latest git release, you can use it. I include a quick patch to what I just checked out, to fix an extra parenthesis: -- Charles Sebold25th of November, 2008 GNU

[Orgmode] patch for info file

2008-11-20 Thread Charles Sebold
{org-export-run-in-background}.}. @kindex C-c C-e v -- Charles Sebold20th of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.13pre01

[Orgmode] patch for info file

2008-11-20 Thread Charles Sebold
{org-export-run-in-background}.}. @kindex C-c C-e v -- Charles Sebold20th of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.13pre01

Re: [Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-12 Thread Charles Sebold
. | | You can customize this variable. ` -- Charles Sebold12th of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.12a ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] Org-mode idea?

2008-11-07 Thread Charles Sebold
manually add a file that you're in right now with C-c [ as you can see from the info link above. Then you could get really crazy and start having multiple agendas... like a lot of people on here seem to be doing (and I just started, and I am hooked on it). -- Charles Sebold

Re: [Orgmode] Org-mode idea?

2008-11-07 Thread Charles Sebold
been misunderstanding some of the discussions going on around here. I don't know how long one could do that, but it's things like this that make org-mode act like an extension of my brain. -- Charles Sebold 7th of November, 2008 GNU Emacs 22.3.1 (i386-mingw

[Orgmode] Table (with timestamps) HTML export bug

2008-11-03 Thread Charles Sebold
them converted back. It's as if we're missing an org-html-expand or an org-html-do-expand somewhere. -- Charles Sebold 3rd of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.10c

[Orgmode] Re: Table (with timestamps) HTML export bug

2008-11-03 Thread Charles Sebold
On 3 Nov 2008, Charles Sebold wrote: I noticed a bug that seems to have crept in over the weekend, but I can't quite make out where it came from. It was somewhere in the last commit, but I can't quite wrap my head around the changes enough to figure out how this would break

[Orgmode] Re: Table (with timestamps) HTML export bug

2008-11-03 Thread Charles Sebold
On 3 Nov 2008, Charles Sebold wrote: I noticed a bug that seems to have crept in over the weekend, but I can't quite make out where it came from. It was somewhere in the last commit, but I can't quite wrap my head around the changes enough to figure out how this would break

Re: [Orgmode] org-plot and timestamps

2008-11-02 Thread Charles Sebold
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-02 Charles Sebold [EMAIL PROTECTED] + + * org.texi (Org Plot): Add documentation for timefmt option. + 2008-10-16 Carsten Dominik [EMAIL PROTECTED] * org.texi (TODO basics): Add documentation for tag triggers

Re: [Orgmode] org-plot and timestamps

2008-10-30 Thread Charles Sebold
that sophisticated in their use of gnuplot, then they can do that on their own through the `set:' option. Thanks for the addition! -- Eric Good idea, I will try to implement that soon. In the meantime I'm waiting on FSF paperwork to reach me, so I can sign it and get it turned around. -- Charles

Re: [Orgmode] org-plot and timestamps

2008-10-30 Thread Charles Sebold
-file + (bury-buffer (get-buffer *gnuplot*)) + (delete-file data-file (provide 'org-plot) -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ Emacs-orgmode mailing list Remember: use `Reply All

[Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
try to figure something out, and maybe update Worg with a how-to for this or a patch to support this out of the box, but I'm having trouble wrapping my head around gnuplot's syntax at the moment. -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
*))(delete-file data-file + (bury-buffer (get-buffer *gnuplot*)) + (delete-file data-file (provide 'org-plot) -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ Emacs-orgmode mailing list

[Orgmode] Possible bug in task breakdown recounting, narrowing problem from agenda or sparse tree?

2008-09-25 Thread Charles Sebold
if this is a known problem; I didn't see it on the bugs page in the info file. -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs