ion seems to have been asked before:
<https://emacs.stackexchange.com/questions/62590/org-mode-how-to-set-a-deadline-to-an-already-appointed-meeting-date>)
One day, I might find some time to look at the codebase and implement
this if nobody else does..
thanks,
Hugo
ould have to change in org for there to be, that would be
great information to have too. I would be happy to try to work up a
patch. I've looked at some of the code and it looks just about
approachable.
TIA
Hugo
My example here
| \end{example}
`---
This solves the problem.
The logic/conditions for when to print a label, and how it is generated
remain unchanged.
Hope this is helpful for someone else too!
HugoFrom ce920752084eaa776a885d403c18ddd981e92203 Mon Sep 17 00:00:00 2001
From: Hugo Heagren
Date: Thu
this would be implemented by altering
`org-fold--hide-wrapper-toggle' to treat blocks specially with a cyclic
folding system. Is this right?
If other people think this is a good idea, and that's roughly the way to
go, I'll try to make a patch at some point.
Any thoughts welcome!
Hugo
is useful!
HugoFrom 04186df871b94d4a961a5193a7cb050f2a4bc2ff Mon Sep 17 00:00:00 2001
From: Hugo Heagren
Date: Mon, 12 Dec 2022 11:30:10 +
Subject: [PATCH 2/2] lisp/org-fold.el: Rename `org-fold--hide-wrapper-toggle'
to `org-fold--hide-wrapper-cycle'
* lisp/org-fold.el: rename
(org
on org headings which are exported
as frames. I hope this is helpful.
Best,
HugoFrom 88b04892fd270989980c5d34595213e67d8c8f3a Mon Sep 17 00:00:00 2001
From: Hugo Heagren
Date: Fri, 5 Jul 2024 22:13:19 +0100
Subject: [PATCH] ox-beamer: allow setting frame subtitle with headline
property
* lisp
#x27;t work out why not.
Can you (or someone else) advise?
Also, please announce the new feature in the ORG-NEWS.
Will do, when I've got the formatting working.
Very best,
Hugo
ally, /or/ add the
header to each org file manually.
Someone seems to have shown interest in this sort of feature once
before:
<https://emacs.stackexchange.com/questions/29107/org-latex-export-set-default-options-for-documentclass>
best,
Hugo
From 64dce3c5c77eb90e59b73c293e15b96cd275855f Mo
efore settling on what I have now and none was quite
satisfactory (for me).
best,
HugoFrom aface4223b01a80beb5ea58e19c2190666bc89af Mon Sep 17 00:00:00 2001
From: Hugo Heagren
Date: Fri, 10 Jan 2025 13:01:28 +
Subject: [PATCH] ox-latex.el: new custom var `org-latex-default-class-options'
try)))
You can easily write a couple more lines so that the branch that will
be opened is configured on the top of the file itself.
HTH,
Hugo
On Dec 28, 2007 3:10 PM, Eddward DeVilla <[EMAIL PROTECTED]> wrote:
> I'm sure that you could write a function that you could call from an
ow, I couldn't find a way to insert this nicely into the code, since that
is done via the remember command.
Any ideas?
Thanks in advance,
Hugo
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmo
heers,
Hugo
On Jan 7, 2008 1:05 PM, Hugo Schmitt <[EMAIL PROTECTED]> wrote:
> Hello everyone!
>
> I know Remember allows one to select where we want to file an entry with
> C-u C-c C-c, but now that we have org-refile (great!), it would be really
> nice to be able to call or
em:
((functionp sym-name)
(documentation sym-name))
but documentation returns nil for those, so i get an error.
For now i'm using the ugly fix:
((functionp sym-name)
(or (documentation sym-name) "no documentation (2)"))
Regards,
Hugo
__
remember (on the bottom), but the text that went there was being added
to the todo.org with the actual todo.
W/ the fix org also removes the lines on the end that begin with '##'.
Cheers,
-Hugo
org.el.patch
Description: Binary data
___
Hi again.
Let me just show you the use case. Take a look at my current remember buffer:
---start
## Filing location: Select interactively, default, or last used:
## C-u C-c C-c to select file and header location interactively.
## C-c C-c "~/hugo/docs/org/todo.org" -> &
\n")
Maybe i can implement that "cleaning the remember buffer" also as an
advice or hook?
Thanks in advance.
Hugo
Here's the link:
http://sachachua.com/wp/2008/01/13/capturing-notes-with-remember/
search for subtitle "Adding Other Text to the Remember Buffer"
Can't wait!
Thank you very much for all the work on org-mode.
-Hugo
On Jan 18, 2008 5:47 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> This will be in 5.19. Thanks for the proposal!.
>
> - Carsten
>
>
> On Jan 7, 2008, at 5:05 PM, Hugo Schmitt wrote:
>
>
&g
remember-templates)
Regards,
Hugo
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
nil 'org-refile-history)
(completing-read "Refile to: " tbl nil t nil 'org-refile-history))
... and the good thing is that ido comes with emacs22.
Cheers,
Hugo
On Jan 20, 2008 12:44 PM, Leo <[EMAIL PROTECTED]> wrote:
> On 2008-01-20 14:31 +, Piotr Ziel
about it, maybe i'll try that myself so i can call
remember from Anything)
-Hugo
On Jan 24, 2008 12:33 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>
> On Jan 22, 2008, at 3:55 PM, Austin Frank wrote:
>
> > Hello again!
> >
> > I love all of the options th
normally goes like this:
- Find out which command C-c xs calls using C-h k (in this case
org-advertized-archive-subtree)
- Append to your org mode customizations:
(define-key org-mode-map (kbd "") 'org-advertized-archive-subtree)
HTH,
Hugo
On Jan 24, 2008 4:33 PM, Ross A. Laird &l
And the parent could also support the [%] notation that exists for
checkboxes :)
-Hugo
On Jan 25, 2008 12:45 PM, Stuart McLean <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Sorry if I have started a new thread on this subject, GMail and I are
> not getting along right now.
>
>
Hi.
So, just wrote this and maybe there are others users of Anything.el around:
Just update your anything-sources variable to include anything-org-remember.
Maybe this will get more useful for people that have 10+ templates and not
enough meaninful keys.
- Hugo
Ps: if there is a better way of
Perfect! Thanks
- Hugo
On Jan 25, 2008 10:58 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>
> On Jan 24, 2008, at 5:37 PM, Hugo Schmitt wrote:
>
> > I think my suggestion doesn't fit orgmode that well, but what if
> > 'org-remember' had
, but anyway, if anyone has a solution for
this, please share with me.
Thanks,
Hugo
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
agraph (or org-fill-paragraph) to achieve that,
please tell me.
Thanks,
Hugo
On Jan 28, 2008 8:08 AM, Phil Jackson <[EMAIL PROTECTED]> wrote:
> "Hugo Schmitt" <[EMAIL PROTECTED]> writes:
>
> > Hi everyone. There is a little issue that I keep ha
tate "DONE" [2008-01-16 qua 17:48] \\ words words words words words
words
words words
but i'll look into it!
Thanks
Hugo
On Jan 31, 2008 6:16 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> Hi Hugo,
>
> you need to look at the variables paragraph-start and par
rocks! Thanks a lot!
-Hugo
On Jan 31, 2008 7:32 AM, Adam Spiers <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 31, 2008 at 09:37:37AM +0100, Carsten Dominik wrote:
> > Hi everyone,
> >
> > John Wiegley is being haunted by a strange bug and I have so far not
> > been a
I use mercurial just because it's supposed to work better with windows
(work).
-Hugo
On Jan 31, 2008 1:34 PM, Adam Spiers <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 31, 2008 at 04:39:50PM +0100, Carsten Dominik wrote:
> > On Jan 31, 2008, at 4:33 PM, Bernt Hansen wrote:
>
Hi.
Even though I can't help you with your problem, I wanted to remember you
that Cygwin "already" has Emacs 22.
Regards,
Hugo
On Feb 6, 2008 3:25 PM, Paul Schlesinger <[EMAIL PROTECTED]> wrote:
> When I attempt to load Org-mode in emacs 21 under cygwin I get symbol
come here and they include a list
- blah
- blah
*** and another list
- foo
- foo
*** And one more list
- bar
- bar
HTH,
Hugo
On Feb 7, 2008 4:58 PM, cezar <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using org-mode version 5.17a and I sometimes need t
tq org-use-fast-todo-selection t)
then all it takes is C-c C-t and then a key (t,s,w)...
Cheers,
Hugo
On Feb 13, 2008 2:19 PM, Wanrong Lin <[EMAIL PROTECTED]> wrote:
>
> > Did you try C-c C-t ?
> >
> > ,[ (info "(org)TODO basics") ]
> > | The most im
I bet the bot is named Borg :)
On Fri, Mar 7, 2008 at 9:36 AM, Bastien <[EMAIL PROTECTED]> wrote:
> Hi Phil and Russell,
>
> Phil Jackson <[EMAIL PROTECTED]> writes:
>
> > Russell Adams <[EMAIL PROTECTED]> writes:
> >
> >> First thing everyone talked about was who wants to take the role of
> >>
I thought it was just "/msg chanserv register #org-mode password" and be
done with it.
On Fri, Mar 7, 2008 at 10:59 AM, Bastien Guerry <[EMAIL PROTECTED]> wrote:
> Phil Jackson <[EMAIL PROTECTED]> writes:
>
> > Bastien <[EMAIL PROTECTED]> writes:
> >
> >> Being the owner of the channel doesn't r
this time...
-hugo
On Wed, Mar 12, 2008 at 5:33 PM, Richard G Riley <[EMAIL PROTECTED]>
wrote:
> Bastien <[EMAIL PROTECTED]> writes:
>
> > Richard G Riley <[EMAIL PROTECTED]> writes:
> >
> >> Are there any plans to support remembering irc channels using org-mo
Ok, now i got it working. Tks Bastien.
So I have another question (for Phil)... why is org-irc-link-to-logs a
customizable option?
It looks like linking to logs and linking to sessions are two totally
different things and users may want to do both at different times.
-Hugo
On Wed, Mar 12, 2008
t (point-at-bol) (concat (org-get-heading) ".txt"))
(setq start (point-at-bol)
Regards,
Hugo
On Mon, Mar 17, 2008 at 4:43 PM, Daniel Clemente <[EMAIL PROTECTED]> wrote:
>
> Mmmm... I wrote a program which can do this:
> http://www.danielclemente.com/dislines/i
Hello orgmoders!
Is Sacha on the list?
She has a lot of ideas, but I really wish she would work with the list
to improve Orgmode, instead of posting a patch that very few people
will want to mantain...
Any ideas?
Cheers,
Hugo
The post is here:
http://sachachua.com/wp/2008/07/20/emacs-smarter
What are the odds that Carsten has plans to export to a format *you* just
invented?
On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <[EMAIL PROTECTED]> wrote:
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
> > We do not have an exporter that can do this right now.
> >
> > - Carsten
> Will it come in
vel2 again
item
item
which gets converted into:
level1
- item
level2
- item
- item
level3
- item
- item
level2 again
- item
- item
hope this helps,
hugo
On Mon, Aug 4, 2008 at 10:43 PM, Eddward DeVilla <[EMAIL PROTECTED]> wrote:
>
Hi. I think there's a bug in org-mode, related with subscripts and
superscripts. This is the problem:
pastie.org/9142947
And here's the related documentation page:
http://www.gnu.org/software/emacs/manual/html_node/org/Subscripts-and-superscripts.html
"To avoid interpretation as raised or lower
I'm using org-mode 8.2.3a.
Hugo Massaroli
2014-05-09 9:56 GMT-03:00 Bastien :
> Hi Hugo,
>
> Hugo M writes:
>
> > I'm using 24.3.50.1 with Xubuntu.
>
> What version of Org are you using?
>
> M-x org-version RET
>
> Chances are that you use Org
others strongly object, but I don't know everything about org, so if
others could help me with a list of other dispatchers which could also
be converted that would be helpful.
Blue skies, Hugo
code well. I've had a look and it's very complex, but I would be
grateful if someone else could try.
emacs : GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version
3.24.5, cairo version 1.16.0)
of 2022-01-15
Package: Org mode version 9.5.2 (9.5.2-ge7ea95 @
/home/hugo/.config/emacs
make `org-insert-link' behave sensibly with regard to
all the possible options -- hope it's alright.
Blue skies, Hugo
* ol.el (org-link-parameters): add parameter `:default-description', a
string or a function.
* (org-insert-link): if no description is provided (pre-existing or as
an argument), next option is to use the `:default-description' (if
non-nil) parameter to generate one.
Default descriptions are predic
x27;m still getting
the hang of git-send-email.
Hugo
lisp/ol.el | 43 ---
1 file changed, 36 insertions(+), 7 deletions(-)
diff --git a/lisp/ol.el b/lisp/ol.el
index 1b2bb9a9a..e74ef8dda 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -140,6 +140,15 @@ li
tring and not a function symbol.
Dealt with this by just using `message " %S: "', since %S will
print a symbol, a string or a lambda correctly.
Hope this is a bit better!
Best,
Hugo
>From 5a44edfda4e09a95bba1327c2758b2637e5b16bd Mon Sep 17 00:00:00 2001
From: Hugo Heagren
Date
n so that if the
:default-description parameter returns something, we error unless it
is a string.
tl;dr The question is: what is the Good Behaviour when
:default-description is set to something, which is meant to return a
string and returns 'nil instead? Should it be treated like an empty
strin
hat
`org-cite-basic--get-entry' may return into a string.
oc-basic.el.patch
Description: Binary data
Hugo Cisneros
50 matches
Mail list logo