I just installed EmacsW32 (latest version) on XP and found that highlighting
is not working like it was on vanilla Emacs 22.3. How do get the default
highlighting back?
Thanks,
Ryan
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Hi,
When I do a "C-c / p", as per the manual, I get a "Wrong type argument:
integer-or-marker-p, nil" message.
I'm using EmacsW32 latest version and Org 6.16 on XP. I also tried Emacs
22.3 (plain vanilla), and I get that message there too with Org 6.17c.
An
really sure how to
troubleshoot this.
On Mon, Jan 19, 2009 at 12:30 PM, Manish wrote:
> On Mon, Jan 19, 2009 at 10:58 PM, Ryan wrote:
> > Hi,
> > When I do a "C-c / p", as per the manual, I get a "Wrong type argument:
> > integer-or-marker-p, nil" message.
some kind of Windows fonts issue with
fixed-width fonts. Are there any solutions? I really prefer a font other
than Courier.
Thanks,
Ryan
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gn
)_src"
Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin13.2.0, NS
apple-appkit-1265.20)
of 2014-06-01 on tennine-slave.macports.org
Package: Org-mode version 8.2.7b (8.2.7b-1-ga5beff-elpaplus @
/Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140714/)
current state:
==
ion
(beginning-of-line)
(looking-at ".*#\\+\\(begin\\|end\\)_src"))))
On Thu Aug 7 15:36:00 2014, Ryan wrote:
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
h
tialize it to nil.
Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin13.2.0, NS
apple-appkit-1265.20)
of 2014-06-01 on tennine-slave.macports.org
Package: Org-mode version 8.2.7c (8.2.7c-44-g3fed03-elpaplus @
/Users/ryan/.emacs.d/.cask/24.3.1/elpa/org-plus-contrib-20140818/)
current state:
=
report will be posted to the Org mailing list.
Emacs : GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21
Version 10.9.5 (Build 13F1911))
of 2017-04-21
Package: Org mode version 9.0.9 (9.0.9-82-gb862c2-elpa
t-custom ()
"Sort children of node by todo status and by priority, so the * TODO [#A]
items go to the top. Then fold it the way I like it."
(interactive)
(org-sort-multi ?o ?p ?T)
(dotimes (x 2) (org-cycle)))
On Fri, Jan 29, 2010 at 1:23 AM, Carsten Dominik
wrote:
> Hi David,
lly applying an interactive
function and then having it interactively prompt for the remaining
arguments. That would make org-set-category as short as org-delete-category.
Moset of the code is copied from org-set-property's interactive definition,
and then modified.
-Ryan
(defun org-set-category (p
Title says it all. In recent versions of Org, doing org-cycle at the end of
an empty headline will cycle that headline through different levels, if the
appropriate variable is non-nil. However, the docstring does not mention
this feature.
org-version = 6.34c
___
cycling picks up where it left
off. (The default org-cycle-level function does not work this way.)
You can get it on Worg: http://orgmode.org/worg/org-hacks.php#sec-23
-Ryan
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to t
Ooh, I solved this problem before, but then I accidentally deleted all my
files. I have a backup, but I haven't gotten around to restoring everything
yet. I'll get back to you later.
-Ryan
On Sat, Jan 30, 2010 at 8:54 AM, Stefano Zacchiroli wrote:
> Short summary: I'd
All you need to do is define a function that supplies the prefix to
org-time-stamp:
(defun org-time-stamp-with-time (&optional inactive)
"Prompt for a date/time and insert a time stamp containing a
date and time. All parts of a date not specified by the user
will be filled in from the curren
The variable is org-cycle-level-after-item/entry-creation.
On Sun, Jan 31, 2010 at 12:54 AM, Noorul Islam wrote:
> Ryan Thompson writes:
>
>> Title says it all. In recent versions of Org, doing org-cycle at the end of
>> an empty headline will cycle that headline through di
Vanilla emacs now has shift selection (as of version 23?), so try
disabling shift select in CUA and enabling the standard shift select.
M-x customize-variable shift-select-mode
On Sun, Jan 31, 2010 at 2:36 PM, Ivan Vanyushkin wrote:
> Hello.
>
> I want to use C-x/C-c/C-v and Shift-arrows selecti
I don't think it is possible in general to know the startup state of a
file. Files with a #+STARTUP line may be an execption.
On Tue, Feb 2, 2010 at 11:28 AM, Ivan Vanyushkin wrote:
> Hello.
>
> On initial file opening, S- cycles through
> 1) OVERVIEW -> 2) CONTENTS -> 3) SHOW ALL
> not depending
-Tab - OVERVIEW (expected: SHOW ALL)
>
> or
>
> 1) S-Tab - OVERVIEW
> 3) C-G (or any other)
> 4) S-Tab - OVERVIEW (nothing changed! expected: CONTENTS)
>
> Is it by design? Why?
>
>
> On 02.02.2010 21:40, Ryan Thompson wrote:
>>
>> I don't think it is po
You could also use Remind along with remind2org. I think there's info
about this in org-hacks on Worg.
On Wed, Feb 3, 2010 at 8:18 PM, Robert Goldman wrote:
> Thanks to all for the help! I'll use the cloning.
>
> Best,
> r
>
>
> ___
> Emacs-orgmode mai
Try pressing f6 and then C-h. Generally, pressing any prefix followed
by C-h lists the bindings for that prefix.
On Fri, Feb 5, 2010 at 10:48 AM, Nathan Neff wrote:
> I've defined a list of org-mode shortcuts that start with f6.
>
> Example:
> f6 i = clock in
> f6 o =clock out
>
> Is there a way
>From the Org Manual:
SCHEDULED
Meaning: you are planning to start working on that task on the
given date.
In other words, if you just want to mark the date and time at which an
event (like a meeting) will occur, don't use a scheduled timestamp.
Just use an unadorned timestamp (C-c .).
Even the most unstable development snapshot of emacs usually beats the
MTBF of any other "stable" component of your operating system or
applications.
On Fri, Feb 12, 2010 at 12:47 PM, Ian Barton wrote:
> Graham Smith wrote:
>>
>> I have had to do a fresh install of Ubuntu 9.10, and on going to
>>
If you want to edit existing Wiki pages with such a system, this would
require a complete conversion of all Wiki syntax to an Org-mode
equivalent, or else a way to leave unknown wiki syntax alone.
Otherwise you would clobber any formatting that Org-mode doesn't know
about when you edit the page.
O
This is cool. I'll test this out. My personal preference would be that
a scheduled date should simply suppress deadline warnings before that
date, and have no effect after it. I'll see if I can implement this as
an option.
-Ryan
On Wed, Feb 17, 2010 at 2:43 PM, Norbert Zeh wrote:
Also, if you type in both a date and a day of the week, you'll get the
first day after the specified date that falls on the specified day of
the week.
For example, if you Type in "Fri 2 Feb", you'll get the first Friday
on or after Feb. 2nd. Or something like that.
On Mon, Feb 22, 2010 at 2:10 PM
I think you may have to look around in M-x customize-group browse-url.
On Wed, Feb 24, 2010 at 9:45 AM, Henri-Paul Indiogine
wrote:
> OS: Ubuntu Karmic
> Emacs: 23.1.1
> org-mode: 6.34trans
>
> I recently changed my default browser from Firefox to Chromium and have
> made my change in System -> P
e with Org mode
(without writing a lot of elisp - my elisp skills are lacking)?
Thanks,
Ryan
___
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
Thanks for the info. Yes, I do use clocking frequently and suppose it
is possible I would come to regret it but my goal was to have a quick
way to visualize when and how long I am spending time on the various
projects I am working on. The clock entries would be in a separate
calendar or calendars t
Without the day, the timestamp is not valid according to Org, so it
just treats it as normal text, or possibly something else entirely.
The real lesson is no to type timestamps manually. Use C-c .
On Sat, Feb 27, 2010 at 6:49 PM, David A. Gershman
wrote:
>
> Hello Everyone,
>
> I ran into this ju
So if I pull from git now, I can reschedule repeated tasks?
On Mon, Mar 8, 2010 at 9:24 AM, Tom wrote:
> Carsten Dominik gmail.com> writes:
>
>> I have now removed this limitation, because, as you say, it
>> really should not be there.D
>
> Cool, thanks.
>
>
>
> _
Is there an org-mode command to refile only within the current buffer?
___
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
I have found a bug. When the point is at the end of an empty headline
and you press M-RET (or C-RET) to make a new headline, it deletes all
the whitespace at the end of the empty headline first, which causes
the headline to break. I'm not sure if the correct behavior is to
leave an empty headline,
Hi,
Is there any way to view a timeline or agenda of completed tasks? That
is, can I invert the normal logic of excluding finished tasks from the
agenda?
-Ryan
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Yep, that looks like what I wanted. Thanks.
On Wed, Mar 24, 2010 at 9:00 PM, Memnon Anon
wrote:
> Ryan Thompson writes:
>
>> Hi,
>>
>> Is there any way to view a timeline or agenda of completed tasks? That
>> is, can I invert the normal logic of excluding fin
Description}\n %U\n SCHEDULED: %^{Scheduled
time}T\n %?\n" "tasks.org" "Unsorted Tasks" nil)
("TODO unscheduled" 84 "* TODO %^{Description}\n %U\n %?"
"tasks.org" "Unsorted Tasks" nil)
-Ryan Thompson
__
PATH somewhere and add a keybinding
using e.g. xbindkeys. Personally, I use Windows Key + R.
On Sat, Jan 30, 2010 at 4:45 PM, Stefano Zacchiroli wrote:
> On Sat, Jan 30, 2010 at 10:23:20AM -0800, Ryan Thompson wrote:
>> Ooh, I solved this problem before, but then I accidentally deleted all my
Oh, I guess you're using org-protocol, so your're going to have to do
something a little different. But I hope my post gives you the idea of
how to do it.
On Sun, Mar 28, 2010 at 2:12 PM, Ryan Thompson wrote:
> Ok, I finally recreated my setup. There's some bug in emacs daem
ng of `current' to `(org-get-tags-string)'
into the else clause of the first if statment. I have attached a patch
-Ryan
--
diff --git a/lisp/org.el b/lisp/org.el
index dc45871..1745116 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12113,7 +12113,7 @@ If DATA is nil or the empty string, a
it does
leave 2 out of 3 major OSes out in the cold.
--
A. Ryan Reynolds
e that doesn't end in a link
(tested under emacs24 -Q -l ~/org/minimal-org.el)
Emacs : GNU Emacs 24.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
of 2012-07-17 on lawrencium, modified by Debian
Package: Org-mode version 7.8.11 (release_7.8.11-504-gd2200b @
/home/ryan/lib/site-lisp/org/)
(org-babel-do-load-languages
(quote org-babel-load-languages)
(quote ((emacs-lisp . t)
(latex . t)
(R . t)
(dot . t)
(python . t)
(org . t
(setq org-confirm-babel-evaluate nil)
FULL Config:
Emacs : GNU Emacs 25.0.50.1 (x86_64-w64-mingw32)
of 2015-07-11 on KAEL
Package: Org-mode version 8.
On clock-out in the .notes buffer, tasks in the buffer get removed.
Steps to produce this behaviour:
1. start emacs with --no-init
2. M-x org-capture
3. t ( for task )
4. type "A1" for the subject, then type C-c C-c
The task will get added to the .notes buffer. Then from the .notes
buffer do th
If an org table cell contains the HMS 1@ 11' 37"
is there an easy way to get the total (time)seconds?
(1*3600 + 11*60 + 37 = 4297)
if $4 = 1@ 11' 37"
how do I get $8 = 4297?
thanks
ryan
--
He felt that his whole life was some kind of dream and he sometimes
wonde
to keep
track of it manually like this?
so what I want to be able to do is the following, without having to use a
count up column.
@7$2 = Total(3), where "3" is the number of rows between the 2nd and 3rd
hline
Thanks so much, Ryan Moszynski
|---+-+-+---+-
t something like "unlink"
or "strip".
Thanks,
Ryan Thompson
perhaps calling it something like "unlink"
or "strip" (suggestions for a better name welcome). Alternatively, I could
implement an option to dispatch broken link handling to an arbitrary
function.
Thanks,
Ryan Thompson
(Apologies for the double post of this email; due to a misconfiguration of
my mailer, I believed my first email hadn't gone through until I remembered
to check the archives.)
On Sat, Jan 12, 2019 at 12:38 PM Ryan Thompson wrote:
> Hi all,
>
> I have a use case where I'd l
so it's already too late once the
org-link-broken signal is thrown. This also means that the implementation I
was considering won't work.
So, it looks like I need to intercept execution earlier in the export
process. Any ideas on how to do that?
Thanks,
Ryan
On Sun, Jan 13, 2019 at
eels. That would
carve out space for other options in handling attachments.
On Sat, Oct 2, 2021, 01:31 Ihor Radchenko wrote:
> Ryan Scott writes:
>
> >(default-directory
> > -(or (and dir (file-name-as-directory dir)) default-directory))
> > +
). Maybe we can introduce something like
>> :results-dir header arg to set the output directory? It's value can be a
>> directory path or symbol 'attach.
>>
>> `:results file :results-dir 'attach` will be equivalent of `:results file
>> attach` in the patch p
ed documentation and completed the copyright assignment to the FSF.
On Mon, Oct 4, 2021 at 6:05 PM Ryan Scott wrote:
> I've been working through a few different approaches. What's shaping up is
> something more general, having a special value for directory parameters
> (i.e. 'a
poor ego. :)
With all of the layers and assumptions/behaviors inherent in the way src
block parameters are handled, do you feel like this is an approach that can
work, or should it be abandoned?
Thanks for looking into this.
On Thu, Apr 21, 2022, 05:46 Ihor Radchenko wrote:
> Ryan Scott
Great. Just making sure that this particular approach to this feature or
type of feature wasn't fundamentally flawed given the established behavior
of org.
Thanks.
On Thu, Apr 21, 2022 at 11:02 PM Ihor Radchenko wrote:
> Ryan Scott writes:
>
> > With all of the layers and assu
uotes)" to help make the NEWS entry clearer
- Changed the attach directory detection to use a string prefix check
Let me know what you think.
On Thu, Apr 21, 2022 at 11:19 PM Ryan Scott
wrote:
> Great. Just making sure that this particular approach to this feature or
> type o
sts that I should modify.
Thanks,
-ryan
On Fri, Jun 10, 2022 at 9:31 PM Ihor Radchenko wrote:
> Ryan Scott writes:
>
> > I believe I have addressed your feedback, Ihor.
> > Attached is the latest version of the patch.
> >
> >- Merged latest master
> >-
t need to do any guessing on their behalf. Implicit ID creation
should likely live elsewhere anyway.
On Sat, Jun 11, 2022 at 5:49 AM Ihor Radchenko wrote:
> Ryan Scott writes:
>
> > Had no experience with the :DIR: property or writing unit tests for Org,
> > but I think I
nutes :-) If people are open to this, and a more proper
patch is required, I would be happy to submit one in a more
elaborate and correct format.
If this has been brought up before, or I am misunderstanding, I
apologize in advance; the gmane gateway seems to be down so I
cannot search the archives at the moment.
Cheers and thanks for org mode.
Ryan
Strange. I'll figure out a better setup for running the tests and get to
the bottom of that.
Thanks for the help.
On Tue, Jun 14, 2022, 00:10 Ihor Radchenko wrote:
> Ryan Scott writes:
>
> > Ah sorry about that. I'm on a windows laptop and didn't have make, so was
&g
d problems with an introduced assumption that the buffer-file-name
would be non-nil (causing several tests to fail) as well as being generally
overzealous in detecting file result paths as attachment links.
On Mon, Jun 13, 2022 at 10:55 PM Ryan Scott
wrote:
> Strange. I'll figure out
Awesome!
Thanks again for all the help. It's been a crash course in org internals
and the contribution process.
Well prepared for next time to go much smoother.
Cheers,
-ryan
On Tue, Jun 14, 2022 at 6:47 AM Ihor Radchenko wrote:
> Ryan Scott writes:
>
> > I put together
So I wanted a timer that can take several times and in sequence complete
each timer. This is especially useful for things such as studying where you
might want a timer for studying then another right after for the break
without having to run the same command again.
So this simply takes in text inp
An additional option for use with ":results file" that moves the returned
path to the node attachment directory (as returned by org-attach-dir),
creating it if necessary.
First time submitting a patch. Any feedback is appreciated.
-ryan
0001-ob-core-Added-option-for-attaching-file-
ine length.
I'll make sure to do that for submitted patches here.
In terms of this mailing list and overall contribution process, how best to
remedy things for the patch? Just modify it and reply with the modified
patch as an attachment?
On Tue, Aug 31, 2021 at 4:24 AM Timothy wrote:
> H
oding style doesn't include a hard line limit, so it just
wasn't on my mind.
I'll get my patch updated and submitted shortly. Thanks for the help!
On Wed, Sep 1, 2021 at 7:44 AM Ihor Radchenko wrote:
> Ryan Scott writes:
>
> The patch looks fine for me except a typo:
&
letely right to me.
On Wed, Sep 1, 2021 at 1:01 PM Ryan Scott wrote:
> I hadn't thought about input directories much as my usage of
> graphviz/gnuplots is through [essentially] DSLs that I made for them, so
> the blocks are actually elisp.
> Perhaps a convenient way of setting the
> directory (aka input files directory). Maybe we can introduce something
> like :results-dir header arg to set the output directory? It's value can
> be a directory path or symbol 'attach.
>
> `:results file :results-dir 'attach` will be equivalent of
> `:results file attach` in the patch proposed by Ryan Scott.
>
> WDYT?
>
> Best,
> Ihor
>
Yeah your second example is what I'm thinking. It makes this all a fairly
concise extension of that existing mechanism and does away with the file
move after execution.
On Sun, Sep 5, 2021, 06:21 Ihor Radchenko wrote:
> Ryan Scott writes:
>
> > It might make sense to fix
* org-attach.el (org-attach-dir): Added autoload header to simplify
dependencies necessary to support this feature (called in
`org-babel-execute-src-block').
On Sun, Sep 5, 2021 at 6:56 AM Ryan Scott wrote:
> Yeah your second example is what I'm thinking. It makes this all a fairly
&
or fleshed out.
On Sun, Sep 15, 2024, 9:04 AM Ihor Radchenko wrote:
> Ryan Leman writes:
>
> > So I wanted a timer that can take several times and in sequence complete
> > each timer. This is especially useful for things such as studying where
> you
> > might want a t
This report was auto-generated. I have received the
following error a few times over the past few days, from different points in
different ORG files.
The errors did not start immediately following a change in my Emacs version.
Here are the *Warnings* buffer contents:
■ Warning (org-element-cac
Hello,
Thanks for your work on Org development.
I have added that setq to my .emacs
Unfortunately I did not adequately document a way to replicate this bug. I
haven't seen it in a while.
So please close this issue. I will submit a new bug report if needed.
Thanks,
there a similar repository for Debian?
--
A. Ryan Reynolds
___
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
install from unstable). I
assume this probably trickles down to Ubuntu as well. This is the
route I take because it keeps me relatively close to Org-mode
developments without having to take the time to manage source code.
--
A. Ryan Reynolds
___
Emacs-o
I am definitely also interested in such a feature.
--
A. Ryan Reynolds
___
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
other hand, if you can replicate all of Org's
features I've no doubt you'll succeed in winning them over! And in any
case, doing something for fun is a reward by itself.
--
A. Ryan Reynolds
___
Emacs-orgmode mailing list
Please use `Rep
Thank you so much for your tireless and dedicated service Carsten.
Without your initiative my life, and the lives of many people I know,
would be a lot messier! Org mode is an invaluable treasure.
--
A. Ryan Reynolds
___
Emacs-orgmode mailing list
x27;t seem to make it work.
-Ryan
___
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
g asks me where to refile
it to.
Darlan
At Wed, 21 Oct 2009 11:15:23 -0700,
"Ryan C. Thompson" wrote:
___
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
Carsten Dominik wrote:
All you need to do is *not* to specify file and headline for this
template - then you will be prompted.
If I don't specify a file and headline, won't the note just be stored
under org-default-notes file and org-remember-default-headline? Or even
remember-data-file?
__
values take precedence when I press C-c C-c after finishing
my note?
My first few attempts were unsuccessful, but I'm not sure I got the code
right. I suppose I should try manually setting buffer-local values and
observing the effects.
- Ryan
Carsten Dominik wrote:
On Oct 24, 2009, at
alue is just a
single function, not a list of functions.
-Ryan
___
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
* Head1
* [point is here]
** Head2
So basically, the base level for depth cycling should be determined from
the previous headline, not the new blank headline. At least, that's what
I expected, and I can't think of any reason you would want to put a
ot;Unsorted" as the target, but that seems really easy to break, for
example, if I also had Events/Unsorted in the same file. So, is there a
good way to specify a level-2 headline as a target in
org-remember-templates?
-Ryan
___
Emacs-orgmode mai
distracted periods I tend to capture
a lot of stray to-do items of only marginal utility.
I'm not sure my personal workflow will work exactly right for anyone
but myself (and it's still a work in progress for me too!), but I'm
happy to answer any other questions you might
I'm doing a lot of work with CSV files at the moment. I know I can convert a
region of CSV to an org table with C-c | (and I do so frequently-- thanks for
this highly useful feature!), but is there any way I can turn an org table back
into CSV? I need to do this almost as frequently.
--
A.
orks, rather than being sent to a different file?
--
A. Ryan Reynolds
heavily on Org-mode, but web programming I can contribute.
--
A. Ryan Reynolds
y and would be very interested in such a
feature.
--
A. Ryan Reynolds
.org file. How
> can I fix this?
By default I believe the conflicting binding is set, in Org, to
org-force-cycle-archived. If you unset that binding, it should not conflict,
and hopefully swbuff will work correctly (I do not use swbuff so I cannot say
for certain).
--
A. Ryan Reynolds
On Sep 7, 2011, at 5:53 PM, Rasmus wrote:
> In my experience this is the kind of table most working class heroes
> will need to hand in.
At my last job this was the sort of table I needed to produce, too.
--
A. Ryan Reynolds
familiar to many
programmers :)), which I then need to attribute to next week's clock table to
be submitted on the following invoice. Is there an easy way to do this?
--
A. Ryan Reynolds
Aha! Thank you. That works nicely. I had known about :tstart and :tend
but I misunderstood their purpose.
udicious use of headlines and :export tags? Or is
it best to start a new org file for each substudy and copy/paste what is
needed from the old?
Thanks.
--Chris
--
Christopher W. Ryan, MD, MS
SUNY Upstate Medical University Clinical Campus at Binghamton
425 Robinson Street, Bingha
ers?
Thanks.
--Chris Ryan
ant.
Previously, my problem was I was not using the quotes.
Thanks.
--Chris
Bastien wrote:
> Hi Christopher,
>
> "Christopher W. Ryan" writes:
>
>> How would I search for all the tigers?
>
> (setq org-agenda-custom-commands
> '(("o" "List of tigers"
>((tags "+species=\"tiger\")
>
> HTH,
>
Ooops, make that C-x n s
--
Christopher W. Ryan, MD, MS
SUNY Upstate Medical University Clinical Campus at Binghamton
425 Robinson Street, Binghamton, NY 13904
cryanatbinghamtondotedu
"Once we recognize that we do not err out of laziness, stupidity, or
evil intent, we can liberate ours
e or point to
a short, perhaps fictional, example?
Thanks very much.
--Chris
Christopher W. Ryan, MD
SUNY Upstate Medical University Clinical Campus at Binghamton
425 Robinson Street, Binghamton, NY 13904
cryanatbinghamtondotedu
"Observation is a more powerful force than you could possibly re
--Chris
On Mon, Jan 30, 2012 at 2:51 PM, wrote:
> "Christopher W. Ryan" writes:
>
>> I'm fairly experienced with emacs, ESS, Sweave, and R, but I've only
>> started to dabble in Org mode in the past couple of weeks. Just as
>> Christoph is, I
gives me this
message:
C-c C-c can do nothing useful at this location.
I wonder if I have Babel? Is it "built in" to the emacs or Org versions
that I have?
Thanks.
--Chris Ryan
Simon Thum wrote:
Hi Christopher,
to add my 2c: I'm using org-mode to track our participation in
R!
Trying the same in the python block yields the same results, except with
"python" substituted for "R" in all the messages.
Any suggestions where I am going wrong?
Thanks.
--Chris Ryan
1 - 100 of 150 matches
Mail list logo