How to get multiple sub-tags at one level of hierracrchy?

39 views
Skip to first unread message

Ben Israel

unread,
Aug 17, 2012, 6:34:49 PM8/17/12
to mnemosyne-...@googlegroups.com
If there is one sub-tag, or a string of sut-tags, the system works nicely.

Main::Sub1

Shows as:
Main
  • Sub1

Main::Sub1::Sub2::Sub(n)

Shows as:
Main
  • Sub1
    • Sub2
      • Subn

What I need doesn't seem to work, which is multiple elements at one sub level:

Main::Sub1,Sub2,Sub(n)

Shows as:
Main
  • Sub1
Sub2
Sub(n)

Does not work as desired. The system will place all Sub elements after 1 at the root tag level.  Boooh. What I want is

Main
  • Sub1
  • Sub2
  • Sub(n)

Couldn't figure out if there was some syntax to get this behavior. Please advise.

Ver. 2.01

Chris

unread,
Aug 18, 2012, 2:43:12 AM8/18/12
to mnemosyne-...@googlegroups.com
The following should work:

Main::Sub1,Main::Sub2,Main::Sub(n)
Reply all
Reply to author
Forward
Message has been deleted
0 new messages