[O] newbie questions about ordered list alignment and line truncation

2011-11-25 Thread sergio
fault value and it works. Moreover setq-default affects on normal buffers. Bug org-mode truncates long lines by default and don't listen truncate-lines. -- sergio.

[O] calendar view

2011-12-07 Thread sergio
Hello. Am I right, that orgmode doesn't have a calendar view and emacs-calfw is better for this? -- sergio.

Re: [O] calendar view

2011-12-08 Thread sergio
On 12/08/2011 11:43 AM, Tassilo Horn wrote: >> Am I right, that orgmode doesn't have a calendar view > Only the agenda. I mean, that agenda can't display month as calendar. -- sergio.

Re: [O] calendar view

2011-12-08 Thread sergio
On 12/08/2011 01:41 PM, Tassilo Horn wrote: > For the nice visual overview, just go with calfw. Thank you. -- sergio.

[O] org-column face

2011-12-14 Thread sergio
us-10"))) works, but I don't want to write terminus-10 twice in my config. -- sergio.

Re: [O] org-column face

2011-12-14 Thread sergio
On 12/14/2011 06:25 PM, sergio wrote: > Why org-column has a different font, than default? I just realized (thank to Nick, who answered personally to me), that if I write: (set-face-font 'default "terminus-10") org-column uses this font, but I want to define default font so: (

[O] file name prefix in agenda view

2011-12-14 Thread sergio
Hello. Is it possible to turn of file prefix (file:) in agenda view? I use the only one file for agenda and don't plan to use more than one. -- sergio.

[O] update agenda on file modification

2011-12-15 Thread sergio
Hello. Is it possible to update agenda on .org file modification? -- sergio.

[O] fast navigation

2011-12-15 Thread sergio
Hello. Is it possible to move through org file like cd on filesystem, ie press special hotkey and then /foo/bar/baz for goto baz headline in such file: * foo ** bar *** baz Is it possible to use completion for such paths (/foo/bar/b)? -- sergio.

Re: [O] fast navigation

2011-12-15 Thread sergio
> Have a look at org-goto (C-c C-j) I've seen it. It performs globally search not hierarchy. -- sergio.

Re: [O] file name prefix in agenda view

2011-12-16 Thread sergio
On 12/16/2011 05:45 AM, Herbert Sitz wrote: > The first field of agenda lines is actually the 'Category' of the > heading, which defaults to the filename. Thank you! -- sergio.

Re: [O] update agenda on file modification

2011-12-16 Thread sergio
> I assume it could be modified to check for changed files on disk, if you > wanted to use that as trigger for regeneration. Via after-save-hook? -- sergio.

Re: [O] fast navigation

2011-12-16 Thread sergio
to if type it manually) which I stay on. For example: * a * b ** d *** e * c If cursor is on b I can't goto d and e. If cursor is on d I can't goto e. Could anybody confirm this bug. Or it's my wrong config? Should I report this bug? -- sergio.

[O] reveal only current subtree

