On 12 September 2010 12:31, Eric S Fraga wrote:
> maybe org-mode does not but of course emacs does: M-x grep RET
> or M-x occur RET
Probably doesn't do as neatly as occur or grep, but the OP can get a
sparse tree based on a regex search.
`C-c / / '
--
Suvayu
Open source is the future. It sets
2010/9/12 노정태 :
> Thank you everyone.
>
> I learned I could do it with grep, but I don't know how to use grep
> properly.
>
grep is one of my favourite *nix tools. :)
You can try invoking grep in many ways. these are my most used options,
1. simply search for a regex and show results.
grep -
On 15 September 2010 15:31, Sebastian Rose wrote:
> highly recommended, git:
>
> http://repo.or.cz/w/emacs.git
I wasn't aware of the git repo! thanks a lot. :)
--
Suvayu
Open source is the future. It sets us free.
___
Emacs-orgmode mailing list
Ple
On 16 September 2010 06:15, Giovanni Ridolfi wrote:
> "Thomas S. Dye" writes:
>
>> Aloha all,
>>
>
>> in http://orgmode.org/worg/org-contrib/babel/uses.php
>> the link to
>> http://orgmode.org/worg/org-contrib/babel/examples/article-class.php
>
>> [is] broken.
> Also this is broken:
>
> Tracking
Hi everyone,
I have been using org-mode to make a beamer presentation for the last
few days. Works very well except for a few kinks, e.g. I can't put
latex like this $..$ in the presentation title. I tried something like
this,
#+TITLE: Search for $W'$ resonances
This simply escapes the $ sig
Hi Carsten,
On 17 September 2010 04:22, Carsten Dominik wrote:
>> I found quite a few internal links are broken. For example this one,
>>
>>
>> http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php#*Column==view==for==slide==and==block==customisation
>
> The easiest would be if you get w
2010/9/17 Sébastien Vauban :
> Hi Suvayu,
>
> suvayu ali wrote:
>> If I try things like
>>
>> #+TITLE: Search for W' resonances \newline (\sqrt s = 7TeV)
>>
>> Then the newline and the square root is rendered as expected.
>
> For this part, tr
On 17 September 2010 18:56, Nick Dokos wrote:
> What exactly is it that does not work? The dollar sign method? If so,
> the workaround you have above is not only good, it's the preferred LaTeX
> method: inline math is marked with \( and \) and as you note above that
> works fine.
Thanks Nick! I w
On 3 October 2010 06:31, Indraneel Majumdar wrote:
> Hi,
>
> I'm running into a problem with latex export. I have several essays under a
> top level heading "Essays". How can I export say only one essay without the
> top level heading "Essays" also showing up in the output as a "Section"? I
> wan
On 3 October 2010 08:31, Indraneel Majumdar wrote:
>
> On 2010-10-03 20:57, suvayu ali wrote:
>>
>> On 3 October 2010 06:31, Indraneel Majumdar
>> wrote:
>>>
>>> Hi,
>>>
>>> I'm running into a problem with latex export. I have sev
On 3 October 2010 08:49, Indraneel Majumdar wrote:
>
>
> On 2010-10-03 21:12, suvayu ali wrote:
>>
>> On 3 October 2010 08:31, Indraneel Majumdar
>> wrote:
>>>
>>> On 2010-10-03 20:57, suvayu ali wrote:
>>>>
>>>> On
On 7 October 2010 06:58, Eric S Fraga wrote:
> On Thu, 07 Oct 2010 09:29:59 -0400, Nick Dokos wrote:
>>
>> Eric S Fraga wrote:
>>
>> > On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote:
>> > >
>> > > Hi Eric,
>> > >
>> > > Eric S Fraga writes:
>> > > > | /usr/bin/texi2dvi: Processing /home
On 8 October 2010 04:35, Eric S Fraga wrote:
> On Fri, 8 Oct 2010 01:43:25 -0700, suvayu ali
> wrote:
>
> [...]
> Suvayu,
>
> the bug is due to the expression in the texi2dvi script used in an
> egrep command. The reason it is hitting you now and not before is
> t
Hi Bernt,
On 8 October 2010 05:01, Bernt Hansen wrote:
> suvayu ali writes:
>
>>
>>
>> I have the exact same problem ever since I updated org today. (from
>> commit 344785b 2010-10-03 Bernt Hansen to commit 0901585 2010-10-06
>> Eric Schulte)
>&g
Hi Nick,
On 8 October 2010 08:51, Nick Dokos wrote:
> Eric S Fraga wrote:
>
>> This is a solution in one sense but the real bug is the egrep
>> expression in texi2dvi which is why it is suggested that a bug report
>> be filed.
>>
>
> texi2dvi includes the following address for bug reports:
>
>
Hi everyone,
On 8 October 2010 11:51, Nick Dokos wrote:
> FYI: Karl Berry's reply - afaict, it does not solve everything ( the
> regexp might mean different things in different locales), but is it
> good enough for its limited purpose (detecting drive letters)?
>
I have filed a bug report on the
Hi,
Here is a dark theme I use. It is a modification of a theme written by
emacswiki user ZWZ.
http://github.com/suvayu/.emacs.d/blob/master/lisp/color-theme-dark-emacs.el
I also use one other org-mode related fontifying customisations made
outside of color-themes.
http://github.com/suvayu/.emac
Hi Eric,
On 18 October 2010 18:15, Eric Schulte wrote:
> Could you try checking out the latest development
> version of Org-mode and let me know if the problem persists?
Sorry I should have mentioned this, my version of org-mode is 3 days
old. This is the exact version that I'm using. I'll still
Hi Eric,
On Monday 18 October 2010 07:20 PM, Eric Schulte wrote:
Hmm,
Are you sure that the version of Org-mode loaded in Emacs is the very
same version? What output do you get when you run the org-version
command? I get
Org-mode version 7.01trans (release_7.01h.747.g57e7)
I just updat
Hi Eric,
On Tuesday 19 October 2010 06:36 AM, Eric Schulte wrote:
Suvayu Ali writes:
I just updated to the master HEAD, still no luck. Before and after
updating I get this, "Org-mode version 7.01trans". I don't know why I
have never seen the part within the parentheses befo
Hi Achim
On 19 October 2010 10:37, Achim Gratz wrote:
> Suvayu Ali writes:
>> I use "GNU Emacs 24.0.50.1 (2010-10-15)" on Fedora 13. To install
>> org-mode, I overwrite the default emacs org directory,
>>
>> $EMACS_INSTALL_PATH/share/emacs/24.0.50/lisp/org
Hi Eric and Nick,
On Tuesday 19 October 2010 11:24 AM, Nick Dokos wrote:
Eric Schulte wrote:
It might be worth installing outside of the emacs directory
and following the following instructions for activation
http://orgmode.org/guide/Installation.html#Installation
I think this way avoid
And just for the archives.
On 19 October 2010 14:36, Nick Dokos wrote:
> but it calls add-hook with the LOCAL arg set to t, which does what
> make-local-hook used to do, so it is safe to just delete the marked
> line above. And don't forget to submit a bug report to the gnuplot.el
> people :-)
>
Hi Jeff,
On 20 October 2010 18:55, Matt Lundin wrote:
> I simply have a global binding for org-footnote-action, which enables me
> to insert footnotes anywhere.[1]
>
I do that too, but it shows up as [fn:1] for me. Is there some
variable I can customise to get it as [1] when I am using it outsid
Hi Tassilo,
On 21 October 2010 00:45, Tassilo Horn wrote:
> suvayu ali writes:
>
> Hi!
>
>> Also in my case, the footnotes appear below the signature. I have to
>> manually move it above that before sending the email. Would be awesome
>> if org-footnote-action
Hi Nick,
On 20 October 2010 20:40, Nick Dokos wrote:
> Given the mangling that mailers do to replies (e.g. the idiotic default
> top posting of Thunderbird and its ilk), how they handle signatures, and
> the non-standard nature of signatures themselves, I'd say this is pretty
> much hopeless.
Af
Hi Matthias,
On 22 October 2010 05:27, Matthias Danzl wrote:
> On 10/21/2010 10:10 AM, suvayu ali wrote:
>> On 20 October 2010 20:40, Nick Dokos wrote:
>>> Given the mangling that mailers do to replies (e.g. the idiotic default
>>> top posting of Thunderbird an
Hi Jambunathan
On 29 October 2010 03:17, Jambunathan K wrote:
> wish there was a way to say this:
>
> - "do bisection on the revisions where org-latex.el changed (as opposed
> to revisions where HEAD moved)"
>
> The candidate commits then would have reduced to 30 odd commits rather
> than 851 t
Hi Herbert,
This is an amazing effort! I specially like the # of hidden lines on
the right and the read only headlines when folded. I also felt editing
the tree seemed more fluid in your version of "org-mode". I will let
my vim using friends know about this project. Do post back when you
put the c
Hi Soichi,
On Thursday 11 November 2010 01:11 AM, ishi soichi wrote:
Hi. Is there anyway to execute automatically "org-mobile-push/pull" ?
For example, when starting Emacs, "org-mobile-pull" is done. And when
killing Emacs, "org-mobile-push".
You can customise these hooks,
(add-hook 'after
Hi Carsten,
On 15 November 2010 03:51, Carsten Dominik wrote:
> after 7 years of responsibility for Org-mode, it is time for
> me to let go and step down as the maintainer of Org-mode.
>
Thanks for starting this amazing project. I am a fairly new user, and
I aspire to become a contributor someda
On Monday 15 November 2010 10:23 AM, Marvin Doyley wrote:
Using your code I create a new file Apples.org, in which I have bunch of
info on apples. It would be nice to be able to export the content of the
main and linked files to latex. I am thinking of the equivalent of having an
\include{}
Does
On Saturday 20 November 2010 08:29 AM, Ahmed Fasih wrote:
Hello, I have a figure with a caption that contains dollar signs to
typeset math mode:
#+CAPTION:Approximating ... for $s(y_0) = \exp(j k_y y_0)$.
#+LABEL: fig-mylabel
#+ATTR_LaTeX: width=0.9\textwidth placement=[t]
[
Hi,
I recently was in a situation where I had tables like these,
|| smear param | \chi^2/DoF | \chi^2/DoF |
| Sl | caloE perp | perp before | perp after |
|+-+-+|
| 3 | 3.008 | 8/13| 8.3/13 |
| 2 | 3.508 | 8/13| 8.2
On Tuesday 23 November 2010 05:18 AM, Nick Dokos wrote:
Perhaps radio tables with :skipcols can help? See section A.5.1 of the
Org manual.
I need to hit tab once to get the alignment right, but other than that
this works very well. Thank you. :)
But I have a related but probably slightly of
Hi Carsten,
On Tuesday 23 November 2010 11:47 PM, Carsten Dominik wrote:
But I have a related but probably slightly off-topic question. I tried
setting the label of a radio table in a tex source file. This breaks
the conversion. Is this supported?
You mean the receiver location is in a TeX fi
Hi everyone,
How does one specify a recurring timestamp that expires beyond a date range?
e.g.
** Do something
every Sunday from <2010-09-03 Sun +1w> to <2010-11-07 Sun> but not beyond.
I looked at the the diary library briefly, but didn't find anything
obvious. Any suggestions?
Thanks,
-
Hi Carsten,
On Sun, Nov 28, 2010 at 7:54 AM, Carsten Dominik
wrote:
> Hi Suvaya,
>
> this has come up many tomes on the mailing list, and
> the various answers are covered by the FAQ.
>
> http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files
>
Sorry, I should have looked in the FAQ. I had
On Wed, Dec 1, 2010 at 10:42 PM, Sunny Srivastava
wrote:
> $ git pull && make clean && make && make doc && make install
Yes, that should be all right.
--
Suvayu
Open source is the future. It sets us free.
___
Emacs-orgmode mailing list
Please use `
On Thu, Dec 2, 2010 at 10:32 PM, sergio_101 wrote:
> i would like to use org-mode as a makeshift cook book.
>
> i get asked for recipes all the time. i figure if i keep a cookbook
> updated all the time, i can just forward people a pdf file that has
> everything in it and is updated all the time..
Hi org-mode users,
I have been collaborating on a big (many contributors) paper. For all
my various contributions to the paper I need to provide the latex
source as a section of a latex document. Is there some way I can
export to latex without all the preamble and header information from
the org-m
Hi Thomas,
On Sun, Dec 5, 2010 at 2:51 AM, Thomas S. Dye wrote:
> Aloha Suvayu,
>
> On Dec 3, 2010, at 4:26 PM, suvayu ali wrote:
>
>> Hi org-mode users,
>>
>> I have been collaborating on a big (many contributors) paper. For all
>> my various contribution
Hi,
I have been attempting this for a few days now. I want to have an
entry for the current time in today's agenda. That way I can keep
track of how much time I have left until my next appointment.
So far what ever I try, it shows up as an entry without a timestamp as
shown below.
Monday 6
Hi Eric,
On Mon, Dec 6, 2010 at 12:47 PM, Eric S Fraga wrote:
> suvayu ali writes:
>
>> Hi,
>>
>> I have been attempting this for a few days now. I want to have an
>> entry for the current time in today's agenda. That way I can keep
>> track o
On Mon, Dec 6, 2010 at 1:08 PM, Eric S Fraga wrote:
>> Would you have any idea where I could look to get started with
>> implementing something like this?
>
> Sorry, not a clue. All I can suggest is you look at org-agenda.el.
>
Okay thanks. I'll see what I can find out, if I do succeed this woul
On Mon, Dec 6, 2010 at 2:00 PM, Carsten Dominik
wrote:
>
> On Dec 6, 2010, at 1:08 PM, Eric S Fraga wrote:
>
>> suvayu ali writes:
>>
>>> Hi Eric,
>>>
>>> On Mon, Dec 6, 2010 at 12:47 PM, Eric S Fraga wrote:
>>
>> [...]
>>
>
Hi Julien,
On 06/12/10 03:03 PM, Carsten Dominik wrote:
On Dec 6, 2010, at 2:38 PM, Julien Danjou wrote:
On Mon, Dec 06 2010, suvayu ali wrote:
So far my attempts have been some variation of `<%%(format-time-string
"%H%M")>' or `<%%(diary-entry-time ...)>'.
Hi Carsten,
On 06/12/10 03:45 PM, Carsten Dominik wrote:
This does actually fully work for me, so something in your setup must
cause a problem. Have you changed the configuration for the time grid?
No I haven't changed anything yet.
In my agenda file I have an entry like this,
* Currrent t
Hi Rémi and Carsten,
On Mon, Dec 6, 2010 at 3:59 PM, Rémi Vanicat wrote:
> Suvayu Ali writes:
>
>>>>
>>>> (defun jd:org-current-time ()
>>>> "Return current-time if date is today."
>>>> (when (equal date (calendar-current-date)
Hi Julien,
On 06/12/10 04:13 PM, Julien Danjou wrote:
On Mon, Dec 06 2010, Suvayu Ali wrote:
That is exactly the information I want to have, but this only inserts an
entry in today's agenda without any timestamps.
You are wrong. It does insert an entry with a timestamp.
Sorry fo
Hi,
On Mon, Dec 6, 2010 at 8:27 PM, Eric S Fraga wrote:
> Julien Danjou writes:
>
>> On Mon, Dec 06 2010, suvayu ali wrote:
>>> So far my attempts have been some variation of `<%%(format-time-string
>>> "%H%M")>' or `<%%(diary-entry-time
Hi Chao,
On Tue, Dec 7, 2010 at 8:54 AM, Chao LU wrote:
> Besides, what's the essential difference between TODO and TAG? Since to me,
> TODO is kind of special TAG?
>
The way I understand it, TODO states have a flow/sequence to it.
Although they need not always be sequential, e.g. a type TODO ke
On Tue, Dec 7, 2010 at 1:29 PM, Marco (m) Wahl wrote:
> Juri Artamonov writes:
>
>> Hello,
>>
>> I have aquamacs and I have org file. I would like to leave lines that
>> which contains only words TODO or INPROGRESS.
>>
>> I do Ctrl-C + / + / and then enter regular expression. If I enter TODO
>> o
Sorry forgot to Include a line,
On Fri, Dec 10, 2010 at 4:30 AM, suvayu ali wrote:
>
>
> #+BEAMER_FRAME_LEVEL: 3
> #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args)
> %4BEAMER_col(Col) %10BEAMER_extra(Extra)
> ^
--
Suvayu
Open source is t
Hi Loris,
On Thu, Dec 9, 2010 at 3:55 PM, Loris Bennett
wrote:
> Hi,
>
> Is there a complete example of getting blocks and two-columns to work
> with beamer export? The corresponding code is not being generated in the
> latex file. I assume there is something wrong with my
> org-export-latex-clas
Hi everyone,
I am having some trouble writing capture templates with newlines from
the customise buffer. From all the examples I see in the manual and
Worg, it seems simply putting \n within the template string should
work. But entering a "\n" in the template escapes the "\n" when saving
to file a
On Fri, Dec 10, 2010 at 8:42 AM, Loris Bennett
wrote:
> What I would really like to see is
>
> 1. the preamble to the presentation where the MACROs LaTeX_CLASS options
> etc. are given
>
I gave that, only one line for me. (there are other lines but they are
not related to columns) Here it is agai
Hi Giovanni,
On Fri, Dec 10, 2010 at 1:18 PM, Giovanni Ridolfi
wrote:
> suvayu ali writes:
>> Entering a newline pressing [RET] works. But then in my init.el it is
>> stored as a carriage return rather than "\n", making it ugly.
>
> If you don't like the
On Fri, Dec 10, 2010 at 10:39 PM, Andrea Crotti
wrote:
> I noticed a strange problem.
> My emacs configuration uses orgmode from git, and loads it in this way:
>
> (defun make-conf-path (path)
> (expand-file-name (concat base path)))
>
> (add-to-list 'load-path (make-conf-path "org-mode/lisp"))
>
On Sun, Dec 12, 2010 at 9:30 AM, Carsten Dominik
wrote:
>
> However having the current time in the time grid is so useful that
> I have now made it the default, no diary sexp needed.
>
> If you don't like the way it looks, change the variable
> `org-agenda-current-time-string' and the face
> `org-
Hi Łukasz,
2010/12/9 Łukasz Stelmach :
> suvayu ali writes:
>
>> I actually tried to set the text properties for the string instead,
>> but looks like org-agenda is ignoring that.
>>
>> (defun jd:org-current-time ()
>> "Return current-time if date is
Hi Nicolas,
On Sun, Dec 12, 2010 at 6:35 PM, Nicolas Goaziou wrote:
> Hello,
>
> As I had promised it here a few days ago, I just pushed a testing
> branch allowing to have lists in blocks, drawers and inline tasks.
> These constructs can themselves be located in lists.
>
> Basically, lists are a
On Mon, Dec 13, 2010 at 11:47 AM, Joost Kremers
wrote:
> There is apparently a property EXPORT_FILE_NAME, but setting
> this doesn't seem to have any effect. (Though I may be using it wrong, there
> wasn't any description or example of it in the manual... Plus, I'd like to be
> able to specify jus
Hi Joost,
On Mon, Dec 13, 2010 at 12:34 PM, Joost Kremers
wrote:
> On Mon, Dec 13, 2010 at 12:07:56PM +0100, suvayu ali wrote:
>> For setting the directory you
>> could try something like 'directory/filename.pdf' instead of just the
>> usual file name. (untested)
Hi,
On Mon, Dec 13, 2010 at 4:43 PM, Joost Kremers wrote:
> it works if i export a subtree (C-c C-e 1 l), but not if i export a region
> (set
> mark, highlight region, then C-c C-e l).
I think I had missed your earlier comment about exporting regions.
> also, it doesn't expand a tilde ~ to my
On Thu, Dec 16, 2010 at 2:24 PM, Leo Alekseyev wrote:
> Optionally, it would be nice
> if I can map the shift-arrow functionality to something like M-arrows
> or C-arrows or C-M-arrows (whichever might be not taken / less
> useful). However, getting rid of org-mode's stealing shift-arrows is
> a
On Sun, Dec 19, 2010 at 4:13 PM, Robert Goldman wrote:
> Anyone have a similar need to gather together a mess of org files, and
> have a cleaner solution?
>
> Extra credit if you have a way of creating the same set of symlinks on
> more than one machine! ;-)
>
Why not just use subdirectories?
or
On Sunday 19 December 2010 11:20 AM, Eric S Fraga wrote:
Andrea Crotti writes:
I wanted finally to fix the following problem, I would like to use
meta-left/right to switch frame, and that's one of the keys that orgmode
uses.
I added the two values here to the org-disputed-keys
[(meta left)]
Hi Andrea,
On Mon, Dec 20, 2010 at 5:09 AM, Andrea Crotti
wrote:
>> This can be very useful when you have multiple emacs frames for one
>> instance of emacs on different desktops. If you have configured your
>> window manager appropriately simply switching to a buffer shown on
>> another desktop
On Mon, Dec 20, 2010 at 1:21 PM, Leo Alekseyev wrote:
> To answer my own question: here's how you avoid clobbering the
> windmove commands. This method should probably be added to the org
> manual section which discusses the (add-hook 'org-shiftup-final-hook
> 'windmove-up), etc commands.
>
> ;;
On Wednesday 22 December 2010 06:08 PM, Hsiu-Khuern Tang wrote:
Hi Samuel,
Thanks for the suggestion. I just tried it, and it does a nice job
choosing easy-to-identify buffer names. But those buffer names again
do not come up for selection by C-c C-w (org-refile).
I think org-refile ignores
On Fri, Dec 24, 2010 at 4:35 PM, Steve Hafner wrote:
> Why has ob-lisp.el been in the git tree since August, but it is not in
> the stable release nor mentioned in the manual?
What do you mean by stable? If you mean Emacs 23.2, then it is because
it ships with Org-mode version 6.33x. If by stable
On Sat, Dec 25, 2010 at 12:36 AM, Steve Hafner wrote:
> On Sat, Dec 25, 2010 at 1:02 AM, Suvayu Ali
> wrote:
>> On Friday 24 December 2010 10:51 PM, Steve Hafner wrote:
>>>
>>> Sorry, I mean the current version 7.4 is missing ob-lisp.el.
>>>
>>
>&
On Sunday 26 December 2010 10:09 AM, Neil Hepburn wrote:
Greetings,
I am trying to produce a Beamer slide presentation from org-mode. I have a
slide that has some output from R in a src_block. The problem is that the
material that I want to present (coefficients from a regression) is just a bit
Hi everyone,
I am having some problems with a capture template for datetrees.
(setq org-capture-templates
'(("m" "Select meeting templates")
("ms" "Schedule a meeting" entry (file+headline "~/org/meetings.org"
"Meetings")
"** %? %^t%^{CATEGORY}p\n"
:empty-lines 1
Hi,
On Tue, Jan 4, 2011 at 10:56 AM, Markus Heller wrote:
> Hello all,
>
> I noticed a few mintues ago that my agenda view does not display the
> time grid anymore.
>
> I'm using Org-mode version 7.4 (release_7.4.124.gde39b) on Windoze 7.
>
> Org-agenda-use-timegrid is set to standard, and I did
Hi,
Is there any way to move to the next match after a sparse tree
command. Say I search for a regexp with the sparse tree command, how do
I to move to the next highlighted match? I was hoping something like
`next-error' or `C-s' for isearch[fn:1].
Footnotes:
[fn:1] I know all this does is searc
Hi Phil,
On Wed, Jan 5, 2011 at 9:59 AM, Phil Branigan wrote:
> In making up lecture and teaching materials, I would find it useful to be
> able to use noweb references to replicate blocks of org-mode text directly,
> rather than source code from latex or another language. But org-mode isn't
> o
On Wed, Jan 5, 2011 at 9:15 AM, Memnon Anon
wrote:
> Hi Tassilo,
>
> Tassilo Horn writes:
>
>> I have an entry
>>
>> ** Statustreffen (Bad Homburg)
>> <2011-01-17 Mon 12:00>--<2011-01-18 Tue 13:30>
>>
>> Monday 17 January 2011 W03
>> uni: 12:00.. (1/2): Statustreffen (Bad Hom
Hi Carsten and Seb,
On Thu, Jan 6, 2011 at 3:37 AM, Carsten Dominik
wrote:
>
> On Jan 5, 2011, at 1:38 AM, suvayu ali wrote:
>
>> Hi,
>>
>> Is there any way to move to the next match after a sparse tree
>> command. Say I search for a regexp with the sparse tre
On Thu, Jan 6, 2011 at 1:02 PM, Carsten Dominik
wrote:
>>
>> I was actually trying my hand on it after Seb's encouraging words
>
> my apologies. I hope you had not spent too much time.
No need for apologies, just an evening. :) I am still very novice at
lisp, hope to become better so that I can
On Fri, Jan 7, 2011 at 11:31 AM, Erik Butz wrote:
> Hi all,
>
> thanks for this very nice feature. It's working mostly for me, but
> now, whenever I try to insert a 'date, deadline,scheduled date' I get
> an error saying:
>
> "Symbol's value as variable is void: date"
>
> which I don't quite under
Hi Erik,
On Fri, Jan 7, 2011 at 3:46 PM, Erik Butz wrote:
> I have
>
>
> (defun jd:org-current-time ()
> "Return current-time if date is today."
> (when (equal date (calendar-current-date))
> (format-time-string "%H:%M ◄——" (current-time
>
> in the .emacs file and and entry
>
> * Curr
Hi David,
On Sun, 09 Jan 2011 15:31:10 +0100
David Maus wrote:
> At Tue, 28 Dec 2010 00:50:00 -0800,
> Suvayu Ali wrote:
> >
> > Hi everyone,
> >
> > I am having some problems with a capture template for datetrees.
> >
> > (setq org-capture-templates
Hi Carsten,
On Tue, 11 Jan 2011 20:58:01 +0100
Carsten Dominik wrote:
>
> On Jan 9, 2011, at 3:31 PM, David Maus wrote:
>
> > At Tue, 28 Dec 2010 00:50:00 -0800,
> > Suvayu Ali wrote:
> >>("mm" "Meeting minutes w/ clock&qu
welcome.
> Thanks.
>
Thanks
> --
> Kiwon Um
--
Suvayu
Open source is the future. It sets us free.
>From 82a240bd0af7ac4e7e5935bf38892972f4c7 Mon Sep 17 00:00:00 2001
From: Suvayu Ali
Date: Tue, 11 Jan 2011 23:17:08 -0800
Subject: [PATCH] Implement org-agenda-refresh-mode minor m
Hi Nick,
On Wed, 12 Jan 2011 03:23:44 -0500
Nick Dokos wrote:
> You can probably use run-with-timer or run-with-idle-timer to do
> things like this, but I'm with Detlef Steuer: pressing 'g' in the
> agenda to refresh it is simple and does not consume any extra
> resources - you do it when you ne
On Sat, Jan 22, 2011 at 5:31 PM, Tommy Kelly wrote:
> I just figured out why, despite having a setq in my .emacs, my
> org-agenda-files wasn't what I thought it should be.
>
> It's because if you modify that variable using C-c [ or C-c ], then any
> explicit setq is rendered obsolete by the custom
Hi Tommy and Eric,
On Sat, Jan 22, 2011 at 8:59 PM, Eric S Fraga wrote:
> Tommy Kelly writes:
>
>> suvayu ali writes:
>>
>>> This is nothing org specific. Its how customise works. This is the
>>> reason people are encouraged to _not_ mix customise with setq.
Hi everyone,
I am a new org-mode user and this is my first post to the mailing list.
Lately I have been using org-mode to manage the data for a study I'm
doing for my research project. I primarily use the spreadsheet features
to do all the calculations and then use gnuplot to plot the final
r
k Guide:Babel
> http://orgmode.org/guide/Working-With-Source-Code.html#Working-With-Source-Code
>
> Manual:Babel
> http://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code
>
> Suvayu Ali writes:
>
>> Hi everyone,
>>
>> I am a new org-mo
On 26 July 2010 12:28, Mark A. Hershberger wrote:
>
> If you try it, let me know what your experience is so I can improve it.
>
I wanted to try it on Ubuntu Lucid but launchpad says failed build for
the 26th of July.
> Mark.
>
--
Suvayu
Open source is the future. It sets us free.
___
Hi everyone,
I am new to org-mode. I was wondering if there was any way to browse
worg content other than with a web browser. It would be really
convenient if I could do it within emacs, maybe as info pages or .org
files?
Thanks for any responses.
--
Suvayu
Open source is the future. It sets u
On 30 July 2010 12:26, Bastien wrote:
> Hi Ali,
>
> suvayu ali writes:
>
>> I am new to org-mode. I was wondering if there was any way to browse
>> worg content other than with a web browser. It would be really
>> convenient if I could do it within emacs, maybe
On 30 July 2010 14:46, Bastien wrote:
> suvayu ali writes:
>
>> On 30 July 2010 12:26, Bastien wrote:
>>>
>>> You can browse it from Emacs.
>>>
>>> You need to install git on your system (see http://git-scm.com and ask
>>> for help if nee
Hello,
On 6 August 2010 16:11, John Hendy wrote:
> Hi,
>
> I've been hunting for some info on gnuplot and wondered if there is a
> suggested "best practice" for using it and org...
> I've just used what worg has (#+PLOT: ...)
> - http://orgmode.org/worg/org-tutorials/org-plot.php
>
> But several
Too good for words! Great work. :)
On 23 August 2010 19:44, John Hendy wrote:
> Okay, bounced attempts with both .zip and tar. We'll try this instead... the
> "attached file" mentioned below is here:
> https://sites.google.com/site/jwhendytank/home/org-gnuplot-writeup.zip
> -
>
> Sorry if thi
On 1 September 2010 07:15, Rainer M Krug wrote:
> Therefore I still have my question, if there is an (emacs?) variable /
> function which gives me the svn revision of the buffer?
>
Doesn't this work?
`(vc-working-revision (buffer-file-name))'
> Cheers,
>
> Rainer
--
Suvayu
Open source is the
On Thu, Jun 30, 2011 at 1:15 PM, Chris Malone wrote:
> Hi all,
>
> Tom Dye came up with a great patch to pass an optional title to
> LaTeX's =\caption= command: see here
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00311.html
>
> That thread says the patch has been applied, and as
Hi Carsten,
On Sun, Jul 3, 2011 at 10:16 PM, Carsten Dominik
wrote:
> Hi,
>
> I just saw this flying by on twitter:
>
> George De Bruin is giving a talk about Emacs org-mode on July 5. It will be
> streamed live - maybe someone can try to capture the stream (Don't know if
> the OLUG makes the
1 - 100 of 1270 matches
Mail list logo