---
* test one
* test two
* test three
#+BEGIN_SRC emacs-lisp :results both
(org-map-entries 'org-get-heading nil nil)
#+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
That did it! I must have been too quick to hit "git pull". Thanks.
On Wed, Jan 4, 2012 at 10:00 AM, Bastien wrote:
> Charles Sebold writes:
>
> > Emacs : GNU Emacs 24.0.92.1 (i386-mingw-nt5.1.2600)
> > of 2012-01-03 on CT-SEBOLDCR-T4C
> > Package: Org-mode
org-todo-keywords '((sequence "INBOX(i)" "TICKLER(t!)" "|" "FILE(f@)"
"CANCELED(k@)")
(sequence "TODO" "NEXTACTION(n)" "WAITING" "VERIFY" "|"
"DONE" "REASSIGNED&q
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:
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
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 th
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 about it, I think, at the same time), which sa
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 iO
es
org-optimize-window-after-visibility-change)
org-export-preprocess-before-normalizing-links-hook
'(org-remove-file-link-modifiers)
org-agenda-span 'day
org-mode-hook '(#[nil "\300\301\302\303\304$\207"
[org-add-hook change-major-mode-hook
org-show-
be helpful for people on free database
systems. 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 wrote:
> Hi Charles,
>
> This looks great, I've just applied this most recent patch.
>
>
+ (mapcar (lambda (x)
+ (if (string= (car x) header-delim)
+ 'hline
+ x))
+ (org-table-to-lisp))
(org-babel-pick-name (cdr (assoc :colname-names params))
(cdr (assoc :colnames params)))
g-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 Sébastien Vauban :
> Hi Charles,
>
> Charles Sebold wrote:
>> I
;hline
+ x))
+ (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))
--
Charles Sebold
Ego delendus sum
___
This is with a clean Emacs, nothing in .emacs except for what is
necessary to add my org-mode lisp directory to the load path and
(require 'org-install), Emacs pulled down from bzr this morning, and
current git download of org-mode, pulled a few minutes ago.
With an org file like this:
--
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
.
"-outline-Consolas-normal-r-normal-normal
hat problem. But we might have a start on it if you could send along your
configuration 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).
--
C
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.
-
e said he may update 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 wrote:
> I wonder, does MobileOrg always expect Unix-style line feeds?
>
> I ask because it seems to me as if, when I pus
the agenda 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/
E
T-SEBOLDCR-T4C
Package: Org-mode version 6.32trans (release_6.32b.190.g1818)
--
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-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
;s repository, and then fires up Emacs for me to
handle the rest.
One nice thing about this is, if nothing has changed in my git
repository, then I don't notice any significant slowdown in booting, but
if it has, then I get the updated version.
If this seems convoluted, be aware at leas
ot;UNSCHEDWKLY(E@)")
(sequence "MONTHLY(m)" "|" "DONEMNTHLY" "UNSCHEDMNTHLY(M@)")
(sequence "APPT" "RESCHEDULE(s@)" "|" "APPTPAST" "APPTCANCELED(n@)")
(sequence "REQUEST(r!)" "REQ
D(n@)")
(sequence "REQUEST(r!)" "REQWAITING(w@/!)" "REQVERIFY(v)" "|"
"REQCLOSED(c!)" "REQREASSIGNED(a@)")
(sequence "PROJECT(P!)" "PROJWAITING(W@/!)&
the same idea as Charles' only
> implemented 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
h
(or (nth col col-labels) (format "%d" (+ 1
col
plot-lines)
--
Charles Sebold 14th of January, 2009
GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.17trans
_
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
No, it's not. It's 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) |
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, 200
able @code{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
able @code{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
ude in overview display.
| Should be 1 or 7.
|
| 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-org
rk Agenda"
((org-agenda-files '("~/org/work.org"))
Maybe I've 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.
--
Char
On 6 Nov 2008, Carsten Dominik wrote:
> I get in both cases just the ID, no newline with it. Also, new
> newlines are created for me after the attachment property. Can please
> more people try Bernt's example?
Same for me, just the ID, no newline.
--
ectories, because sometimes I'm messing
with something that I don't want in the ordinary agenda. You can
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
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 fig
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 thi
; and > characters, rather than having 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-min
44
--- 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 documentat
ar (lambda (row) (nth ind row)) table 0)
- (plist-put params :textind t
+ (plist-put params :timeind t)
+;; check for text ind column
+(if (> (length
+(delq 0 (mapcar
+ (lambda (el)
+
ch me, so I can sign it and get it turned
around.
--
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-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
On 27 Oct 2008, Charles Sebold wrote:
> How's this for a first pass? Not a git user before I started with
> org-mode so any pointers on how to generate these would be
> appreciated.
How embarrassing. This is the patch I meant to send:
Changes in origin/HEAD
Modified li
(mapcar (lambda (row) (nth ind row)) table 0)
+(plist-put params :textind t)
;; write script
(with-temp-buffer
(if (plist-get params :script) ;; user script
@@ -307,7 +325,8 @@ line directly before or after the table."
this, I'll 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:
ially or completely folded to
begin with, and
(b) I change the TODO to DONE in the Agenda buffer, it seems to narrow
around that TODO item, and the breakdown becomes [0/1] or some
smaller number than the actual number of subtasks und
44 matches
Mail list logo