2011-12-17 Thread sergio
question is how to show all children of e without moving cursor or collapsing (previously expanded) g? * a * b ... ** e *** f *** g qwe qwe *** h *** i * c C-c C-r doesn't show all "brothers" of current subtree. C-u C-c C-r and C-u C-u C-c C-r shows a lot of redundant. -- sergio.

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
On 12/17/2011 07:24 PM, Takaaki ISHIKAWA wrote: > How do you jump to subtrees? C-c C-j b/e/g with (setq org-goto-interface 'outline-path-completion) or via agenda. > Could you give me the detail, I can probably help you. What details you need? -- sergio.

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
t;- cursor is here - some - list * c... I want to show all children of "g" headline, "h" siblings. > M-x customize-group RET org-reveal-location I like default goto view, only org-show-entry-below may be interesting for me. -- sergio.

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
.. * hhh... * hh... * h<- cursor is here - some - list * ... * h... * c... -- sergio.

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
** h<- cursor is here - some - list * ... * h... ggg... ggg... ** ddd... * c... -- sergio.

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
, how you've discovered it? -- sergio.

Re: [O] reveal only current subtree

2011-12-17 Thread sergio
l-set-key "\C-c\C-r" (lambda () (interactive) (org-show-siblings) It works, but may be there are errors which I don't see. -- sergio.

Re: [O] reveal only current subtree

2011-12-18 Thread sergio
all hidden siblings, and for C-c C-r --- all siblings of current level. I hope this will be interested not only for me. -- sergio.

Re: [O] reveal only current subtree

2011-12-18 Thread sergio
re 'org-install) in ~/.emacs.d/init.el just before "(define-key org-mode-map ..." doesn't help. > Anyway, I have verified your new setting, it works well :) Thank you. -- sergio.

Re: [O] fast navigation

2011-12-18 Thread sergio
is fairly easy. Maybe give that a shot? I've seen this variables (org-completion-use-ido and org-completion-iswitchb) but I haven't noticed any changes when I set one of them to "t". -- sergio.

[O] Bug: color loss in org-goto

2011-12-18 Thread sergio
#x27;m using org-mode 7.8.02-1 from debian sid. -- sergio. * a * b ** 2 *** s e ee ee e ee ***

[O] Bug: org-goto doesn't goto subtree under cursor

2011-12-18 Thread sergio
Hello. org-goto doesn't goto subtrees under cursor: * a... * b... ** d... * c... when cursor is on d I can't goto b/d/very/deep/path, when cursor is on b I can't goto b/very/very/deep/path. -- sergio.

Re: [O] fast navigation

2011-12-19 Thread sergio
0 500 http://ftp.debian.org/debian/ sid/main i386 Packages 100 /var/lib/dpkg/status > Ido completion should certainly work with that variable set. Have you > successfully activated ido in other contexts? May be not. What should I do (read) to test ido? -- sergio.

Re: [O] fast navigation

2011-12-20 Thread sergio
as well? 1) there was -q 2) it was for debug propose, usually I just run emacs path_to/file.org -- sergio.

Re: [O] fast navigation

2011-12-20 Thread sergio
On 12/20/2011 11:54 AM, Eric Abrahamsen wrote: I just removed org-mode package. With org-mode from emacs (6.33x) all works fine. After this I've downloaded and installed org-mode from the web --- problem comes back. -- sergio.

[O] '=' and highlight

2012-01-03 Thread sergio
Hello. Why org mode highlights this lines with bright text color: ={motion}indent code == indent line ? >From the first '=' till '=='. -- sergio.

Re: [O] '=' and highlight

2012-01-03 Thread sergio
On 01/03/2012 11:07 PM, Nick Dokos wrote: > Look at the "face" property. face (org-code) -- sergio.

Re: [O] '=' and highlight

2012-01-03 Thread sergio
On 01/04/2012 01:42 AM, Nick Dokos wrote: > ...and what does > >M-x describe-face RET org-code RET > > say? Face for fixed-width text like code snippets. ... Foreground: unspecified ... Inherit: shadow ... How org-mode decides, when to use this face? -- sergio.

[O] about column view

2012-01-05 Thread sergio
lever asterisks. And one more question about inheritance. Is it possible to make inheritable property, but local to subtree. I've found org-use-property-inheritance, but it's global. -- sergio.

[O] org-float with hours

2012-01-13 Thread sergio
Hello. Is it possible to specify "every second Friday of each month at 15:43" date? -- sergio.

Re: [O] org-float with hours

2012-01-14 Thread sergio
On 01/14/2012 12:05 PM, Michael Brand wrote: > #+begin_src org > , * 15:43 appointment > , <%%(org-float t 5 2)> > #+end_src Thank you! -- sergio.

[O] customize agenda time boundaries

2012-01-22 Thread sergio
Hello. Is it possible to display a week (for example) in agenda, but not from Monday till Sunday, but from 3 days ago from today till 3 days forward? -- sergio.

Re: [O] customize agenda time boundaries

2012-01-22 Thread sergio
On 01/23/2012 07:17 AM, Bernt Hansen wrote: > (setq org-agenda-start-on-weekday nil) > > C-c a a j -3 w OK, it works. But it's complicated and week was just an example. How to do the same for 3 days? For one day (show 12 hours before, and 12 after the current moment)? -- sergio.

[Orgmode] how-to? - email this page

2008-11-12 Thread sergio
.. my errands page.. it would be great to quickly email it to my blackberry.. any ideas? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send re

[Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-12 Thread sergio
? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ 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

Re: [Orgmode] A more generic Effort property?

2008-11-12 Thread sergio
On Nov 12, 2008, at 10:41 AM, Inanna Underhill wrote: I am really enjoying upgrading from 5.23 to 6.11, especially the new speaking of upgrading.. i am currently running 5.23a.. it came with aquamacs. should i upgrade to the most current version? thanks! ___ peace, sergio photographer

[Orgmode] crossing out done items

2008-11-12 Thread sergio
liked that and did something in org- mode that simulates it. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-or

[Orgmode] linking to an email..

2008-11-12 Thread sergio
me some ointers on how they did this? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] crossing out done items

2008-11-12 Thread sergio
just move point on the 'DONE' and do a M-x customize-face RET got it.. this works perfectly.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Rep

[Orgmode] Re: crossing out done items

2008-11-12 Thread sergio
moved to org years ago). I don't miss the overstrike stuff at all :) i REALLY like org so far.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All

[Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-13 Thread sergio
? thanks! ___ peace, sergio photographer, journalist, visionary www.coffee-black.com ___ 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

[Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-13 Thread sergio
? thanks! ___ peace, sergio photographer, journalist, visionary www.coffee-black.com ___ 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

Re: [Orgmode] A more generic Effort property?

2008-11-13 Thread sergio
On Nov 12, 2008, at 6:14 PM, Carsten Dominik wrote: yes. Yes. YES!!! HUGE differences. i am running aquamacs emacs.. can i just insert the correct lines into my .emacs folder to load the new one and forsake the old one? ___ peace, sergio photographer, journalist, visionary

[Orgmode] mac email task

2008-11-13 Thread sergio
; "Tasks" nil) am i doing it wrong? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ 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

[Orgmode] update to the new org mode..

2008-11-13 Thread sergio
2008 Sunday 16 November 2008 where the weekend dates are bold.. did i miss something? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send re

Re: [Orgmode] update to the new org mode..

2008-11-13 Thread sergio
-mode 1) ; for all buffers digging into this more.. ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-or

Re: [Orgmode] update to the new org mode..

2008-11-13 Thread sergio
h mac.. i also tried it on emacs on my linux box.. and i get the same thing.. digging around more.. ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send r

[Orgmode] agenda view - no items listed - problem solved..

2008-11-13 Thread sergio
same problem.. this very week, i bet... so i thought i might post it.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the l

[Orgmode] losing my agenda status..

2008-11-17 Thread sergio
to the list.. am i missing something? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] losing my agenda status..

2008-11-18 Thread sergio
that i get more clues) i will take this question to another list.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-

[Orgmode] quickly adding files to agenda..

2008-12-04 Thread sergio
files'... what i would like to do is mark all my files in dired or something similar, then crank them all through C-c [ . right now, i have to open each file and C-c [ it.. any ideas? ___ peace, sergio photographer, journalist, visionary www.villag

[Orgmode] latex page size..

2008-12-04 Thread sergio
in a4. also, is it possible to throttle the table of contents through org mode? while it is good for some documents, for the greater part of my documents, it's not so useful.. thanks! ___ peace, sergio photographer, journalist, visionary www.villag

Re: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread sergio
w to phrase this: to make org-agenda see the whole thing.. any ideas? thanks so much! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

Re: [Orgmode] latex page size..

2008-12-04 Thread sergio
On Dec 4, 2008, at 10:14 AM, Sebastian Rose wrote: does http://lists.gnu.org/archive/html/emacs-orgmode/2008-08/msg00044.html help? awesome.. trying an abbreviated version of this out.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com

[Orgmode] export to latex dumps...

2008-12-06 Thread sergio
and ideas? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ 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

Re: [Orgmode] export to latex..

2009-01-08 Thread sergio
heading and some text 1 this that the other 1. a point. 2. another point. end file __ peace, sergio photographer, journalist, visionary www.village-buzz.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies t

[O] How to cite author-date including page number in org-mode?

2016-01-18 Thread Sergio Bacelar
I am using org-ref in org-mode. I want to cite a book like this: \citep[p. 1445]{Fong:2006} but I am only getting citep:Fong:2006. How can I include page number?

[O] Export org file to pdf: unable to resolve link

2016-02-10 Thread Sergio Bacelar
I am trying with no success to export the most important text from Vikas Rawal https://github.com/vikasrawal/orgpaper/blob/master/orgpapers.org to pdf via LaTeX. I tried C-c C-e l o but I obtain always the error message “Unable t

Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread Sergio Bacelar
Yes, that will work but I hoped that the file won't need to be changed to be exported to pdf. Regards, Sergio Bacelar

