Hi,
I've noticed that formatting of text, e.g., using *text* or /text/, does not
show up in agenda view. Is there a way of enabling this?
/ali
;query-replace-regexp)
> (isearch-forward-regexp)))
>
>
> On 4/1/14, Ali Tofigh wrote:
>> Sometimes I just want to do an incremental search in the visible text
>> of a partially folded org file. In other words, I want the search to
>> ignore text that is invisible du
Sometimes I just want to do an incremental search in the visible text
of a partially folded org file. In other words, I want the search to
ignore text that is invisible due to folding. I know that there is an
org-copy-visible command. Is there an equivalent command for
searching?
/ali
After narrowing to a subtree, folding the top level heading hides all
text except for the last letter in the last paragraph. An example:
- 8< -
* one
** two
hello world
* three
--
with cursor on heading "one", do M-x org-narrow-to-subtree (C-x n s),
then press tab, and you get:
On Thu, Jan 5, 2012 at 12:14, Bastien wrote:
> Hi Ali,
>
> Ali Tofigh writes:
>
>> when refiling todos (C-c C-w), the counter cookies don't update. is
>> that a known/intended issue?
>
> This should do:
>
> (add-hook
> 'org-after-refile-insert-ho
; Hi Ali,
>
> Ali Tofigh writes:
>
>> when refiling todos (C-c C-w), the counter cookies don't update. is
>> that a known/intended issue?
>
> This should do:
>
> (add-hook
> 'org-after-refile-insert-hook
> 'org-update-parent-todo-statistics)
>
> HTH,
>
> --
> Bastien
when refiling todos (C-c C-w), the counter cookies don't update. is
that a known/intended issue?
/ali
bib:Jones1998][some paper title]]. Opening this link should now
result in ebib starting, loading your default bibtex database, and
highlighting the bibtex entry Jones1998. Alternatively, if you already
have started ebib, then opening the link will get you to the bibtex
entry in your opened eb
hi,
i use ebib to manage my bibtex references. it would be really cool if
orgmode could follow links to bibtex entries using ebib. what i would
like is to be able to follow a link such as [[bib:bibentry]] and end
up in ebib, with my standard bibtex database opened, and entry
positioned at the bibe
w working like this.
>
> - Carsten
>
> On May 20, 2010, at 2:42 AM, Ali Tofigh wrote:
>
>> hi everyone,
>>
>> i often use C-c C-k (org-kill-note-or-show-branches) in org-mode when
>> i want to see only the headings under a subtree (i.e., no text in the
>> bodie
I'm having problems with plain lists. They don't seem to end. Ever.
I'm trying to use a blank line after my lists followed by a properly
indented paragraph, but org still thinks the paragraph is part of the
list:
---8<---
* heading
- item 1
- item 2
paragraph bla bla
- new list, item 1
-
hi everyone,
i often use C-c C-k (org-kill-note-or-show-branches) in org-mode when
i want to see only the headings under a subtree (i.e., no text in the
bodies). however, i get the desired effect only when applying C-c C-k
to already folded subtrees. this means i have to first fold the
subtree usi
On Mon, Apr 26, 2010 at 13:00, Matt Lundin wrote:
> Here's one quick hack to search for non-headline todo items (i.e.,
> checkboxes):
>
> C-c a / \[ \] [RET]
>
> This will generate a list of all "open" list items, such as,
>
> - [ ] Review this idea
>
This has proved to be the best way so far fo
i'm using org version 6.36. writing *bold* text does not work in
second level headings, which is very weird since it works in all other
levels (i've tried up to 60 levels...). For example try the following:
* text *bold* text
** text *bold* text
*** text *bold* text
/ali
On Mon, Apr 26, 2010 at 17:36, Stephan Schmitt wrote:
> or try C-c C-k (org-kill-note-or-show-branches) on a folded heading.
Thanks. I believe this does the trick.
/Ali
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list
On Mon, Apr 26, 2010 at 17:26, Bernt Hansen wrote:
> Ali Tofigh writes:
>
>> Hi everyone,
>>
>> I love the CONTENTS visibility state for my org documents. But when I
>> visit headings and use TAB to expand them revealing the text they
>> contain, I want to b
Hi everyone,
I love the CONTENTS visibility state for my org documents. But when I
visit headings and use TAB to expand them revealing the text they
contain, I want to be able to fold some of them back and show only the
subheadings (all sublevels). Is there a way of accomplishing this? I
can't fin
On Mon, Apr 26, 2010 at 13:00, Matt Lundin wrote:
> Ali Tofigh writes:
>
>> What really feels unsatisfactory to me is that only headlines can be
>> TODO items. I want to be able to insert TODO items in the middle of a
>> section. I've looked at the inline-tasks add-o
Hi John,
On Sun, Apr 25, 2010 at 03:46, John Wiegley wrote:
>> Frequently my notes on meetings contain ideas for stuff to try. Does
>> anyone have any advice on how to handle these?
>
> For ideas I just use a done TODO state called "NOTE". I have the key M-z
> bound to create one and switch me
On Sun, Apr 18, 2010 at 04:18, Simon Guest wrote:
> At Sun, 18 Apr 2010 08:24:41 +0200,
> Carsten Dominik wrote:
>>
>>
>> On Apr 16, 2010, at 7:35 AM, Simon Guest wrote:
>> > When I follow a link, Org mode knows what application to use. Except
>> > that sometimes I want to override that choice.
>
On Fri, Apr 16, 2010 at 12:09, Miguel Ruiz wrote:
> I have a simple journal .org file like this:
>
> --Begin file---
> * <2010-04-16 fri>
> Subject 1
> Subject 2
> Subject 1
> Subject 40
>
> * <2010-04-17 sat>
> Subject 2
> Subject 3
> Subject 1
> Subject 40
> --End file---
On Fri, Apr 16, 2010 at 15:54, Bernt Hansen wrote:
> I believe the 'empty line breaks out' idea is for exporting inline tasks
> only - they don't behave that way in regular org files IIRC.
Sorry, but I have searched the org-mode manual without finding any
reference to it. What is an inline task?
On Thu, Apr 15, 2010 at 20:44, Bernt Hansen wrote:
> Ali Tofigh writes:
>
>> First, I want to thank everyone who has worked on creating org-mode. I
>> am a new user and I enjoy using org-mode a lot! Thank you for your
>> efforts.
>>
>> Second, I have a sugges
On Thu, Apr 15, 2010 at 19:21, Sebastian Rose wrote:
> Ali Tofigh writes:
>> An alternative that may be easier to implement is to extend tagging
>> and todos to list items:
>>
>> - should try the above in project 1 :idea:
>> - Sandy made a good point there!
First, I want to thank everyone who has worked on creating org-mode. I
am a new user and I enjoy using org-mode a lot! Thank you for your
efforts.
Second, I have a suggestion for a feature: A new "highlight" feature
which can also be tagged and made into a todo item, just like
headlines. For examp
On Mon, Apr 12, 2010 at 16:38, John Hendy wrote:
>> Frequently my notes on meetings contain ideas for stuff to try. Does
>> anyone have any advice on how to handle these?
>
> I'm very 'idea' centered as well. See some 'ideas' below :)
;-)
> What about:
>
> ### IDEA 1 ###
> --- file: project_name
Hello everyone,
I'm a new user of org-mode, and seeing the great potential, I am
trying to switch to org-mode for handling my day-to-day tasks. I'm
going to start off by using org-mode to handle my projects and I need
some advice.
I like to keep my projects self-contained. Therefore I use one
org
27 matches
Mail list logo