On Tue, Apr 26, 2011 at 10:48 AM, Noorul Islam K M wrote:
>
> Recent pull from master changed the behaviour of the default agenda
> view. It used to list the TODO items also but now it only displays the
> scheduled one. Am I missing something?
The feature of showing all unfinished TODO items befo
Dear orgmode'rs,
I am a fairly new user of orgmode, but find it brilliantly
simple and useful. I have the following question to ask
from the wiser and the more experienced users/developers:
Is there an obvious or easy way to include contact information
of people in the orgmode plain file notes?
> Is there an obvious or easy way to include contact information of
> people in the orgmode plain file notes? I am aware of emacs-related
> packages, such as BBDB and AddressBook (vCard based address book,
> still under development), but it seems these are built around a
> separate database of con
Jaakko Hollmén writes:
> Dear orgmode'rs,
>
> I am a fairly new user of orgmode, but find it brilliantly
> simple and useful. I have the following question to ask
> from the wiser and the more experienced users/developers:
>
> Is there an obvious or easy way to include contact information
> of pe
On Mon, 25 Apr 2011 19:25:17 + (UTC)
Tom wrote:
> I added your changes to the code (implementing the second one slightly
> differently, but it works the same way).
>
> I also turned on full cursor for the Occur buffer, instead of the
> hollow one, so it can be seen more easily.
>
> The code
Noorul Islam K M writes:
>
> Did you take a look at org-contacts ?
>
> It is here contrib/lisp$ less org-contacts.el
>
Sorry! The correct path is contrib/lisp/org-contacts.el
Thanks and Regards
Noorul
Thanks to Jambunathan K. and Noorul for their informed hints.
I upgraded immediately from my 7.5 to git dev version, where the
org-contacts indeed exists! Thanks once more.
Jaakko
On Apr 26, 2011, at 1:49 PM, Jaakko Hollmén wrote:
Dear orgmode'rs,
Is there an obvious or easy way to include
Laurynas Biveinis writes:
> Hi everybody -
>
> I want to create a custom agenda view that filters by both TODO state
> and tags, i.e. a combination of todo and tags-todo search types. I
> have tried creating custom search action
> ((org-agenda-todo "TODO") (org-agenda-filter "tag1|tag2")) but fai
Laurynas Biveinis writes:
> I want to create a custom agenda view that filters by both TODO state
> and tags, i.e. a combination of todo and tags-todo search types. I
> have tried creating custom search action
> ((org-agenda-todo "TODO") (org-agenda-filter "tag1|tag2")) but failed.
The easiest w
Bernt, Matt -
2011/4/26 Bernt Hansen :
> Just use a tags-todo filter and list both.
>
> ("n" "Next and Started tasks" tags-todo "-WAITING-CANCELLED/!NEXT|STARTED"
> ((org-agenda-overriding-header "Next Tasks")))
Thanks! Apparently all I had to do is to add "/!TODO" to my custom
sear
Bernt Hansen writes:
> You probably want something like this
>
> C-c a M tag1|tag2/!TODO
>
> ("x" "Todo tasks for tag1 or tag2" tags-todo "tag1|tag2/!TODO")
>((org-agenda-overriding-header "Todo tasks for tag1 or tag2")))
Thanks, Bernt! Forgot about this one.
There is more than
Hi,
I've tried your patch and the output is prettier afterward. I'm not a
HTML tables expert but all those in output seems scary. But
AFAIU, with org-export-prefer-native-exporter-for-tables to nil, simple
table stays in HTML, no?
Best regards,
--
Manuel Giraud
Manuel Giraud writes:
> But AFAIU, with org-export-prefer-native-exporter-for-tables to nil,
> simple table stays in HTML, no?
simple
--
Manuel Giraud
John Hendy writes:
> I think it would be slick to enter a "brain" like viewing system that
> used tags or properties to swim through files in your agenda. I'm
> often having to recall some tidbit of info and rack my brain for what
> context I wrote it down in if the agenda search isn't working.
2011/4/25 Sébastien Vauban :
> Hi John,
>
> John Hendy wrote:
>> Sebastien: my other questions re. how to interpret the code and
>> inserting proper linebreaks are still of interest!
>
> Sorry, just came back today after a 2-week holiday.
>
> Given the number of posts I have to read, could you tell
On Tue, Apr 26, 2011 at 8:04 AM, Matt Lundin wrote:
> John Hendy writes:
>
>> I think it would be slick to enter a "brain" like viewing system that
>> used tags or properties to swim through files in your agenda. I'm
>> often having to recall some tidbit of info and rack my brain for what
>> cont
Manuel Giraud writes:
> Manuel Giraud writes:
>
>> But AFAIU, with org-export-prefer-native-exporter-for-tables to nil,
>> simple table stays in HTML, no?
>
> simple
Our understanding matches. For the sake of clarity, here it is:
For simple t
On 25 Apr, 2011, at 11:34 PM, John Hendy wrote:
>
> In the meantime:
> - install [aqua/Carbon] emacs
> - install git for os x (I used this:
> http://code.google.com/p/git-osx-installer/)
> - make a .elisp folder for elisp files
> --- open a terminal and type: cd /Users/username
> --- mkdir .elis
On Tue, Apr 26, 2011 at 8:55 AM, Arnold, Travis wrote:
>
> On 25 Apr, 2011, at 11:34 PM, John Hendy wrote:
>
>>
>> In the meantime:
>> - install [aqua/Carbon] emacs
>> - install git for os x (I used this:
>> http://code.google.com/p/git-osx-installer/)
>> - make a .elisp folder for elisp files
>>
Jambunathan K writes:
> Our understanding matches. For the sake of clarity, here it is:
>
> For simple tables,
> 1. org-export-prefer-native-exporter-for-tables => Non-nil => Use the
>HTML code generator in table.el => HTML *source code* has Lots of
>
>
> 2. org-export-prefer-native-expo
>
> Probably just the wording scaring you a bit. Git is simply a protocol
> for sharing code. Those who are programming org-mode can work together
> on all of the little files that make org-mode work. These files live
> on a server, and those of use who use org-mode "pull" (or clone) from
> that s
Quoting Thomas Herbert :
Kyle Sexton mocker.org> writes:
I'm looking for advice on ways people are publishing their org notes
to a website. So far I've looked at blorgit and it's really nice, but
the dependency for a backend emacs session and running through sinatra
makes me wary of putting i
On Tue, Apr 26, 2011 at 10:34 AM, Arnold, Travis wrote:
>
> Ok I did the earlier steps, making the directory .elisp, cd .elisp and then
> typed out the command starting with git and it said command not found after;
> this after finding that git osx.dmg from your earlier message. Have I missed
> a
Hi,
is it possible to make org treat a newline as belonging to the
following header ? Most of the time I like my outlines to be dense,
unless for top level headings, e.g.
* TOP1
** SUB2 X
- ele1
* TOP2
** SUB1
Now if I hit C-RET with point at X, the new heading will be created on
a newline
Thank you, I've copied that and have used it to set up things, though I have
a silly question, how can I update emacs on mac?, looking at the website it
appears to just be the tarbell? , Is there an idiot proof walkthrough?
-Travis
Travis Arnold
tarnol...@gmail.com
PGP.sig
Description:
To confirm, I run this command from within the .elisp folder? and then I can
open Aquamacs and use orgmode?
On 26 Apr, 2011, at 11:49 AM, John Hendy wrote:
> /usr/local/git/bin/git clone git://orgmode.org/org-mode.git org.git
PGP.sig
Description: This is a digitally signed message part
On Tue, Apr 26, 2011 at 10:54 AM, Arnold, Travis wrote:
> To confirm, I run this command from within the .elisp folder? and then I can
> open Aquamacs and use orgmode?
Yes, from inside the .elisp folder.
You haven't said whether or not you have a .emacs file, either, so I
don't know. If you have
>
> instead of what I put above. It will run for a fairly long time and
> might not give you feedback, so just leave it be until it gives you a
> fresh command prompt and stops sitting at "cloning into..." or
> whatever the message is.
>
> After that you can should be ready to set up the .emacs
On Mon, Apr 25, 2011 at 3:26 PM, Travis Arnold wrote:
> Thank you, I've copied that and have used it to set up things, though I
> have a silly question, how can I update emacs on mac?, looking at the
> website it appears to just be the tarbell? , Is there an idiot proof
> walkthrough?
What
On Tue, Apr 26, 2011 at 11:03 AM, Arnold, Travis wrote:
>
>>
>> instead of what I put above. It will run for a fairly long time and
>> might not give you feedback, so just leave it be until it gives you a
>> fresh command prompt and stops sitting at "cloning into..." or
>> whatever the message is.
Hello Christian
>>> - Paragraphs were frequently split up, mid-sentence, by unwanted
>>>paragraph breaks. This bug is a bit of a mystery. The extra
>>>paragraph breaks appear where there is a newline in the text. But I
>>>can't discern any pattern as to why breaks are inserted at thes
Hi everyone,
I use an org file to track my work. It contains top-level headers
corresponding to projects with sub-headers corresponding to
sub-projects and/or tasks. I clock in and out on individual TODOs to
track time -- all pretty normal, I think.
I'd also like to be able to easily take notes
Shawn Willden writes:
> Hi everyone,
>
> I use an org file to track my work. It contains top-level headers
> corresponding to projects with sub-headers corresponding to
> sub-projects and/or tasks. I clock in and out on individual TODOs to
> track time -- all pretty normal, I think.
> I'd also
Shawn Willden writes:
> So, I'd really like to be able to hit "C-c C-r" (or something) from
> anywhere in EMACS, type my note, and have it automatically go the
> right place, with a timestamp. What would make it really awesome is
> if I could also have a shortcut that would place the name of the
Aloha all,
I'm exporting a subtree to LaTeX and am having problems with footnotes.
1) If I enter a footnote with C-c C-x f everything works as expected
in the Org-mode buffer, but on export the actual footnote is replaced
by a message something like FOOTNOTE DEFINITION NOT FOUND.
2) I can
Hi John,
John Hendy writes:
> On Tue, Apr 26, 2011 at 8:04 AM, Matt Lundin wrote:
>> John Hendy writes:
>>
>>> I think it would be slick to enter a "brain" like viewing system that
>>> used tags or properties to swim through files in your agenda. I'm
>>> often having to recall some tidbit of i
Hello,
"Thomas S. Dye" writes:
> I'm exporting a subtree to LaTeX and am having problems with footnotes.
>
> 1) If I enter a footnote with C-c C-x f everything works as expected
> in the Org-mode buffer, but on export the actual footnote is replaced
> by a message something like FOOTNOTE DEFINIT
Aloha Nicolas,
I've been lazy about rebasing my patches, but will update and report
back.
What is an ECM?
All the best,
Tom
On Apr 26, 2011, at 8:38 AM, Nicolas Goaziou wrote:
Hello,
"Thomas S. Dye" writes:
I'm exporting a subtree to LaTeX and am having problems with
footnotes.
1)
Thomas S. Dye wrote:
> What is an ECM?
>
I don't know how widespread it is in French-speaking milieus, but I
believe Seb Vauban is responsible for introducing it into this mailing
list (see http://thread.gmane.org/gmane.emacs.orgmode/16375/focus=16453
and its parent thread) and Nicolas Goaziou
Thanks Nick. My French, never very good, is apparently too rusty to
decipher acronyms. I'll work out an ECM if the update doesn't fix the
problem
All the best,
Tom
On Apr 26, 2011, at 9:04 AM, Nick Dokos wrote:
Thomas S. Dye wrote:
What is an ECM?
I don't know how widespread it is
Does the clock report in the agenda exclude time spent in the
currently clocked task?
Is there a way to turn this on?
For example, I have 3 hours clocked in Task1, and I'm clocked into Task2
for 1 hour: My clock report in the agenda only shows the 3 hours in Task1.
If I clock-out and refresh th
Eric S Fraga writes:
> "Eric Schulte" writes:
>
>> Eric S Fraga writes:
>>
>>> "Eric Schulte" writes:
>>>
>>> [...]
>>>
That said, I agree that in examples like yours above the returned value
should be a table given that the ":results table" is explicitly stated.
I've just pushe
Nathan Neff writes:
> Does the clock report in the agenda exclude time spent in the
> currently clocked task?
>
> Is there a way to turn this on?
org-clock-report-include-clocking-task
-Bernt
>
> For example, I have 3 hours clocked in Task1, and I'm clocked into Task2
> for 1 hour: My clock r
'Mash writes:
> Quoting Thomas Herbert :
>> Kyle Sexton mocker.org> writes:
>>
>>> I'm looking for advice on ways people are publishing their org notes
>>> to a website. So far I've looked at blorgit and it's really nice, but
>>> the dependency for a backend emacs session and running through si
I was trying to make an index in latex export and found that it was very
difficult to make it work. I wonder if this could be simplified.
Here's what I had to do:
1. put \makeindex and \usepackage{makeidx} in latex export header [no
big deal]
2. put in \index commands (I don't /believe/ #+INDEX
On Tue, 26 Apr 2011 16:09:22 -0500
Robert Goldman wrote:
> The REAL big deal: edit my texmf.cf file to break the security
> protection of openout_any=p. By default, makeindex will refuse to
> open an absolute pathname. But org-mode will only pass absolute
> pathnames to makeindex (AFAICT). Qu
On 4/26/11 Apr 26 -4:26 PM, Suvayu Ali wrote:
> On Tue, 26 Apr 2011 16:09:22 -0500
> Robert Goldman wrote:
>
>> The REAL big deal: edit my texmf.cf file to break the security
>> protection of openout_any=p. By default, makeindex will refuse to
>> open an absolute pathname. But org-mode will on
Robert Goldman wrote:
> I was trying to make an index in latex export and found that it was very
> difficult to make it work. I wonder if this could be simplified.
> Here's what I had to do:
>
> 1. put \makeindex and \usepackage{makeidx} in latex export header [no
> big deal]
> 2. put in \ind
On 4/26/11 Apr 26 -4:52 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> I was trying to make an index in latex export and found that it was very
>> difficult to make it work. I wonder if this could be simplified.
>> Here's what I had to do:
>>
>> 2. put in \index commands (I don't /beli
Quoting William Gardella :
'Mash writes:
Quoting Thomas Herbert :
Kyle Sexton mocker.org> writes:
I'm looking for advice on ways people are publishing their org notes
to a website. So far I've looked at blorgit and it's really nice, but
the dependency for a backend emacs session and run
Robert Goldman wrote:
> >> 2. put in \index commands (I don't /believe/ #+INDEX works, but I could
> >> be wrong)
>
> Am I right about #+INDEX not being translated in the latex back end (it
> seems not to work, but it's hard to verify a negative)?
>
Seems to be a publishing thingie only. Addi
Having not read the whole thread I apologize if I'm retracing already
covered ground. I've had success using Org's built in projects [1].
Although this results in a flat html web-site it is easy to impose a
consistent theme, and to publish large numbers of files.
To give some personal examples my
On 4/26/11 Apr 26 -6:14 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
2. put in \index commands (I don't /believe/ #+INDEX works, but I could
be wrong)
>>
>> Am I right about #+INDEX not being translated in the latex back end (it
>> seems not to work, but it's hard to verify a negati
It seems that the default color of =code= and ~verbatim~ cannot stick
out itself on black bg color with gray fg color. How can I change it?
PS
=code= and ~verbatim~ looks fine with white bg color.
Appreciate for any tips!
Huang Tao writes:
> It seems that the default color of =code= and ~verbatim~ cannot stick
> out itself on black bg color with gray fg color. How can I change it?
>
> PS
>
> =code= and ~verbatim~ looks fine with white bg color.
>
M-x customize-face [RET] org-verbatim
M-x customize-face [RET] org-
Osamu OKANO writes:
> I' like to know a count of search results.
> (message
> "You have %s habits which are out of date."
> (org-agenda-match-count
> (tags-todo "STYLE=\"habit\"+SCHEDULED<=\"\"")))
> Is there any way?
>
You could use org-map-entries to count the number of occurrences:
(leng
Hi,
I have a table like such
| 236a_bp_000602 | Missing | No prep layer information found in the
checkin comments for
'236a_bp_000602_output_review_stereo'. |
| 308_gt_001119 | Missing | No prep layer information found in the
checkin comments for
'308_gt_0011
Hello,
interesting. I have this in but thought I must be misunderstanding the
manual. If I have the line in as below, but it is not working as expected,
any ideas what I should be looking to troubleshoot?
#+LANGUAGE: en
#+OPTIONS: ^:nil
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline butto
BTW,
I am on org mode 7.5, emacs 23.2.1
aaron.
On 27 April 2011 13:16, aaron barclay wrote:
> Hello,
>
> interesting. I have this in but thought I must be misunderstanding the
> manual. If I have the line in as below, but it is not working as expected,
> any ideas what I should be looking to
aaron barclay wrote:
> > If I have the line in as below, but it is not working as expected,
> > any ideas what I should be looking to troubleshoot?
> >
> > #+LANGUAGE: en
> > #+OPTIONS: ^:nil
> > #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:
> > http://orgmode.org/org-in
aaron barclay wrote:
> ...
> When I org-export-as-html the underscores in the first column are becoming
> sub tags in html
> ...
> Can't seem to find a way around this. Any suggestions appreciated..
>
#+OPTIONS: ^:nil
See sec. 12.2, Export options, of the Org manual.
Nick
aaron barclay writes:
> interesting. I have this in but thought I must be misunderstanding the
> manual. If I have the line in as below, but it is not working as
> expected, any ideas what I should be looking to troubleshoot?
> #+OPTIONS: ^:nil
Revisit the file so that the settings take effect.
Robert Goldman wrote:
> >> 4. Modify the org-latex-to-pdf-process to
> >>
> >> ("pdflatex -interaction nonstopmode -output-directory %o %f" "makeindex
> >> -o %b.ind %b.idx" "pdflatex -interaction nonstopmode -output-directory
> >> %o %f" "pdflatex -interaction nonstopmode -output-directory %o %
63 matches
Mail list logo