[O] Typeface markup and punctuation

2014-05-04 Thread Sergio Pokrovskij
"This is in italics" «This is /in italics/» „This is /in italics/“ “This is /in italics/” [This is in italics/] {This is /in italics} --8<---cut here---end--->8--- I would expect the behavior exposed by the first 3 lines. This is Org version 7.9.3f (GNU Emacs 24.3). -- Sergio

[O] Hiding checked items in a checkbox list (FR?)

2014-05-31 Thread Sergio Pokrovskij
acceptable). -- Sergio

Re: [O] Hiding checked items in a checkbox list (FR?)

2014-06-01 Thread Sergio Pokrovskij
>>>>> "Al" == Alexis wrote: Al> Sergio Pokrovskij writes: >> The next problem is that MobileOrg should respect the preliminary >> hiding done before the visit to the shop. I do not request that it >> hide the checked (= bought) items as w

[O] [export] Markdown - Exporting headings

2017-01-05 Thread sergio ruiz
! peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.Village-Buzz.com http://www.ThoseOptimizeGuys.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101

[org-babel] String interpolation using shell

2020-01-09 Thread sergio ruiz
#x27;t work. It is trying to use "url_input" in the curl command. #+BEGIN_SRC shell curl {url_input} #+END_SRC #+RESULTS: ^^ this doesn't work. It is trying to use "url_input" in the curl command. Thanks! peace, sergio photographer, journalist, visionary Pu

[Properties] accessing propreties in text

2020-01-09 Thread sergio ruiz
: Is there a way to do something like.. this section is the test section and will be done in 1 day Thanks! peace, sergio photographer, journalist, visionary Public Key: https://pgp.key-server.io/pks/lookup?op=get&search=0x69B08F58923AB3A2 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiN

Accessing properties in code blocks

2020-01-09 Thread sergio ruiz
veral sections like this. Each section woudl have different values for the same property. They would make different calls to respective url. something like #+BEGIN_SRC shell curl #+END_SRC where the result of that call woudl be whatever i get from that running curl on that url. peace, s

Re: Accessing properties in code blocks

2020-01-09 Thread sergio ruiz
the property you want to pass as a variable: > > #+BEGIN_SRC shell :var url=(org-macro--get-property "url" "") > curl $url > #+END_SRC > > peace, sergio photographer, journalist, visionary Public Key: https://pgp.key-server.io/pks/lookup?op=get

Re: Accessing properties in code blocks

2020-01-10 Thread sergio ruiz
ed in 9.2. ---- peace, sergio photographer, journalist, visionary Public Key: https://pgp.key-server.io/pks/lookup?op=get&search=0x69B08F58923AB3A2 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV @sergio_101@mastodon.social https://sergio101.com http://www.codeandmusic.com http://www.twitter.com/se

Inserting a row divider/header into org-babel results

2020-01-14 Thread sergio ruiz
91215 4 8121620 5101520 25 peace, sergio photographer, journalist, visionary Public Key: https://pgp.key-server.io/pks/lookup?op=get&search=0x69B08F58923AB3A2 #BitMessage BM-NBaswViL21xqg

[Orgmode] noob-installation

2007-01-15 Thread Sergio Dominguez
nstall. I have emacs 21.3.1 and the latest org.mode that I downloaded from the site just today. Any help would be appreciated! Sergio -- Don't go to bed with no price on your head. -- Baretta ___ Emacs-orgmode mailing list Emacs-

Re: DSPAM [Orgmode] noob-installation

2007-01-15 Thread Sergio Dominguez
Bastien, Thanks for your reply, I have all that. 1) org.el + org.elc are copied to /usr/share/emacs/site-lisp, which is where all the other .el files are. 2) got it 3) Got it. yet I get an error when loading emacs. thanks, Sergio El 15 de Jan de 2007, sobre las 03:14, Bastien escribia

Re: [Orgmode] noob-installation

2007-01-16 Thread Sergio Dominguez
Carsten, Spot on. That is exactly what I did, could have never imagined it wouldn't be the right ASCII character. Now it is working. Sergio El 15 de Jan de 2007, sobre las 05:30, Carsten Dominik escribia... > This probably happens because you used copy and paste to copy > the i