Eli Zaretskii writes:
>> From: lee
>> Date: Tue, 17 Jun 2014 19:15:33 +0200
>> Cc: Bastien , 17...@debbugs.gnu.org, g...@gmx.de,
>> Nicolas Richard
>>
>> Having cloned as described on http://savannah.gnu.org/git/?group=emacs
>> with 'git c
Eli Zaretskii writes:
>> From: lee
>> Cc: monn...@iro.umontreal.ca, b...@altern.org, 17...@debbugs.gnu.org,
>> g...@gmx.de, theonewiththeevill...@yahoo.fr
>> Date: Wed, 18 Jun 2014 13:10:19 +0200
>>
>> > It's git, right? The one that has &q
http://orgmode.org/org.html#Resolving-idle-time
.6 Taking notes with a timer
Org *provides provides* two types of timers.
--
Fangyuan Li
Master Student at Department of Computer Science
Stony Brook University
Email: maplain...@gmail.com
Bastien writes:
> Nicolas Richard writes:
>
>> I don't know if the bug should
>> be closed in this siutation, so I'll leave it to someone else.
>
> It should not be closed in Emacs bugs system yet, because the master
> branch of Org is not released and not merged into Emacs. I'll keep
> this un
This is a duplicate of #17769.
Changing window.c to
if (buf != current_buffer)
// error ("`recenter'ing a window that does not display
current-buffer.");
return Qnil;
works here as a workaround until the problem is fixed.
--
Knowledge is volatile and fluid. Soft
Stefan Monnier writes:
>> if (buf != current_buffer)
>>// error ("`recenter'ing a window that does not display
>> current-buffer.");
>>return Qnil;
>> ... in src/window.c seems to work for me.
>
> Using `emacs-24' also works, without defeating the purpose of the
> error me
(search-backward string bound noerror))
(when (let ((context (mapcar 'car (save-match-data (org-context)
(and (member :headline context)
--
Lee Hinman
___
Emacs-orgmode mailing list
Remember: use `Reply All'
Carsten,
I admit I could be using the function inappropriately. Please let me
know if am.
I have a little function I wrote to help me maintain a journal, I didn't
like the formatting I got using remember. Here is the function.
(defun lee-journal-entry ()
"Create a new journal
set to nil so it isn't configurable via that method. Does
anyone have a suggestion of how I could tweak this variable on a per
file basis?
Thanks for any suggestions.
--
Lee Hinman
hin...@gmail.com
___
Emacs-orgmode mailing list
Please use `Rep
Hi all,
I add CNCL(cancel) and WAIT to TODO keywords, which is copied from
Prof.Dominik's presentation.
In below example, the statistics of TODO should be [1/3] (because CNCL
should not be considered as a valid headline), but not [1/4].
How to omit the CNCL headline? Shall I modify value or
Hi everyone,
After insert schedule and deadline by C-c C-s, C-c C-d, I switch buffer
by ido-mode command ido-switch-buffer.
Emacs will give out a message:
Error in post-command-hook: (void-variable org-ans1)
And ido-switch-buffer doesn't work.
My environment: Emacs 23.1, Org-mode 6.36.
Than
On 05/13/2010 10:26 AM, Nick Dokos wrote:
David Lee wrote:
On 05/12/2010 11:46 PM, Nick Dokos wrote:
David Lee wrote:
After insert schedule and deadline by C-c C-s, C-c C-d, I switch
buffer by ido-mode command ido-switch-buffer.
Emacs will give out a message:
Error in post-command-hook
On 05/12/2010 11:46 PM, Nick Dokos wrote:
David Lee wrote:
After insert schedule and deadline by C-c C-s, C-c C-d, I switch
buffer by ido-mode command ido-switch-buffer.
Emacs will give out a message:
Error in post-command-hook: (void-variable org-ans1)
And ido-switch-buffer doesn't
Hi everyone,
Is it possible to generate tag cloud buffer in agenda view?
Thanks,
- David
___
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
On 05/13/2010 11:04 AM, David Lee wrote:
On 05/13/2010 10:26 AM, Nick Dokos wrote:
David Lee wrote:
On 05/12/2010 11:46 PM, Nick Dokos wrote:
David Lee wrote:
After insert schedule and deadline by C-c C-s, C-c C-d, I switch
buffer by ido-mode command ido-switch-buffer.
Emacs will give
Alice) on the 2011-02 February subtree would give me that. But I
*think* org-sparse-tree uses org-occur which always starts at
point-min, but I could easily be mis-reading the code.
Does anyone have any ideas?
--
Lee Hinman
hin...@gmail.com
Bernt & Suvayu,
Thanks. Narrowing to subtree and then running org-sparse-tree worked great.
--
Lee
On Fri, Mar 11, 2011 at 7:18 PM, Bernt Hansen wrote:
> Lee Hinman writes:
>
>> Is it possible to run org-sparse-tree on a specific region or subtree of
>> an org file?
&g
I have function names in both a text block and a table cell, for example:
function_name_with_underline()
When I publish it in HTML format, the underline was interpreted incorrectly:
functionnamewithunderline
"=function_name_with_underline()=" works, but to warp all function
names is boring.
Is
2009/3/30 Sébastien Vauban
>
> Hi Carsten,
>
> Carsten Dominik wrote:
> > On Mar 30, 2009, at 10:55 AM, Sébastien Vauban wrote:
> >> Hello,
> >>
> >> Trying to use free CSS templates for some Web site, I have layout problems
> >> with the current export to HTML, as a first `' is
> >> hard-coded
>
in org-exp.el, line 3858:
(insert "\n")
2009/3/30 Sébastien Vauban
> Hello,
>
> Trying to use free CSS templates for some Web site, I have layout problems
> with the current export to HTML, as a first `' is
> hard-coded
> into the resulting Web page.
>
> Could you remove that line, and its c
2009/3/30 roc lee
> in org-exp.el, line 3858:
> (insert "\n")
>
> 2009/3/30 Sébastien Vauban
>
> Hello,
>>
>> Trying to use free CSS templates for some Web site, I have layout problems
>> with the current export to HTML, as a first `
Hi,
The error reproduced on my computer.
(Windows XP) + (NTEmacs 22.1) + (make 3.81 from cygwin)
Elicket
On Dec 20, 2007 11:13 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> I cannot reprduce this.
>
> - Carsten
>
>
> On Dec 20, 2007 9:36 AM, Detlef Steuer <[EMAIL PROTECTED]> wrote:
> > On Th
freezes,
using 100% CPU until I quit. For reference, this works completely fine
in a regular sh-mode buffer, it only freezes if editing an org-babel
block.
I've used the profiler to narrow this down to something in the smie
indention code, but my elisp-fu is too weak to narrow any further.
;;
to be able to
use the newer org-mode version (8.3.1)? Is there not a way to override
the installed version of org-mode with a newer one from ELPA?
0: http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01196.html
--
;; Lee
Lee Hinman writes:
> Hi Org-ML,
>
> I'm trying to resolve an issue similar to the one here:
> http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01195.html
>
> Where I cannot export a file with a #+TITLE in it with the latest
> org-mode release.
To follow-u
When tangling a block like:
#+BEGIN_SRC clojure :tangle foo.clj
(println "foo")
;; My comment
#+END_SRC
The tangled code looks like:
(let [org-mode-print-catcher (java.io.StringWriter.)]
(clojure.pprint/with-pprint-dispatch clojure.pprint/code-dispatch
(clojure.pprint/pprint (do (println "foo")
On 2/6/14, 9:32 AM, Bastien wrote:
> Can you try with latest ob-clojure.el from the master branch?
> We fixed a few things recently, and the example works fine for
> me.
I tried it running from git (org-version returns "Org-mode version
8.2.3a (release_8.2.3a @ /Users/hinmanm/src/elisp/org-mode/li
ry habit
in the list, rather than just eyeballing it to see which ones are around now in
time. This motivates `org-habit-always-show-time'.
I have not yet submitted the FSF copyright assignment form but am prepared to
do so.
>From 7bcf7b70b201af7a3d3cbbcf6a95511944370627 Mon Sep 17 00:
I guess I'm supposed to add the [PATCH] tag to the subject line? So this email
is just to do that.
Sorry if I've missed some instructions about this...
On Mon, 5 Nov 2018, at 00:31, John Lee wrote:
> Hi
>
> Here's a couple of patches that add new org-habit variables.
On Sun, 18 Nov 2018, at 23:40, Nicolas Goaziou wrote:
> Hello,
Hi, sorry Nicolas I totally missed your review comments!
> John Lee writes:
For context since it's months ago now:
> > My own workflow around this is similar to GTD, so I'm using SCHEDULED
> > as basic
I don't know a good way to do this out of the box. Here are two ways you could
go about it, but they both involve a bit of programming. They would all use
org-agenda-day-face-function similar to the code you already posted.
1. Least programming: Add emacs diary entries (rather than recording t
* lisp/org-habit.el (org-habit-scheduled-past-days): New variable
* lisp/org-agenda.el (org-agenda-get-scheduled): override
`org-scheduled-past-days' for habits if
`org-habit-scheduled-past-days` is not nil
TINYCHANGE
---
lisp/org-agenda.el | 8 +++-
lisp/org-habit.el | 15
* org-agenda.el (org-agenda-get-scheduled): Always show the time of
day designation for habits
TINYCHANGE
---
lisp/org-agenda.el | 14 +++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 9145cafa8..39ae85f30 100644
--- a/li
* lisp/org-agenda.el (org-agenda-get-scheduled): Use the face.
This has the effect that if you just did the habit, it is "greyed out"
in the agenda.
TINYCHANGE
---
lisp/org-agenda.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 39ae85f30..1
On Sun, 18 Nov 2018, at 23:40, Nicolas Goaziou wrote:
> * lisp/org-habit.el (org-habit-scheduled-past-days): New variable.
>
> > (when (or (and (> ddays 0) (< diff ddays))
> > - (> diff org-scheduled-past-days)
> > + (> diff (if habitp
> > +
* lisp/org-habit.el (org-habit-scheduled-past-days): New variable
* lisp/org-agenda.el (org-agenda-get-scheduled): override
`org-scheduled-past-days' for habits if
`org-habit-scheduled-past-days` is not nil
TINYCHANGE
---
lisp/org-agenda.el | 4 +++-
lisp/org-habit.el | 15 +++
m applying
changes in response to review feedback) is "greying out" habits that you just
did, by applying face 'org-agenda-done when a habit is scheduled for the future.
On Sun, 3 Feb 2019, at 16:03, John Lee wrote:
> * lisp/org-habit.el (org-habit-scheduled-past-days):
Also see variable org-use-effective-time
On Sat, 2 Feb 2019, at 15:30, Leo Gaspard wrote:
> Uwe Koloska writes:
> > Maybe the variable 'org-extend-today-until' can help.
>
> Indeed, thank you!
>
On Wed, 6 Feb 2019, at 21:32, Nicolas Goaziou wrote:
> I applied them in master. Thank you.
Thank you!
> Could you provide an entry for ORG-NEWS file, too?
Will do.
On Thu, 7 Feb 2019, at 21:27, John Lee wrote:
> On Wed, 6 Feb 2019, at 21:32, Nicolas Goaziou wrote:
> > I applied them in master. Thank you.
>
> Thank you!
>
> > Could you provide an entry for ORG-NEWS file, too?
Attached.
From ded5296358ec2bcfbe58a662b5112226298bf43f
Hello
My emacs doesn't come with org-mode manual.
C-h i m then org TAB produces nothing.
How to install the manual?
THX
I have org-log-reschedule set to 'note, and when I try to mark some items
for bulk scatter, I see something in *Messages* like the following:
Skipping removed entry at #
Acted on 1 entries, skipped 4 (disappeared before their turn)
If I set org-log-reschedule to nil, it works fine.
I found i
Hello, I've made a patch for `ob-haskell.el`.
I'm not really an elisper, but I made a patch that seems to work on my machine.
Issue: compiling code in a source block that had an infinite list that would
evaluate in the ghci.
All code, even with `:compile` flag set would be run in ghci.
Updating
Hi all,
I noticed when browsing the info manual for Markdown Export options this
line concerning headline styles seems to be wrong:
> Header and sectioning structure
> ---
>
> Based on ‘org-md-headline-style’, Markdown export can generate headlines
> of both _atx_ and
This is my first contribution guys please be patient if I've got
something wrong. Let me know if the changelog needs more info.
>From 61e18c9e26f6bdbaaff785969881624f9a1c7068 Mon Sep 17 00:00:00 2001
From: Lee Thompson
Date: Wed, 3 Apr 2024 16:20:15 +0100
Subject: [PATCH] ; * doc/misc
n this manner.
I've added what I think is appropriate in the news file and the manual,
but this is my first time doing so, please let me know if this needs any
improvements/tweaks.
Thanks,
Lee
>From 6b281412c3d3522f445fd1d5b43aa1141ff0b531 Mon Sep 17 00:00:00 2001
From: Lee Thompson
Dat
Hi Ihor,
> But isn't (setq org-md-headline-style 'setext) do exactly what you describe?
My apologies, I should have included an example. What I'm trying to
achieve is that instead of this: (set to setext)
> One
> ===
>
>
> Two
> ---
>
> 1. Three
>
> 1. Four
Or even something like this: (atx
Hi all,
the default remember-mode generates a title automatically from the text input.
For example, if I enter the command M-x org-remember
and input the content of this e-mail followed by C-c C-c,
the title "(Hi all)" is automatically generated.
I think this feature is really nice, because some
Command "org-toggle-pretty-entities" does not display x_{i}^{j} correctly.
When subscript and supersript _{i} and ^{j} are combined, _{i} is
displayed correctly as subscript, but ^{j} is not displayed as superscript.
Emac
(First time posting to a mailing list, please correct me if I did something
wrong.)
TLDR:
Surprise 1: Different Noweb reference placing styles produces different tangled
results.
Question 1: Is it a bug?
Surprise 2: Source block naming with #+NAME: and :noweb-ref produce different
tangled resu
50 matches
Mail list logo