Matt,
Thanks for confirming that separate repeating tasks is the best solution.
Best,
Jeff
On Mon, Sep 13, 2010 at 2:13 PM, Matt Lundin wrote:
> Jeff Horn writes:
>
>> Hi everyone!
>>
>> I was wondering how to create repeating tasks for, say, Tuesday and
>> Thu
or now, but
> can anyone confirm that with org-habit, that kind of scheduling will result
> in a consistency graph displaying habit completion for that particular day
> of the week ?
> Cheers,
> Julien
> On Wed, Sep 15, 2010 at 7:00 AM, Jeff Horn wrote:
>>
>> Matt,
>
I'm not sure I understand the use case, but you can set which tags
export on a per-file basis.
http://orgmode.org/manual/Selective-export.html#Selective-export
I read somewhere that :noexport: will prevent a subtree from being
exported automatically, and I've used that to tag some notes, export
t
I wanted to mention how great it would be to have an org-mode
conference. I know I can't commit to organizing anything, since time
and money are both far scarcer than I'd like. But I could see
attending something on the East Coast (U.S.).
I imagine the key would be having presentations by a few de
+1, both to the fact TeXLive worked fine for me without additional
configuration, and to the suggestion of giving Aquamacs Emacs a shot.
Note: I use the emacs starter kit (which automatically loads some init
files), and I've had to symbolically link my ~/.emacs.d directory
(where the starter kit i
I agree with Lukasz. My first reaction was to use priorities, but use
them only for ordering. I can't find the variable in my .emacs file at
the moment, but I know the agenda can order tasks by priority. You
could set all your next actions to priority [#A] and they'll float to
the top of the agenda
+1 to power user talks and +1 to videos.
On Wed, Sep 29, 2010 at 5:45 AM, Rainer Stengele
wrote:
> Am 28.09.2010 19:44, schrieb Carsten Dominik:
>> Hi everyone
>>
>> Please reply to this email if you'd consider to come to FOSDEM[1,2],
>> February 5 and 6 next year in Brussels, in order to join an
Out of curiosity, how are you doing this in org-mode? I currently use
an inbox and touch each TODO item once to schedule, prioritize, and
file it, but I have to open up my tasks file.
If there is a way to see these in agenda, it would allow me to add
other files to my agenda (files without "inboxe
> This means that a restart of Emacs is necessary for the new changes to
> take effect. I am not sure whether it is intended. But this behaviour
> could surprise the user.
When using ELPA, I always restart emacs. I got into that habit when
installing many code packages (like the ruby/rails package
I meant in particular whether there was a built-in agenda view for
*unscheduled* items.
Jeff
On Thu, Sep 30, 2010 at 1:05 PM, Marcelo de Moraes Serpa
wrote:
> Thanks Matt, I will try that out and let you know how it goes.
>
>>Out of curiosity, how are you doing this in org-mode? I currently use
Matt,
> With the following setting...
>
> (setq org-agenda-todo-ignore-scheduled t)
>
> ...org-todo-list (C-c a t) will show only unscheduled todos.
>
> If you don't want the setting above to apply globally, you could bind it
> to a custom command:
>
> (add-to-list 'org-agenda-custom-commands
>
2010/10/1 Sébastien Vauban :
> Get the tasks sorted:
>
> - by priority ("A", "B" or "C"), then
> - by "role" (category "personal" or "work"), then
> - by delay
+1. I think having some customization over ordering would be very useful.
--
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
I used scheduling to put all such items in my agenda, and I also
tagged them as todo's or appointments. I just mark them as done and
they're automatically rescheduled. No scheduler multiplier shows up as
long as I stay on top of marking the items as done.
I didn't realize notes with an active time
The following org-mode code:
**
The variables $X$ and $Y$ are mapped into function $f$ as follows: $f:
X \rightarrow Y$.
**
renders the final bit o
Thanks!
On Sun, Oct 10, 2010 at 3:18 AM, Carsten Dominik
wrote:
> Hi Jeff,
>
> On Oct 10, 2010, at 8:32 AM, Jeff Horn wrote:
>
>> The following org-mode code:
>>
>> **
>> The v
I get this problem frequently as well. I think it is due to capture
trying to create a link from the kill ring (if you have a template
that automatically creates a link of where you were or what you were
working on for context).
I just kill some text and yank it right back in place, but it puts ne
This rocks! Had no idea about bulk actions. Thanks for the tip.
Jeff
On Sun, Oct 10, 2010 at 12:30 PM, Memnon Anon
wrote:
> Hi,
>
> David Abrahams writes:
>
>> I have to reschedule quite a few items daily. Often they're
>> yesterday's items that I need to reschedule for today.
>>
>> `C-c C-s
Christian and Nick,
I suppose the advantage of inline tasks is that they appear even when
the document is folded? So far I've been moving/refiling todos into a
top-level Tasks header in each document to get this sort of behavior.
But this sounds like less overhead, so it is a plus in that regard.
I'm trying to set up an org project to publish my personal website. I
like to use friendly urls, like the one below.
http://www.example.tld/jeff/teaching/2010/fall/econ101/index.html
My publishing set up is a bit of a mess, with a project handling the
root, the "jeff" subdirectory, and one handli
On Tue, Oct 12, 2010 at 12:51 AM, Carsten Dominik
wrote:
> Could one of you try to make a backtrace for this problem?
Debugger entered--Lisp error: (error "Capture abort: (quit pasteboard
doesn't contain valid data)")
signal(error ("Capture abort: (quit pasteboard doesn't contain valid data)"))
g to think it's something silly like an unescaped
quotation mark, but I've looked at every simple solution I can think
of.
Jeff
[1] http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php
On Mon, Oct 11, 2010 at 11:59 PM, Jeff Horn wrote:
> I'm trying to se
s nil
:todo-keywords nil
:section-numbers nil
:recursive t
)
("ftr"
:components ( "ftr-static"
"ftr-jeff"
)
)))
The table of contents and section number options are being ign
>> The relevant portion of my configuration is below.
>>
>> (setq org-publish-project-alist nil)
>> (setq org-publish-project-alist
>> '(("ftr-static"
>> :base-directory "~/org/ftr"
>> :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
>> :publishi
> So, you are changing the project settings but you don't see the changes
> in the html files? Have you investigated caching effects? Not only at
> the web browser but also at the org-mode publishing level? org-publish
> keeps timestamps on org files and does not update the html files if they
> hav
That's a helpful tip, Nick. I didn't know about that.
I was frustrated by the faces for some of the default themes in the
"color-theme" package, so I'm thinking it's probably not an Aquamacs
specific issue.
In any case, I found a patched version of "zenburn" that includes
faces for org-mode. I he
> OK - let me try to summarize and see if I have understood correctly:
>
> o in your org-publish-project-alist you set :table-of-contents to nil
> o you clear the timestamps directory
> o you run org-publish and you examine the resulting html file and it
> contains a TOC.
> o the html file's modif
(We had a bit of discussion off list. I had a fresh crack at the
problem this morning, so I'm copying the list on this message.)
> (setq tmp-pub-dir
> (file-name-directory
> (concat pub-dir
> (and (string-match (regexp-quote base-dir) ftname)
>
d my first
source file, so that's something to be proud of! :-)
Jeff
On Wed, Oct 13, 2010 at 11:23 AM, Jeff Horn wrote:
> (We had a bit of discussion off list. I had a fresh crack at the
> problem this morning, so I'm copying the list on this message.)
>
>>
+1. This was confusing to me as well. Does it open a new buffer? If
so, you could just switch back with C-x b RET.
But you bring up a good point. What should I see with a sparse tree?
If I do a sparse tree in a doc with TODO's scattered through out, and
the regex I choose is "TODO", I was expectin
I surmise it's a font-lock or faces issue. But I don't know enough
about that sort of thing to help much...
Maybe examine the faces? Customize group org-faces. See if the font is
set to webdings, dingbats, or something similar.
Jeff
On Wed, Oct 13, 2010 at 7:59 PM, Michael Gilbert wrote:
> Hi —
>> Thanks so much for the help! Even if it didn't help discover the
>> problem, I learned a good bit about debugging, and I edited my first
>> source file, so that's something to be proud of! :-)
>>
>
> ... and it wasn't too bad, right? But inspired guessing will beat
> debugging drudgery any day.
>>> Copying from the definition for org-publish-org-to-html:
>>>
>>> #+BEGIN_SRC: emacs-lisp
>>>
>>> (defun org-publish-org-to-ascii (plist filename pub-dir)
>>> "Publish an org file to ASCII.
>>> See `org-publish-org-to' to the list of arguments."
>>> (org-publish-with-aux-preprocess-maybe
>>>
Yeah, this sounds neat. I'd like something for my own web. I use
wiki-style linking for site navigation so far (like worg), but if we
could use tags to organize posts and then have a sidebar or top
tab-style navigation auto-inserted into the element, that would
be ueber-cool.
Jeff
On Thu, Oct 14
The following text in org-mode:
#+OPTIONS: H:1 num:nil
* Section 1
** Test question
*** Sub question
produces an unordered (bulleted) list in LaTeX, but
Hi orgsters,
I'm wondering how I should publish .htaccess files? My current setup
is a source directory under ~/org/, which is kept at Dropbox, and a
publishing directory under ~/Sites/, which is not. Since data loss is
pyschologically crippling, I like to keep *all* my source files
(images, css,
I'm aware we can define #+ATTR_HTML: for styling of divs containing
images and tables. Is there similar functionality for section divs?
Simply adding the required option below or above the section didn't do
the trick.
Since section divs aren't named semantically[1], I can't simply add a
class styl
+1. I work late into many nights, and sometimes I go to the gym after
midnight, so this would be helpful for me as well.
On Sat, Oct 16, 2010 at 12:28 PM, Joseph Buchignani
wrote:
> I have a customization question.
>
> I want to have my habits roll over when I wake up, rather than when
> the cloc
> Maybe custom IDs are your friends?
>
>
>
> * A Word on Words
> :PROPERTIES:
> :CUSTOM_ID: word
> :END:
>
> Content
>
Great idea, but something isn't working right. It catches and styles
the headline, but not the content.
Org text:
Very useful, since I often do the same! Thanks for this.
On Sat, Oct 16, 2010 at 12:34 PM, Marc-Oliver Ihm wrote:
> Hello !
>
>
> I sometimes find myself adjusting timestamps just by editing its text;
> e.g. changing <2010-10-16 Su> to <2011-10-16 Su>. However after that
> editing, the day of wee
Worked like a charm. Thanks for this!
Jeff
On Sun, Oct 17, 2010 at 1:47 AM, Carsten Dominik
wrote:
>
> On Oct 16, 2010, at 9:18 PM, Jeff Horn wrote:
>
>>> Maybe custom IDs are your friends?
>>>
>>>
>>>
>>> * A Word on Words
>>>
I'm wondering if I did something wrong. I copied the code into my init
file, but I just marked a habit as complete (it is currently just past
midnight Monday morning, but I consider this Sunday per our
discussion) and the habit was rescheduled for Tuesday.
Jeff
On Sun, Oct 17, 2010 at 2:26 AM, Jo
Any code between LaTeX code blocks should execute automatically. For
example, I could place an entire .tex source between
#+BEGIN_LaTeX
[Code goes here]
#+END_LaTeX
And name the file tex.org and it can be exported to PDF. So, I would
just place the normal LaTeX commands you would use to accomplis
I've noticed that when finding a file, ido works, but when loading a
file, it does not. Perhaps these two observations are related?
Jeff
On Tue, Oct 19, 2010 at 11:20 AM, Christopher Witte wrote:
> Hi,
>
> I have org-completion-use-ido set to true but when I try and attach a file
> it doesn't us
Nick and others,
> o Although your post was the trigger, the rant was not meant for you
> personally: it was meant for the whole list. It is often the case
> that people describe a problem with very little detail and it
> takes a series of back-and-forths before we can really und
See the commentary in lisp/org-inlinetask.el.
>>
>> I suppose the advantage of inline tasks is that they appear even when the
>> document is folded?
>
> I don't have that behavior. When folded, I only see:
>
> - all level-1 headlines, or
> - all headlines (after second S-TAB)
>
> Did I miss so
Responded to Nick instead of CC'ing the group, as I am wont to do.
Apologies. My e-mail is below.
>> There is a fairly clear list of expectations in section 1.4, Feedback,
>> of the Org manual. And the "How to contribute" page on Worg
>> (http://orgmode.org/worg/org-contribute.php) contains the ad
elp would be
gratefully accepted.
Jeff
On Sat, Oct 16, 2010 at 12:39 PM, Sebastian Rose wrote:
> Jeff Horn writes:
>> Hi orgsters,
>>
>> I'm wondering how I should publish .htaccess files? My current setup
>> is a source directory under ~/org/, which is kept at D
On Sun, Oct 17, 2010 at 2:18 AM, Carsten Dominik
wrote:
> diff --git a/lisp/org-capture.el b/lisp/org-capture.el
> index 7915f7f..b2aade6 100644
> --- a/lisp/org-capture.el
> +++ b/lisp/org-capture.el
> @@ -405,11 +405,7 @@ bypassed."
> (or org-overriding-default-time
>
> the original org-capture.el, made a copy, and saved the file to a
> patch file called org-capture.el.patch. I typed the following at the
Speaking of sloppy, that should read "saved the patch to a patch file".
--
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason Univers
Carsten et al,
Possible error when escaping dollar sign in inline-math. When using
the following org source:
--
Supposing $C_H=\$10$ and $C_L=\$20$.
...
$.30(\$50)+.70(\$20)=\$29$
--
Dear orgsters,
I've had a few nagging questions that I didn't think warranted too
much discussion, but my curiosity has gotten the better of me this
evening.
Firstly, I notice some of the regular posters wrap org source in the
#+ style org wrappers, others use a <--8--cut-here---8--> or some
simi
7.1trans "dirty". When I
try to reproduce the bug, the minibuffer again complains, but I see no
backtrace or additional errors in the Messages buffer.
Jeff
On Sun, Oct 17, 2010 at 2:18 AM, Carsten Dominik
wrote:
>
> On Oct 12, 2010, at 6:55 AM, Jeff Horn wrote:
>
>> On Tue, O
> You need to set debug on error from the options menu.
Weird. I thought I had it set. Something is overriding it from my init
file. Anyway, I set it using customize to clear up any problems. It
still was not reporting useful information, so I restarted emacs.
Now after startup, if I try pasting
BTW, I can confirm that this error does not occur in the block math
environment (wrapping the equations in escaped square brackets).
On Wed, Oct 20, 2010 at 1:29 AM, Jeff Horn wrote:
> Carsten et al,
>
> Possible error when escaping dollar sign in inline-math. When using
> the f
> The problem is, that `org-publish-get-base-files' seems to put basenames
> into `org-publish-temp-files' instead of absolute paths.
Ah. Thanks for the info. That makes sense.
> I'm currently working on it (probably my fault anyway).
I really appreciate your help, and I don't blame anyone for
Hi all,
Is there a way to specify a particular column in org-mode that will be
exported right-aligned in HTML?
| A | B | C |
| 1 | 2 | 3 |
For the table above, I would like column C right aligned when I export
to HTML, but the other column aligned in the default way (left
aligned?).
Thanks in a
Additionally, the following source from org-mode:
`$.30(50)+.70(20)=29$`
Is not converted at all by MathJax.
Org-mode version 7.01trans, recent git pull from earlier this week.
Aquamacs on Snow Leopard.
On Wed, Oct 20, 2010 at 12:25 PM, Jeff Horn wrote:
> BTW, I can confirm that this er
On Wed, Oct 20, 2010 at 3:04 PM, Christian Moe wrote:
> #+style: tr td + td + td {text-align: right;}
Thanks Christian, this workaround is OK for me at the moment since I'm
just making this change in one file.
+1 (naturally) for the exporter honoring column alignment settings.
--
Jeffrey Horn
> The :include property may be used to include extra files. Its value
> may be a list of filenames to include. The filenames are considered
> relative to the base directory.
D'oh! Begging your pardon.
> (setq org-publish-project-alist
> '(("test-htaccess"
> :base-directory
You could turn on org-indent-mode manually using `M-x
org-indent-mode`. Alternatively, you could add an org-mode hook that
turns on org-indent-mode.
I do not know emacs lisp, so I'll leave it to someone else to suggest
how to write the hook.
Jeff
Documentation: C-h f org-indent-mode
On Wed, Oct
I don't know if it is an ideal solution, but you can export to ASCII
using `C-c C-e a` which will dump an ascii text file with the name
"filename.txt" into the same directory as "filename.org".
Outlines will have numbers in the text file.
HTH,
Jeff
On Tue, Oct 19, 2010 at 6:40 PM, David Rogoff
I keep wanting to test out MobileOrg on my Android phone, but I'm
having a heck of a time figuring out why the SD sync isn't working
like I expect. I'd like to sync org files with a WebDAV server, if
possible. I currently use Dropbox, but it doesn't offer WebDAV. I can
mount a WebDAV server in the
Well, I just answered my own question as far as getting MobileOrg to
work... I just set the WebDAV directory to a local directory within
Dropbox. I thought it had to be WebDAV (like that would make a
difference).
I'm still interested to know what everyone uses to sync working files, though.
--
> There is an ftp-server available for Android phones that should let you
> do similar things, if you didn't root your phone.
My phone is *so* rooted. Like the first thing I did after unboxing.
The Verizon crapware was so annoying!
> I've got my Android rooted and have a ssh server running there.
> Org-mode will never be a perfect TeX scanner, and this is really hard.
> Help yourself and Org by using \( and \) as math delimiters when you wish to
> include dollar characters inside
Ten-four. I'll try it when I get some time to go back and edit my
source files. Wonky use of dollar signs i
> Once received on the phone I save it (which goes to the root of the
> SDCard). Next I use Astro to unzip the files to the directory I've
> configured MobileOrg for.
That is a great idea. I'll try that and see how it works, but I think
I'd like syncing in the long run. I could do something simil
As a workaround, you could use description lists, such that your
source code becomes:
** Timeline
- September 2011 :: Research team assembles initial documents
Though this will be less useful in HTML export since the exporter adds
a line break after 2011. It should render how you want using th
> I'm not trying to be antagonistic, or insensitive to your particular
> situation. But since no one else has said it, I just wanted to point
> out that it might be easier or more efficient, in terms of overall
> person-hours, to convert from Word to Org, rather than the other way
> around.
If th
> I added a link to the Feedback section and another to ESR "How To Ask
> Questions The Smart Way" on the index page of http://orgmode.org
>
> Thanks everyone!
Thank you for sharing, Bastien. I had never read that essay before.
And it's exactly where I would expect to find it.
Best,
Jeff
--
Jef
Thanks for giving me an excuse to visit Hawaii! Actually, it would be
a tough sell to me wife, if you can believe that!
Jeff
On Wed, Oct 27, 2010 at 8:08 PM, Thomas S. Dye wrote:
> Aloha all,
>
> This might be wildly impractical for most of you, but I'd be happy to
> facilitate an Org-mode confe
> FWIW, I have a home-brewed perl script that converts latex documents to
> org-mode files. Loosely based on latex2doc[1], it uses a latex style
> file (generated by the perl script) to markup the pdf output (e.g.
> asterisks for section headings, etc.). The org-formatted pdf is then
> converted to
On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik
wrote:
> Implement MathJax support
> ==
>
> Org-mode now uses MathJax to display math on web pages. We serve
> MathJax from the orgmode.org server, at least for the time being
> (thanks Bastien!). If you are going to use th
Thanks. That did the trick. I think it may be a bit faster too,
running on my server... but that could be my imagination.
On Fri, Oct 29, 2010 at 2:03 PM, Erik Iverson wrote:
>
>
> Jeff Horn wrote:
>>
>> On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik
>> wrote
> The following question occured to me: how can I have a non-breaking
> space before ; : ! ? and betweend « and », but only for the HTML export?
> (the LaTeX French package manages spaces for these signs automatically,
> inserting not only a non-breaking space but a thinner non-breaking
> space, wh
On Sun, Oct 24, 2010 at 4:27 PM, George Pearson wrote:
> I have a number of tasks to do (e.g. "reply to Jeff's email") that I
> have NO need to have a record of performing. Currently, these DONE
> tasks just pile up in my org files and I need to go manually through
> and delete them, a time consu
> I have a HTC Magic, and use the Cyanogenmod ROM. There the ssh daemon
> dropbear is included. It is just a matter to set it up.
>
> A google search on "$YOUR_PHONE android dropbear" should tell you, if
> this sshd daemon is running you your device as well.
Thanks. The HTC Incredible has been fun
Hi orgsters (and Mr. Rodriquez),
I was wondering if it would be relatively easy to update org-velocity
to use org-capture instead of org-remember? If it is simply a matter
of changing all references to org-capture from org-remember, I can do
that and submit a patch. If it is much more difficult th
>From the manual: [1]
,
| C-c C-x M-w
| Copy a rectangular region from a table to a special clipboard. Point
and mark determine edge fields of the rectangle. If there is no active
region, copy just the current field. The process ignores horizontal
separator lines.
| C-c C-x C-w
| Copy a rectang
On Mon, Nov 1, 2010 at 7:32 AM, Konrad Hinsen
wrote:
> Hello all,
>
> I have been a happy org-mode user for a while, using more and more of
> org-mode for more and more things. By now I have completely replaced my use
> of iCal (on the Mac) by the org-mode agenda, with no regrets. However, there
>
On Mon, Nov 1, 2010 at 10:15 AM, Gary wrote:
> Jeff Horn wrote:
>
>> Hope this helps,
>
> Not much, really. You're saying that I can do rectangle editing, which I
> knew. Are you basically saying "you have to sort them yourself"? (If so,
> that's oka
Were these patches merged into the most recent update? Indentation
after inline tasks is broken for me.
1) use org-inlinetask-insert-task to start a new task
2) go to the "end" line, press return
3) observe indentation at column below "E" in "END" from line above
4) turn off org-indent mode and no
2010/11/3 Łukasz Stelmach :
> Is it possible to publish drawer's content during export (both HTML and
> LaTeX)? I am creating a presentation with S5 and I'd love to have
> :LOGBOOK: (or :NOTES:) published as (or
> \note{} for Beamer).
There is the HTML_CONTAINER_CLASS property.[1] I would find a
Thanks for taking care of this, Paul. The patch works fine on my end.
I seem to remember an option for inserting the note with a date tree.
Has something changed or am I confusing org-velocity options with
another set of options?
Can I get org-velocity to automatically insert a timestamp, perhaps
Yes, thanks a ton Nicholas! I will test these patches this afternoon.
Jeff
On Sun, Nov 7, 2010 at 10:21 AM, Nicolas Goaziou wrote:
> Hello,
> Hello,
>
> Instead of flooding the mailing lists with patches to org-inlinetask,
> I added them into my repository.
>
> They should fix quite a few bugs:
On Sun, Nov 7, 2010 at 12:09 PM, Carsten Dominik
wrote:
> Hi Nicolas,
>
> wow, you have been busy. Thanks - and I have marked
> the supersedes patches on the server.
> I have not yet been able to test it - I hope other
> will get to this before I do.
>
> Thanks!
>
> - Carsten
Does this mean a pu
On Mon, Nov 8, 2010 at 2:01 AM, Nicolas Goaziou wrote:
> You have to pull from _my_ repo, not the org-mode one, as the patches
> are not yet installed in master branch.
>
> Again, here is the URL to pull that from:
>
> git://github.com/ngz/org-mode-lists.git branch: inlinetask
I'm getting some e
> Try the same but without the "branch:" text; i.e.:
>
> : git pull git://github.com/ngz/org-mode-lists.git inlinetask
>
> which worked just fine for me.
Thanks, Eric. Nicolas, this works great! Thank you. This really helps
quite a lot.
--
Jeffrey Horn
Graduate Lecturer and PhD Student in Econom
That just blew my mind. Great stuff!
On Mon, Nov 8, 2010 at 2:38 PM, Puneeth wrote:
> Hi
>
> On Tue, Nov 9, 2010 at 12:45 AM, John Hendy wrote:
>> Hi,
>>
>> I've tried to find the message with the git commit animation someone created
>> quite a while back showing how org contributions have trans
Hello orgsters,
Suppose I have a project defined (say, "org-blog") that I use to
generate blog posts, and I want to use Disqus to track comments.
Further suppose I don't want to use a templating framework such as
jekyll to transform org into HTML. Does anyone have experience
inserting disqus code
ote:
> On Tue, Nov 9, 2010 at 3:43 AM, Jeff Horn wrote:
>> Suppose I have a project defined (say, "org-blog") that I use to
>> generate blog posts, and I want to use Disqus to track comments.
>> Further suppose I don't want to use a templating framework such a
If you want scrolling, why don't you simply make a presentation using
HTML with Org-mode? I mean, just show someone a webpage or two?
Please understand I'm only curious, not hostile. To me, I just don't
see why you'd want to combine presentations and scrolling... to me,
the advantage of presentati
> * A code listing. Splitting up a listing between two pages looses contents.
> * A tall graph, e.g a flow chart.
These are great examples of the point of being able to scroll. In
fact, I haven't needed to do either of these yet in my lectures, so I
didn't realize the value of scrolling.
But if s
Quick question. I'm playing with a new template and the new line
characters are being inserted as string-literals (?) instead of being
read as new lines.
In other words, my template is
,
| * %U\n *%^{Note Title}* %?\n %i %a
`
When called, I get the following after typing "Test" at the pro
Dear orgsters,
Sorry for the noise, but it isn't immediately clear to me from the
docs. `C-h v org-latex-to-pdf-process` indicates that the variable
doesn't exist in my org-mode installation. I'm using org-mode 7.3 in
emacs 23.2 (Aquamacs 2.1).
I remember a discussion a few weeks ago centered on
ote:
> I'm guessing you just need to
>
> (require 'org-latex)
>
> --Erik
>
> Jeff Horn wrote:
>>
>> Dear orgsters,
>>
>> Sorry for the noise, but it isn't immediately clear to me from the
>> docs. `C-h v org-latex-to-pdf-process` i
I don't normally do this, but *bump*...
Or rather, "halp!?" Thanks.
Jeff
On Wed, Nov 17, 2010 at 1:13 PM, Jeff Horn wrote:
> Quick question. I'm playing with a new template and the new line
> characters are being inserted as string-literals (?) instead of being
&
On Mon, Nov 22, 2010 at 7:55 PM, Russell Adams
wrote:
> Can you post the relevant section of your config file?
>
> I understand you included that template, but the context may help.
No problem! Thanks for your willingness to help, Russell. The relevant
section is below.
,
| '(org-capture-te
On Mon, Nov 22, 2010 at 8:28 PM, Jeff Horn wrote:
> On Mon, Nov 22, 2010 at 7:55 PM, Russell Adams
> wrote:
>> Can you post the relevant section of your config file?
>>
>> I understand you included that template, but the context may help.
>
> No problem! Thank
>> 1) I see stuff floating around the list from time to time about
>> "org-install", which I've never had to use, but I gather takes care of
>> some autoloads. Is this correct?
>
> Yes this is for autoloads. I think this is provided for you if you use
> the version of org-mode that comes with Emac
On Fri, Nov 26, 2010 at 2:21 PM, Samuel Wales wrote:
> Not to detract from the awesomeness of the date tree feature, but for
> those who don't know, it is possible to keep logs in sorted order,
> either in the logbook (happens automatically) or in the outline tree
> (user-defined sorting). I do t
1 - 100 of 303 matches
Mail list logo